Skip to content

Commit

Permalink
change for yuri (#429)
Browse files Browse the repository at this point in the history
  • Loading branch information
jml985 authored Nov 3, 2022
1 parent 8a9f477 commit 1b0cac2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion StRoot/RTS/src/DAQ_TPX/tpxFCF.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -1617,7 +1617,7 @@ void tpxFCF::dump(tpxFCF_cl *cl, int row)

}

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

0 comments on commit 1b0cac2

Please sign in to comment.