From 99a42acb3f7938794ada42f310b32ba5acbfdcd8 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Fri, 13 Dec 2024 15:33:06 +0000 Subject: [PATCH] Please consider the following formatting changes --- Detectors/Upgrades/ALICE3/FVD/simulation/src/Detector.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Detectors/Upgrades/ALICE3/FVD/simulation/src/Detector.cxx b/Detectors/Upgrades/ALICE3/FVD/simulation/src/Detector.cxx index af90cde4ad212..d49a84f7f089e 100644 --- a/Detectors/Upgrades/ALICE3/FVD/simulation/src/Detector.cxx +++ b/Detectors/Upgrades/ALICE3/FVD/simulation/src/Detector.cxx @@ -122,7 +122,7 @@ bool Detector::ProcessHits(FairVolume* vol) auto stack = (o2::data::Stack*)fMC->GetStack(); - //int cellId = vol->getVolumeId(); + // int cellId = vol->getVolumeId(); // Check track status to define when hit is started and when it is stopped bool startHit = false, stopHit = false;