We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df6da1c commit 99a42acCopy full SHA for 99a42ac
Detectors/Upgrades/ALICE3/FVD/simulation/src/Detector.cxx
@@ -122,7 +122,7 @@ bool Detector::ProcessHits(FairVolume* vol)
122
123
auto stack = (o2::data::Stack*)fMC->GetStack();
124
125
- //int cellId = vol->getVolumeId();
+ // int cellId = vol->getVolumeId();
126
127
// Check track status to define when hit is started and when it is stopped
128
bool startHit = false, stopHit = false;
0 commit comments