Skip to content

Commit 1b0cac2

Browse files
authored
change for yuri (star-bnl#429)
1 parent 8a9f477 commit 1b0cac2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

StRoot/RTS/src/DAQ_TPX/tpxFCF.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1617,7 +1617,7 @@ void tpxFCF::dump(tpxFCF_cl *cl, int row)
16171617

16181618
}
16191619

1620-
if(do_cuts==1) { // ADDED in FY22, pp500
1620+
if(do_cuts==1 && run_compatibility >= 22) { // ADDED in FY22, pp500
16211621
// kill ONEDPAD unless they fall before the trigger
16221622
if((cl->t_max > 20) && (fla & FCF_ONEPAD)) return ;
16231623
}

0 commit comments

Comments
 (0)