00001 #ifndef READOUTSIMDEFS_H 00002 #define READOUTSIMDEFS_H 00003 00004 #include "CLHEP/Units/SystemOfUnits.h" 00005 00006 namespace Readout{ 00007 // Readout Window definition parameters 00008 00009 const int preTriggerCycles = 4; // 4 @ 80MHz = 150ns 00010 const int postTriggerCycles = 10; // 8 @ 80MHz = 350ns 00011 00012 const double startTime = -100*CLHEP::nanosecond; 00013 const double stopTime = 400*CLHEP::nanosecond; 00014 } 00015 00016 #endif // READOUTSIMDEFS_H