Skip to content

Commit 9ea0f59

Browse files
committed
Fix initialization
1 parent 1039dbc commit 9ea0f59

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sbncode/CAFMaker/CAFMaker_module.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2476,7 +2476,7 @@ void CAFMaker::produce(art::Event& evt) noexcept {
24762476
// For more information, see:
24772477
// https://sbn-docdb.fnal.gov/cgi-bin/sso/RetrieveFile?docid=43090
24782478

2479-
if (isRealData && (fDet == kSBND))
2479+
if (isRealData && (fDet == kSBND) && fSubRunPOT > 0)
24802480
{
24812481
// Fill trigger info
24822482
FillTriggerSBND(srsbndtiminginfo, srtrigger);

0 commit comments

Comments
 (0)