We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1039dbc commit 9ea0f59Copy full SHA for 9ea0f59
1 file changed
sbncode/CAFMaker/CAFMaker_module.cc
@@ -2476,7 +2476,7 @@ void CAFMaker::produce(art::Event& evt) noexcept {
2476
// For more information, see:
2477
// https://sbn-docdb.fnal.gov/cgi-bin/sso/RetrieveFile?docid=43090
2478
2479
- if (isRealData && (fDet == kSBND))
+ if (isRealData && (fDet == kSBND) && fSubRunPOT > 0)
2480
{
2481
// Fill trigger info
2482
FillTriggerSBND(srsbndtiminginfo, srtrigger);
0 commit comments