1 #include "calorimetry_dune35t.fcl"
2 #include "calorimetry_dune10kt.fcl"
3 #include "trackfinderalgorithms.fcl"
9 module_type: "EMShower3D"
10 HitsModuleLabel: "hit"
11 ClustersModuleLabel: "cluster"
12 Trk3DModuleLabel: "track"
13 ProjectionMatchingAlg: @local::standard_projectionmatchingalg
14 CalorimetryAlg: @local::dune35t_calorimetryalgmc
16 emshower3d.ProjectionMatchingAlg.TrkValidationDist2D: 1.0 # max. distance [cm] used in the track validation in the "third" plane
20 module_type: "MergeEMShower3D"
21 HitsModuleLabel: "hit"
22 ClustersModuleLabel: "cluster"
23 Trk3DModuleLabel: "track"
24 VtxModuleLabel: "vertex"
27 ProjectionMatchingAlg: @local::standard_projectionmatchingalg
28 ShowerEnergyAlg: @local::standard_showerenergyalg
30 mergeemshower3d.ProjectionMatchingAlg.TrkValidationDist2D: 1.0 # max. distance [cm] used in the track validation in the "third" plane
34 module_type: "MultiEMShowers"
35 HitsModuleLabel: "hit"
36 ClustersModuleLabel: "cluster"
37 Trk3DModuleLabel: "track"
38 VtxModuleLabel: "vertex"
39 ShsModuleLabel: "showers"
40 ProjectionMatchingAlg: @local::standard_projectionmatchingalg
42 multiemshowers.ProjectionMatchingAlg.TrkValidationDist2D: 1.0 # max. distance [cm] used in the track validation in the "third" plane
44 dune35t_emshower3d: @local::emshower3d
45 dune35t_emshower3d.CalorimetryAlg: @local::dune35t_calorimetryalgmc
47 dune10kt_emshower3d: @local::emshower3d
48 dune10kt_emshower3d.CalorimetryAlg: @local::dune10kt_calorimetryalgmc
50 dune35t_mergeemshower3d: @local::mergeemshower3d
51 dune35t_mergeemshower3d.ShowerEnergyAlg: @local::dune35t_showerenergy
53 dune10kt_mergeemshower3d: @local::mergeemshower3d
54 dune10kt_mergeemshower3d.ShowerEnergyAlg: @local::dune10kt_showerenergy