Skip to content

Commit b643cdc

Browse files
alibuildsawenzel
authored andcommitted
Please consider the following formatting changes
1 parent 679654c commit b643cdc

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

Detectors/FastSim/src/FastSimModel.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ void FastSimModel::DoIt(const G4FastTrack& fastTrack, G4FastStep& fastStep)
129129
const G4VSolid* envelopeSolid = touchable->GetVolume(level)->GetLogicalVolume()->GetSolid();
130130

131131
input.exitDistance = envelopeSolid->DistanceToOut(toLocal.TransformPoint(position),
132-
toLocal.TransformAxis(direction)) /
132+
toLocal.TransformAxis(direction)) /
133133
CLHEP::cm;
134134

135135
const std::vector<FastSimOutput> outgoing = sample(input);

Detectors/FastSim/src/G4FastSimulation.cxx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,7 @@ std::vector<std::string> split(const std::string& value, char sep)
4040
//_____________________________________________________________________________
4141
G4FastSimulation::G4FastSimulation(std::vector<std::string> models,
4242
const std::string& envelope, double minEnergyGeV)
43-
: TG4VUserFastSimulation(), mModels(std::move(models)), mEnvelope(envelope),
44-
mMinEnergy(minEnergyGeV)
43+
: TG4VUserFastSimulation(), mModels(std::move(models)), mEnvelope(envelope), mMinEnergy(minEnergyGeV)
4544
{
4645
// Only the model itself can be declared here: this constructor runs before the
4746
// geometry exists, so the regions cannot be derived yet. They are set later by

0 commit comments

Comments
 (0)