Skip to content

Commit

Permalink
Please consider the following formatting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
alibuild committed Oct 1, 2024
1 parent 7c9bb95 commit ae83b8c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Detectors/Upgrades/ALICE3/FVD/simulation/src/Detector.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -276,10 +276,10 @@ void Detector::buildModules()
}

TGeoVolumeAssembly* vFVDA = buildModuleA();
vCave->AddNode(vFVDA, 1, new TGeoTranslation(0., 0., mZmodA - mDzScint/2.));
vCave->AddNode(vFVDA, 1, new TGeoTranslation(0., 0., mZmodA - mDzScint / 2.));

TGeoVolumeAssembly* vFVDC = buildModuleC();
vCave->AddNode(vFVDC, 2, new TGeoTranslation(0., 0., mZmodC + mDzScint/2.));
vCave->AddNode(vFVDC, 2, new TGeoTranslation(0., 0., mZmodC + mDzScint / 2.));
}

TGeoVolumeAssembly* Detector::buildModuleA()
Expand Down Expand Up @@ -353,7 +353,6 @@ void Detector::defineSensitiveVolumes()
LOG(info) << "Adding FVD Sensitive Volume => " << v->GetName();
AddSensitiveVolume(v);
}

}

int Detector::getChannelId(TVector3 vec)
Expand Down

0 comments on commit ae83b8c

Please sign in to comment.