Skip to content

Commit ced7103

Browse files
jml985plexoos
authored andcommitted
change for yuri (#429)
1 parent 2ff6b81 commit ced7103

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

StRoot/RTS/src/DAQ_TPX/tpxFCF.cxx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1617,6 +1617,10 @@ void tpxFCF::dump(tpxFCF_cl *cl, int row)
16171617

16181618
}
16191619

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

16221626

0 commit comments

Comments
 (0)