From 1158f56e69fd88d61bba431c9263bac389d55230 Mon Sep 17 00:00:00 2001 From: Wouter Deconinck Date: Wed, 23 Apr 2025 13:40:17 -0500 Subject: [PATCH] fix: clang-format .C files --- .../tracking_efficiency/scripts/draw_Performance.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/benchmarks/reconstruction/tracking_efficiency/scripts/draw_Performance.C b/src/benchmarks/reconstruction/tracking_efficiency/scripts/draw_Performance.C index 78ecad12a8..ccc2d63abc 100644 --- a/src/benchmarks/reconstruction/tracking_efficiency/scripts/draw_Performance.C +++ b/src/benchmarks/reconstruction/tracking_efficiency/scripts/draw_Performance.C @@ -25,7 +25,7 @@ void draw_Performance(Int_t nevent = -1) { //=======Reading the root file DD4HEP=========== TFile* file = new TFile("tracking_test_gun.edm4eic.root"); // Tree with tracks and hits - // Create the tree reader and its data containers + // Create the tree reader and its data containers TTreeReader myReader("events", file); // name of tree and file TTreeReaderArray charge(myReader, "MCParticles.charge");