showerfindermodules_microboone.fcl
Go to the documentation of this file.
1 #include "calorimetry_microboone.fcl"
2 #include "trackfinderalgorithms.fcl"
3 #include "showerfindermodules.fcl"
4 
5 BEGIN_PROLOG
6 
7 microboone_shower: @local::standard_shower
8 microboone_shower.CaloAlg: @local::microboone_calorimetryalgmc
9 microboone_shower.UseArea: false
10 
11 microboone_neutrinoshowereff: @local::standard_neutrinoshowereff
12 
13 microboone_tcshower: @local::standard_tcshower
14 microboone_tcshower.ClusterModuleLabel: "trajcluster"
15 microboone_tcshower.TrackModuleLabel: "trajclusterKalmanTrack"
16 microboone_tcshower.HitModuleLabel: "trajcluster"
17 microboone_tcshower.SliceModuleLabel: "dbcluster3d"
18 microboone_tcshower.CalorimetryModuleLabel: "pmtrackcalo"
19 microboone_tcshower.TCAlg.CalorimetryAlg: @local::microboone_calorimetryalgmc
20 END_PROLOG