Skip to content

Commit

Permalink
Please consider the following formatting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
alibuild committed Dec 11, 2024
1 parent b47822a commit ce47830
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Detectors/ITSMFT/ITS/macros/test/CheckTracksCA.C
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ void CheckTracksCA(bool doFakeClStud = false,
clone->Divide(clone, den, 1, 1, "b");
clone->SetLineColor(3);
clone->Draw("histesame");
TCanvas *c2 = new TCanvas;
TCanvas* c2 = new TCanvas;
c2->SetGridx();
c2->SetGridy();
hZvertex->DrawClone();
Expand Down

0 comments on commit ce47830

Please sign in to comment.