diff --git a/SimG4Core/PhysicsLists/src/CMSHadronPhysicsFTFP_BERT106.cc b/SimG4Core/PhysicsLists/src/CMSHadronPhysicsFTFP_BERT106.cc index a16def236b433..1553c3b642d01 100644 --- a/SimG4Core/PhysicsLists/src/CMSHadronPhysicsFTFP_BERT106.cc +++ b/SimG4Core/PhysicsLists/src/CMSHadronPhysicsFTFP_BERT106.cc @@ -34,7 +34,6 @@ #include "G4BaryonConstructor.hh" #include "G4ShortLivedConstructor.hh" -#include "G4HadronCaptureProcess.hh" #include "G4NeutronRadCapture.hh" #include "G4NeutronInelasticXS.hh" #include "G4NeutronCaptureXS.hh" diff --git a/SimG4Core/PhysicsLists/src/MonopoleTransportation.cc b/SimG4Core/PhysicsLists/src/MonopoleTransportation.cc index afb832020ee07..6bae870e51fae 100644 --- a/SimG4Core/PhysicsLists/src/MonopoleTransportation.cc +++ b/SimG4Core/PhysicsLists/src/MonopoleTransportation.cc @@ -398,8 +398,7 @@ G4VParticleChange* MonopoleTransportation::AlongStepDoIt(const G4Track& track, c if ((verboseLevel > 1) || (endEnergy > fThreshold_Warning_Energy)) { G4cout << " MonopoleTransportation is killing track that is looping or stuck " << G4endl << " This track has " << track.GetKineticEnergy() / MeV << " MeV energy." << G4endl; - G4cout << " Number of trials = " << fNoLooperTrials << " No of calls to AlongStepDoIt = " << noCalls - << G4endl; + G4cout << " Number of trials = " << fNoLooperTrials << G4endl; } #endif fNoLooperTrials = 0; @@ -408,7 +407,7 @@ G4VParticleChange* MonopoleTransportation::AlongStepDoIt(const G4Track& track, c #ifdef G4VERBOSE if ((verboseLevel > 2)) { G4cout << " MonopoleTransportation::AlongStepDoIt(): Particle looping - " - << " Number of trials = " << fNoLooperTrials << " No of calls to = " << noCalls << G4endl; + << " Number of trials = " << fNoLooperTrials << G4endl; } #endif }