ProtoDUNEelectronAnaTree.fcl
Go to the documentation of this file.
1 #include "ProtoDUNEDataUtils.fcl"
2 #include "ProtoDUNEBeamlineUtils.fcl"
3 BEGIN_PROLOG
4 
5 proto_AnaTree:
6 {
7  module_type: "ProtoDUNEelectronAnaTree"
8  BeamModuleLabel: "beamevent"
9  CalorimetryTag: "pandoracalo"
10  ParticleIDTag: "pandorapid"
11  TrackerTag: "pandoraTrack"
12  ShowerTag: "pandoraShower"
13  HitTag: "hitpdune"
14  ShowerCalorimetryTag: "pandoraShowercalo"
15  PFParticleTag: "pandora"
16  GeneratorTag: "generator"
17  Verbose: 2
18  DataUtils: @local::standard_protodunedatautils
19  BeamLineUtils: @local::standard_protodunebeamlineutils
20 }
21 
22 END_PROLOG