mctrutht0matching.fcl
Go to the documentation of this file.
1 #include "hitparticleassociations.fcl"
2 
3 BEGIN_PROLOG
4 
5 standard_mctrutht0matching:
6 {
7  module_type: "MCTruthT0Matching"
8  TrackModuleLabel: ""
9  ShowerModuleLabel: ""
10  PFParticleModuleLabel: ""
11  makeT0Assns: true
12  makePFParticleAssns: false
13  makeHitAssns: true
14  HitModuleLabel: ""
15 }
16 
17 dune35t_mctrutht0matching: @local::standard_mctrutht0matching
18 
19 standard_mcparticlehitmatching:
20 {
21  module_type: "MCParticleHitMatching"
22  HitParticleAssociations: @local::DirectHitParticleAssnsTool
23 }
24 
25 standard_mcparticletrackmatching:
26 {
27  module_type: "MCParticleTrackMatching"
28  TrackModuleLabel: ""
29  #TrackHitAssnLabel: ""
30  HitModuleLabel: ""
31  HitParticleAssnLabel: ""
32 }
33 
34 standard_mcparticleshowermatching:
35 {
36  module_type: "MCParticleShowerMatching"
37  ShowerModuleLabel: ""
38  #ShowerHitAssnLabel: ""
39  HitModuleLabel: ""
40  HitParticleAssnLabel: ""
41 }
42 
43 END_PROLOG