calibration_dune.fcl
Go to the documentation of this file.
1 #include "calorimetry_pdune.fcl"
2 
3 BEGIN_PROLOG
4 
5 protodunespdata_calibrationdedx :
6 {
7  module_type: CalibrationdEdXPDSP
8  TrackModuleLabel: "pandoraTrack"
9  CalorimetryModuleLabel: "pandoracalo"
10  HitModuleLabel: "hitpdune"
11  CaloAlg: @local::pdune_sp_calorimetryalgdata
12  #default modified boxmodel parameters for MC
13  ModBoxA: 0.930
14  ModBoxB: 0.212
15  CorrectSCE: true
16  ApplyNormCorrection: false
17  ApplyXCorrection: false
18  ApplyYZCorrection: false
19  ApplyLifetimeCorrection: true
20  UseLifetimeFromDatabase: true # false: lifetime from DetectorProperties
21  ReferencedQdx: [65.75, 63.5, 59.29] #60 ke/cm for muons
22 }
23 
24 protodunespmcsce_calibrationdedx: @local::protodunespdata_calibrationdedx
25 protodunespmcsce_calibrationdedx.CaloAlg: @local::pdune_sp_calorimetryalgmc
26 protodunespmcsce_calibrationdedx.UseLifetimeFromDatabase: false
27 protodunespmcsce_calibrationdedx.ReferencedQdx: [0, 0, 0] # do not use reference dQdx for MC
28 
29 protodunespmcnosce_calibrationdedx: @local::protodunespmcsce_calibrationdedx
30 protodunespmcnosce_calibrationdedx.CorrectSCE: false
31 protodunespmcnosce_calibrationdedx.UseLifetimeFromDatabase: false
32 protodunespmcnosce_calibrationdedx.ReferencedQdx: [0, 0, 0] # do not use reference dQdx for MC
33 
34 END_PROLOG