We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 821511d commit cf6c3bdCopy full SHA for cf6c3bd
DPG/Tasks/TPC/tpcSkimsTableCreator.cxx
@@ -678,7 +678,7 @@ struct TreeWriterTPCTOF {
678
((trackSelection == 2) && trk.isGlobalTrackWoPtEta()) ||
679
((trackSelection == 3) && trk.isGlobalTrackWoDCA()) ||
680
((trackSelection == 4) && trk.isQualityTrack()) ||
681
- ((trackSelection == 5) && trk.isInAcceptanceTrack()))){
+ ((trackSelection == 5) && trk.isInAcceptanceTrack()))) {
682
continue;
683
}
684
// get the corresponding trackQA using labelTracks2TracKQA and get variables of interest
0 commit comments