BeamExample.fcl
Go to the documentation of this file.
1 #include "ProtoDUNEDataUtils.fcl"
2 
3 BEGIN_PROLOG
4 
5 proto_beam_example:
6 {
7  module_type: "BeamExample"
8  CalorimetryTag: "pandoracalo"
9  TrackerTag: "pandoraTrack"
10  ShowerTag: "pandoraShower"
11  PFParticleTag: "pandora"
12  GeneratorTag: "generator"
13  Verbose: false
14  DataUtils: @local::standard_protodunedatautils
15 }
16 
17 END_PROLOG