File tree Expand file tree Collapse file tree
icaruscode/PMT/OpReco/fcl Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,10 +12,13 @@ BEGIN_PROLOG
1212# in the hit) needs to be the same value as the single photoelectron area used
1313# in the hit reconstruction.
1414#
15- icarus_pmt_calibration.NoCalib : {
15+ icarus_pmt_calibration.NoCalibRun2 : {
1616 SPEAreaGain: @local::SPERun2.Area
1717}
1818
19+ icarus_pmt_calibration.NoCalibRun3: {
20+ SPEAreaGain: @local::SPERun3.Area
21+ }
1922
2023# ------------------------------------------------------------------------------
2124# `icarus_pmt_calibration.Calib202203`: from March 2021
@@ -27,8 +30,8 @@ icarus_pmt_calibration.Calib202203: {
2730
2831
2932# ------------------------------------------------------------------------------
30- icarus_pmt_calibration.CalibStandard : @local::icarus_pmt_calibration.NoCalib
31-
33+ icarus_pmt_calibration.CalibStandardRun2 : @local::icarus_pmt_calibration.NoCalibRun2
34+ icarus_pmt_calibration.CalibStandardRun3: @local::icarus_pmt_calibration.NoCalibRun3
3235
3336
3437END_PROLOG
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ ICARUSSimpleFlash:
99 FlashFinderAlgo : "SimpleFlashAlgo"
1010 AlgoConfig : @local::SimpleFlashStandard
1111 OpHitProducer : "ophit"
12- PECalib : @local::icarus_pmt_calibration.CalibStandard
12+ PECalib : @local::icarus_pmt_calibration.CalibStandardRun2
1313}
1414
1515ICARUSSimpleFlashCryoE: @local::ICARUSSimpleFlash
You can’t perform that action at this time.
0 commit comments