t0reco.fcl
Go to the documentation of this file.
1 BEGIN_PROLOG
2 
3 dune35t_t0countersim:
4 {
5  module_type: "T0Counter"
6  TriggerModuleLabel: "simcounter"
7  ClockSpeedCounter: 64 # MHz
8  CombinedTimeDelay: 160 # ns
9  CoincidenceTolerance: 5 # num PENN board ticks
10  Verbose: false
11  MakeTree: false
12 }
13 
14 dune35t_t0counter: @local::dune35t_t0countersim
15 dune35t_t0counter.TriggerModuleLabel: "SplitterInput:TRIGGER"
16 dune35t_t0counter.ClockSpeedCounter: 64 # MHz
17 dune35t_t0counter.CoincidenceTolerance: 40 # this is so high because the ExternalTrigger timestamp is filled using the nearest TPC tick, which could vary by as much as 32 NOvA ticks. So 40 to be safe.
18 
19 dune35t_counterfilter:
20 {
21  module_type: "CounterFilter"
22  T0ModuleLabel: "t0counter"
23 }
24 
25 END_PROLOG