From aa8971a0db5d8e63067d4b4e09c9db85a71fa20d Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Sun, 7 Jun 2026 10:10:22 +0000 Subject: [PATCH] Please consider the following formatting changes --- ALICE3/TableProducer/OTF/onTheFlyTofPid.cxx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/ALICE3/TableProducer/OTF/onTheFlyTofPid.cxx b/ALICE3/TableProducer/OTF/onTheFlyTofPid.cxx index 7c76c529bcf..13f70c2980c 100644 --- a/ALICE3/TableProducer/OTF/onTheFlyTofPid.cxx +++ b/ALICE3/TableProducer/OTF/onTheFlyTofPid.cxx @@ -307,12 +307,12 @@ struct OnTheFlyTofPid { public: ~TOFLayerEfficiency() { - if(0){ - hHitMap->SaveAs(Form("/tmp/%s.png", hHitMap->GetName())); - hHitMapInPixel->SaveAs(Form("/tmp/%s.png", hHitMapInPixel->GetName())); - hHitMapInPixelBefore->SaveAs(Form("/tmp/%s.png", hHitMapInPixelBefore->GetName())); + if (0) { + hHitMap->SaveAs(Form("/tmp/%s.png", hHitMap->GetName())); + hHitMapInPixel->SaveAs(Form("/tmp/%s.png", hHitMapInPixel->GetName())); + hHitMapInPixelBefore->SaveAs(Form("/tmp/%s.png", hHitMapInPixelBefore->GetName())); } - + delete axisZ; delete axisRPhi; delete axisInPixelZ;