Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions icaruscode/CRT/CRTPMTMatchingProducer_module.cc
Original file line number Diff line number Diff line change
Expand Up @@ -581,14 +581,14 @@ namespace sbn::crt {
<< ") cm [" << hits.size() << " op.hits] -> first time: "
<< firstOpHitPeakTime << " us, centroid: " << flash_pos << " cm";
}

/*
if (nPMTsTriggering < fnOpHitToTrigger) {
mf::LogTrace("CRTPMTMatchingProducer")
<< " => skipped (only " << nPMTsTriggering << " < " << fnOpHitToTrigger
<< " hits above threshold)";
continue;
}

*/
double const thisRelGateTime = triggerGateDiff + tflash * 1e3; // ns
bool const thisInTime_gate
= thisRelGateTime > BeamGateMin && thisRelGateTime < BeamGateMax;
Expand Down