Skip to content

Commit 71439e9

Browse files
committed
Please consider the following formatting changes
1 parent 4ea6840 commit 71439e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

DPG/Tasks/TPC/tpcSkimsTableCreator.cxx

+2-2
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
@@ -725,7 +725,7 @@ struct TreeWriterTPCTOF {
725725
}
726726
} /// process
727727
PROCESS_SWITCH(TreeWriterTPCTOF, processWithTrQA, "Samples for PID with TrackQA info", false);
728-
}; /// struct TreeWriterTPCTOF
728+
}; /// struct TreeWriterTPCTOF
729729
WorkflowSpec defineDataProcessing(ConfigContext const& cfgc)
730730
{
731731
auto workflow = WorkflowSpec{adaptAnalysisTask<TreeWriterTPCTOF>(cfgc)};

0 commit comments

Comments
 (0)