We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a6dd913 + e5a39ae commit d4c7ca5Copy full SHA for d4c7ca5
1 file changed
sbncode/CAFMaker/CAFMaker_module.cc
@@ -2591,7 +2591,7 @@ void CAFMaker::produce(art::Event& evt) noexcept {
2591
// For more information, see:
2592
// https://sbn-docdb.fnal.gov/cgi-bin/sso/RetrieveFile?docid=43090
2593
2594
- if (isRealData && (fDet == kSBND))
+ if (isRealData && (fDet == kSBND) && fSubRunPOT > 0)
2595
{
2596
// Fill trigger info
2597
FillTriggerSBND(srsbndtiminginfo, srtrigger);
0 commit comments