ProtoDUNEPizeroAnaTree.fcl
Go to the documentation of this file.
1 #include "ProtoDUNEDataUtils.fcl"
2 #include "ProtoDUNEBeamlineUtils.fcl"
3 #include "calorimetry_pdune.fcl"
4 
5 BEGIN_PROLOG
6 
7 proto_AnaTree:
8 {
9  module_type: "ProtoDUNEPizeroAnaTree"
10  BeamModuleLabel: "beamevent"
11  SimulationTag: "largeant"
12  CalorimetryTag: "pandoracaloSCE"
13  CalorimetryAlg: @local::pdune_sp_calorimetryalgmc
14  ParticleIDTag: "pandorapid"
15  TrackTag: "pandoraTrack"
16  ShowerTag: "pandoraShower"
17  ShowerCalorimetryTag: "pandoraShowercaloSCE"
18  PFParticleTag: "pandora"
19  GeneratorTag: "generator"
20  HitTag: "hitpdune"
21  Verbose: 0
22  DataUtils: @local::standard_protodunedatautils
23  BeamLineUtils: @local::standard_protodunebeamlineutils
24 }
25 
26 END_PROLOG