Skip to content

Commit 20beb7a

Browse files
committed
Please consider the following formatting changes
1 parent 0ab8a28 commit 20beb7a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Detectors/Upgrades/ALICE3/FVD/simulation/src/Detector.cxx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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

287287
TGeoVolumeAssembly* Detector::buildModuleA()

0 commit comments

Comments
 (0)