ecalibration.fcl
Go to the documentation of this file.
1 #include "trackfinderalgorithms.fcl"
2 #include "calorimetry_dune35t.fcl"
3 
4 BEGIN_PROLOG
5 
6 proto_ecalibration:
7 {
8  module_type: "ECalibration"
9  SimulationLabel: "largeant"
10  HitsModuleLabel: "linecluster"
11  TrackModuleLabel: "pmtrack"
12  ShowerModuleLabel: "emshower"
13  ClusterModuleLabel: "linecluster"
14  VertexModuleLabel: "linecluster"
15  CalorimetryModuleLabel: "calo"
16  CalorimetryAlg: @local::dune35t_calorimetryalgmc
17 
18  BeamPosX: 8.0757 # starting position of the beam window
19  BeamPosY: 461.06
20  BeamPosZ: -196.11
21  ThXZ: -11.844 # beam window angle
22  ThYZ: -11.107
23 
24  Stopping: false
25  Decaying: false
26 
27  MaxRange: 30
28  Pdg: [13]
29  Bestview: 2
30 }
31 
32 proto_edepcal:
33 {
34  module_type: "EdepCal"
35  SimulationLabel: "largeant"
36  HitsModuleLabel: "linecluster"
37  ClusterModuleLabel: "emtrackid"
38  CalorimetryAlg: @local::dune35t_calorimetryalgmc
39  Bestview: 2
40 }
41 
42 proto_hadcal:
43 {
44  module_type: "HadCal"
45  SimulationLabel: "largeant"
46  HitModuleLabel: "linecluster"
47  ClusterModuleLabel: "emtrackid"
48  TrackModuleLabel: "pmtrack"
49  NNetModuleLabel: "emtrackid:emtrack"
50  CalorimetryAlg: @local::dune35t_calorimetryalgmc
51  CalorimetryModuleLabel: "pmtrackcalo"
52 }
53 
54 proto_dedx:
55 {
56  module_type: "DEdx"
57  ChosenView: 2
58  Cosmics: true
59  CalorimetryAlg: @local::dune35t_calorimetryalgmc
60  HitModuleLabel: "linecluster"
61  TrackModuleLabel: "pmtrack"
62 }
63 
64 END_PROLOG