Skip to content

Commit 8f16bec

Browse files
committed
Fix: correction to MonThreshold fcl parameter for data and MC
1 parent e831e52 commit 8f16bec

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

sbndcode/OpDetSim/BeamRatesCalib_Defaults.fcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ BeamRatesCalib:
1919
# Save some example trigger pulses for each flash (TH1D similar to wvfana)
2020
SaveAllMon: true
2121
# The MON threshold used in the saved TH1D examples
22-
FCLthreshold: 25
22+
FCLthreshold: 50
2323
# PMT index corresponding to the opening of the beam acceptance BeamWindowEnd
2424
# Note that BeamWindowStart should not account for MTC/A wire+processing delays
2525
# Those are handled by CAENOffset

sbndcode/OpDetSim/BeamRatesCalib_module.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ namespace opdet { //OpDet means optical detector
200200
fBeamWindowEnd = p.get<int>("BeamWindowEnd", 1688+680);
201201
fSaveAllMON = p.get<bool>("SaveAllMon", false);
202202
fCheckTriggers = p.get<bool>("CheckHardwareTriggers", false); //Needs MTCA LLT to be digitized which is unusual (run 15670)
203-
fFCLthreshold = p.get<int>("FCLthreshold", 15);
203+
fFCLthreshold = p.get<int>("FCLthreshold", 50);
204204
fOpDetsToPlot = p.get<std::vector<std::string> >("OpDetsToPlot");
205205
fCheckSoftTrig = p.get<bool>("CheckSoftTrig", false);
206206
fSoftTrigLabel = p.get<std::string>("SoftTrigLabel", "pmtmetricproducer:");

sbndcode/OpDetSim/opdetdigitizer_sbnd.fcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ sbnd_opdetdigitizer:
1414
ApplyTriggers: true #optional
1515
ticksPerSlice: 5000 # corresponds to 10us
1616
PercentTicksBeforeCross: 0.2
17-
MonThreshold: 15
17+
MonThreshold: 50
1818
PairMultiplicityThreshold: 4
1919

2020
@table::sbnd_digipmt_alg

0 commit comments

Comments
 (0)