emshower3d.fcl
Go to the documentation of this file.
1 #include "calorimetry_dune35t.fcl"
2 #include "calorimetry_dune10kt.fcl"
3 #include "trackfinderalgorithms.fcl"
4 
5 BEGIN_PROLOG
6 
7 emshower3d:
8 {
9  module_type: "EMShower3D"
10  HitsModuleLabel: "hit"
11  ClustersModuleLabel: "cluster"
12  Trk3DModuleLabel: "track"
13  ProjectionMatchingAlg: @local::standard_projectionmatchingalg
14  CalorimetryAlg: @local::dune35t_calorimetryalgmc
15  }
16 emshower3d.ProjectionMatchingAlg.TrkValidationDist2D: 1.0 # max. distance [cm] used in the track validation in the "third" plane
17 
18 mergeemshower3d:
19 {
20  module_type: "MergeEMShower3D"
21  HitsModuleLabel: "hit"
22  ClustersModuleLabel: "cluster"
23  Trk3DModuleLabel: "track"
24  VtxModuleLabel: "vertex"
25  NarrowConeAngle: 15
26  WideConeAngle: 20
27  ProjectionMatchingAlg: @local::standard_projectionmatchingalg
28  ShowerEnergyAlg: @local::standard_showerenergyalg
29  }
30 mergeemshower3d.ProjectionMatchingAlg.TrkValidationDist2D: 1.0 # max. distance [cm] used in the track validation in the "third" plane
31 
32 multiemshowers:
33 {
34  module_type: "MultiEMShowers"
35  HitsModuleLabel: "hit"
36  ClustersModuleLabel: "cluster"
37  Trk3DModuleLabel: "track"
38  VtxModuleLabel: "vertex"
39  ShsModuleLabel: "showers"
40  ProjectionMatchingAlg: @local::standard_projectionmatchingalg
41  }
42 multiemshowers.ProjectionMatchingAlg.TrkValidationDist2D: 1.0 # max. distance [cm] used in the track validation in the "third" plane
43 
44 dune35t_emshower3d: @local::emshower3d
45 dune35t_emshower3d.CalorimetryAlg: @local::dune35t_calorimetryalgmc
46 
47 dune10kt_emshower3d: @local::emshower3d
48 dune10kt_emshower3d.CalorimetryAlg: @local::dune10kt_calorimetryalgmc
49 
50 dune35t_mergeemshower3d: @local::mergeemshower3d
51 dune35t_mergeemshower3d.ShowerEnergyAlg: @local::dune35t_showerenergy
52 
53 dune10kt_mergeemshower3d: @local::mergeemshower3d
54 dune10kt_mergeemshower3d.ShowerEnergyAlg: @local::dune10kt_showerenergy
55 
56 
57 END_PROLOG