hitparticleassociations.fcl
Go to the documentation of this file.
1 
2 BEGIN_PROLOG
3 
4 DirectHitParticleAssnsTool:
5 {
6  tool_type: "DirectHitParticleAssns"
7  MCParticleLabel: "largeant"
8  HitModuleLabelVec: ["gaushit"]
9 }
10 
11 IndirectHitParticleAssnsTool:
12 {
13  tool_type: "IndirectHitParticleAssns"
14  HitPartAssnsLabel: "gaushitTruthMatch"
15  MCParticleModuleLabel: "largeant"
16  HitModuleLabelVec: ["pandoraCosmicHitRemoval"]
17 }
18 
19 END_PROLOG