Skip to content

Commit aa9e81e

Browse files
authored
Merge pull request #24 from alibuild/alibot-cleanup-15602
Please consider the following formatting changes to #15602
2 parents 523edfa + 0051a4d commit aa9e81e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Detectors/gconfig/src/O2MonopolePhysics.cxx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ inline double tpcDriftFieldMagnitude()
110110
return valueKVPerCm * CLHEP::kilovolt / CLHEP::cm;
111111
} catch (...) {
112112
LOG(warn) << "O2MonopolePhysics: the TPC is in the geometry but TPCGEMParam is not "
113-
"registered; no drift-field coupling for the monopole";
113+
"registered; no drift-field coupling for the monopole";
114114
return 0.;
115115
}
116116
}
@@ -212,7 +212,7 @@ class O2MonopoleEquation : public G4EquationOfMotion
212212
}
213213
}
214214

215-
dydx[6] = 0.; // not used
215+
dydx[6] = 0.; // not used
216216
dydx[7] = energy * pModuleInverse / CLHEP::c_light; // inverse velocity
217217
}
218218

@@ -227,7 +227,7 @@ class O2MonopoleEquation : public G4EquationOfMotion
227227
return trackingManager != nullptr ? trackingManager->GetTrack() : nullptr;
228228
}
229229

230-
double mMagneticChargeEplus; ///< |g| in eplus units (1 g_D = 1/(2*alpha) ~ 68.5)
230+
double mMagneticChargeEplus; ///< |g| in eplus units (1 g_D = 1/(2*alpha) ~ 68.5)
231231
G4double mTPCDriftField = 0.; ///< TPC drift field, Geant4 units; 0 disables the coupling
232232
G4double mElCharge = 0.;
233233
G4double mMagCharge = 0.;

0 commit comments

Comments
 (0)