File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 .;
You can’t perform that action at this time.
0 commit comments