ProtoDUNEDPAnalCosmicTree.fcl
Go to the documentation of this file.
1 #include "ProtoDUNEDataUtils.fcl"
2 
3 BEGIN_PROLOG
4 
5 protodp_AnalCosmicTree:
6 {
7  module_type: "ProtoDUNEDPAnalCosmicTree"
8  BeamModuleLabel: "beamevent"
9  CalorimetryTag: "pandoracalo"
10  ParticleIDTag: "pandorapid"
11  TrackerTag: "pandoraTrack"
12  ShowerTag: "pandoraShower"
13  PFParticleTag: "pandora"
14  GeneratorTag: "generator"
15  MinimumTrackLength: 5.0
16 }
17 
18 END_PROLOG