Skip to content

Commit cf6c3bd

Browse files
committed
Please consider the following formatting changes
1 parent 821511d commit cf6c3bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DPG/Tasks/TPC/tpcSkimsTableCreator.cxx

+1-1
Original file line numberDiff line numberDiff line change
@@ -678,7 +678,7 @@ struct TreeWriterTPCTOF {
678678
((trackSelection == 2) && trk.isGlobalTrackWoPtEta()) ||
679679
((trackSelection == 3) && trk.isGlobalTrackWoDCA()) ||
680680
((trackSelection == 4) && trk.isQualityTrack()) ||
681-
((trackSelection == 5) && trk.isInAcceptanceTrack()))){
681+
((trackSelection == 5) && trk.isInAcceptanceTrack()))) {
682682
continue;
683683
}
684684
// get the corresponding trackQA using labelTracks2TracKQA and get variables of interest

0 commit comments

Comments
 (0)