detectorclocks.fcl
Go to the documentation of this file.
1 BEGIN_PROLOG
2 
3 # the "standard" values are supposed to be good for ArgoNeuT
4 standard_detectorclocks:
5 {
6  service_provider: "DetectorClocksServiceStandard"
7 
8  TrigModuleName: ""
9  InheritClockConfig: true
10  G4RefTime: 0 # G4 time [us] where electronics clock counting start
11  TriggerOffsetTPC: 0 # Time offset for TPC readout start time w.r.t. trigger [us]
12  FramePeriod: 405.504 # Frame period [us]; 2048 * 198 ns
13  ClockSpeedTPC: 5.0505 # TPC clock speed in MHz; 1 / 198.0 ns
14  ClockSpeedOptical: 64 # Optical clock speed in MHz
15  ClockSpeedTrigger: 16 # Trigger clock speed in MHz
16  ClockSpeedExternal:31.25 # External clock speed in MHz
17  DefaultTrigTime: 0 # Default trigger time in electronics clock [us]
18  DefaultBeamTime: 0 # Default beam gate time in electronics clock [us]
19 }
20 
21 END_PROLOG