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;