@@ -57,7 +57,7 @@ Detector::Detector(bool active)
5757{
5858 auto & baseParam = FVDBaseParam::Instance ();
5959
60- mDzScint = baseParam.dzscint / 2 ;
60+ mDzScint = baseParam.dzscint / 2 ;
6161
6262 mRingRadiiA = baseParam.ringsA ;
6363 mRingRadiiC = baseParam.ringsC ;
@@ -122,7 +122,7 @@ bool Detector::ProcessHits(FairVolume* vol)
122122
123123 auto stack = (o2::data::Stack*)fMC ->GetStack ();
124124
125- // int cellId = vol->getVolumeId();
125+ // int cellId = vol->getVolumeId();
126126
127127 // Check track status to define when hit is started and when it is stopped
128128 bool startHit = false , stopHit = false ;
@@ -280,8 +280,8 @@ void Detector::buildModules()
280280 TGeoVolumeAssembly* vFVDA = buildModuleA ();
281281 TGeoVolumeAssembly* vFVDC = buildModuleC ();
282282
283- vCave->AddNode (vFVDA, 1 , new TGeoTranslation (0 ., 0 ., mZmodA /* - mDzScint/2.*/ ));
284- vCave->AddNode (vFVDC, 1 , new TGeoTranslation (0 ., 0 ., mZmodC /* + mDzScint/2.*/ ));
283+ vCave->AddNode (vFVDA, 1 , new TGeoTranslation (0 ., 0 ., mZmodA /* - mDzScint/2.*/ ));
284+ vCave->AddNode (vFVDC, 1 , new TGeoTranslation (0 ., 0 ., mZmodC /* + mDzScint/2.*/ ));
285285}
286286
287287TGeoVolumeAssembly* Detector::buildModuleA ()
0 commit comments