Skip to content

Commit 8941bef

Browse files
committed
code format
1 parent 1bf360d commit 8941bef

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

SimG4Core/PhysicsLists/src/CMSEmStandardPhysics.cc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -288,27 +288,27 @@ void CMSEmStandardPhysics::ConstructProcess() {
288288
// as well as `SetApplyCuts` and `SetLowestElectronEnergy` are taken from
289289
// `G4EmParameters` so we set only the step function parameters here.
290290

291-
config->SetEnergyLossStepLimitFunctionParameters(0.8, 1.0*CLHEP::mm);
291+
config->SetEnergyLossStepLimitFunctionParameters(0.8, 1.0 * CLHEP::mm);
292292

293293
// Then set special configuration for some regions:
294294
// ------------------------------------------------
295295
if (nullptr != aRegion) {
296296
// HCal region
297297
const G4String& rname = aRegion->GetName();
298-
config->SetMinimalMSCStepLimit(fStepLimitType==fMinimal, rname);
298+
config->SetMinimalMSCStepLimit(fStepLimitType == fMinimal, rname);
299299
config->SetMSCRangeFactor(fRangeFactor, rname);
300300
config->SetMSCSafetyFactor(fSafetyFactor, rname);
301301
}
302302

303303
if (nullptr != bRegion) {
304304
// HGCal region
305305
const G4String& rname = bRegion->GetName();
306-
config->SetMinimalMSCStepLimit(fStepLimitType==fMinimal, rname);
306+
config->SetMinimalMSCStepLimit(fStepLimitType == fMinimal, rname);
307307
config->SetMSCRangeFactor(fRangeFactor, rname);
308308
config->SetMSCSafetyFactor(fSafetyFactor, rname);
309309

310310
config->SetWoodcockTrackingRegion(rname);
311-
config->SetWDTEnergyLimit(0.5*CLHEP::MeV);
311+
config->SetWDTEnergyLimit(0.5 * CLHEP::MeV);
312312
}
313313

314314
G4Electron::Electron()->SetTrackingManager(hepEmTM);

0 commit comments

Comments
 (0)