showerreco3d.fcl
Go to the documentation of this file.
1 #include "calorimetry.fcl"
2 BEGIN_PROLOG
3 
4 standard_showerreco3d:
5 {
6  module_type: "ShowerReco3D"
7  Verbosity: false
8  InputProducer: ""
9  UsePFParticle: false
10  CalorimetryAlg: @local::standard_calorimetryalgmc
11  MinHits: 25
12  UseArea: true
13  ApplyMCEnergyCorrection: true
14 }
15 
16 END_PROLOG