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