Skip to content

Commit 330f7c1

Browse files
committed
Please consider the following formatting changes
1 parent 51b4524 commit 330f7c1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

GPU/GPUTracking/qa/GPUQA.cxx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -542,7 +542,6 @@ int32_t GPUQA::InitQACreateHistograms()
542542
createHist(mT0[0], "tracks_t0", "tracks_t0", (maxTime + 1) / 10, 0, maxTime);
543543
createHist(mT0[1], "tracks_t0_res", "tracks_t0_res", 1000, -100, 100);
544544
createHist(mClXY, "clXY", "clXY", 1000, -250, 250, 1000, -250, 250); // TODO: Pass name only once
545-
546545
}
547546

548547
if ((mQATasks & taskClusterCounts) && mConfig.clusterRejectionHistograms) {
@@ -2944,7 +2943,6 @@ int32_t GPUQA::DrawQAHistograms(TObjArray* qcout)
29442943
if (mConfig.writeFileExt != "") {
29452944
mCClXY->Print(Form("%s/clustersXY.%s", mConfig.plotsDir.c_str(), mConfig.writeFileExt.c_str()));
29462945
}
2947-
29482946
}
29492947

29502948
if (tout && !mConfig.inputHistogramsOnly && mConfig.writeMCLabels) {

0 commit comments

Comments
 (0)