calorimetry_dune35t.fcl
Go to the documentation of this file.
1 #include "calorimetry.fcl"
2 
3 BEGIN_PROLOG
4 
5 dune35t_calorimetryalgdata: @local::standard_calorimetryalgdata
6 dune35t_calorimetryalgmc: @local::standard_calorimetryalgmc
7 
8 ### Consts at 250 V cm-1
9 #dune35t_calorimetryalgmc.CalAmpConstants: [ 0.9033e-3, 1.0287e-3, 0.8800e-3 ]
10 #dune35t_calorimetryalgmc.CalAreaConstants: [ 5.1822e-3, 5.2682e-3, 5.3962e-3 ]
11 
12 ### Consts at 500 V cm-1
13 dune35t_calorimetryalgmc.CalAmpConstants: [ 6.522e-4, 7.427e-4, 7.822e-4 ]
14 dune35t_calorimetryalgmc.CalAreaConstants: [ 3.742e-3, 3.804e-3, 4.796e-3 ]
15 
16 dune35t_calodata: @local::standard_calodata
17 dune35t_calodata.CaloAlg: @local::dune35t_calorimetryalgdata
18 dune35t_calodata.T0ModuleLabel: "mctrutht0"
19 dune35t_calodata.CaloAlg.CaloUseModBox: true
20 
21 dune35t_calomc: @local::standard_calomc
22 dune35t_calomc.CaloAlg: @local::dune35t_calorimetryalgmc
23 dune35t_calomc.T0ModuleLabel: "mctrutht0"
24 dune35t_calomc.CaloAlg.CaloUseModBox: true
25 
26 END_PROLOG