detectorclocks_lartpcdetector.fcl
Go to the documentation of this file.
1 #include "detectorclocks.fcl"
2 
3 BEGIN_PROLOG
4 
5 lartpcdetector_detectorclocks: @local::standard_detectorclocks
6 
7 lartpcdetector_detectorclocks.TrigModuleName: "triggersim"
8 lartpcdetector_detectorclocks.InheritClockConfig: true
9 lartpcdetector_detectorclocks.G4RefTime: -3.2e3 # G4 time [us] where electronics clock counting start
10 lartpcdetector_detectorclocks.TriggerOffsetTPC: -1.6e3 # Time [us] for TPC readout start w.r.t. trigger time
11 lartpcdetector_detectorclocks.FramePeriod: 1.6e3 # Frame period [us]
12 lartpcdetector_detectorclocks.ClockSpeedTPC: 2. # TPC clock speed in MHz
13 lartpcdetector_detectorclocks.ClockSpeedOptical: 64. # Optical clock speed in MHz
14 lartpcdetector_detectorclocks.ClockSpeedTrigger: 16. # Trigger clock speed in MHz
15 lartpcdetector_detectorclocks.DefaultTrigTime: 3200. # Default trigger time [us].
16 lartpcdetector_detectorclocks.DefaultBeamTime: 3200. # Default beam time [us].
17 
18 END_PROLOG