muoncounter.fcl
Go to the documentation of this file.
1 #include "SSPToOffline.fcl"
2 
3 BEGIN_PROLOG
4 
5 muoncounter:
6 {
7  module_type: "MuonCounter"
8  HitsModuleLabel: "hit"
9  CombinedTimeDelay: 160.0
10 
11  RCEFragType: "TPC"
12  RCERawDataLabel: "daq"
13  SSPFragType: "PHOTON"
14  SSPRawDataLabel: "daq"
15  PTBFragType: "TRIGGER"
16  PTBRawDataLabel: "daq"
17 
18  PTBMapDir: "/dune/data2/users/warburton/PTBChannelMap/"
19  PTBMapFile: "PTBChannelMap.txt"
20 
21  SSPReformatter: @local::ssp_reformatter
22 }
23 
24 muoncounterfd:
25 {
26  module_type: "MuonCounterFD"
27  HitsModuleLabel: "hit"
28 }
29 
30 END_PROLOG