Skip to content

Commit 1c0e386

Browse files
committed
fixed class format
1 parent d2a34d0 commit 1c0e386

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

SimG4Core/CustomPhysics/plugins/RHStopTracer.cc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ RHStopTracer::RHStopTracer(edm::ParameterSet const& p) {
3838
rePartName = mTraceParticleName;
3939
setMT(true);
4040

41-
edm::LogVerbatim("SimG4CoreCustomPhysics") << "RHStopTracer::RHStopTracer " << mTraceParticleName
42-
<< " Eth(GeV)= " << mTraceEnergy;
41+
edm::LogVerbatim("SimG4CoreCustomPhysics")
42+
<< "RHStopTracer::RHStopTracer " << mTraceParticleName << " Eth(GeV)= " << mTraceEnergy;
4343
}
4444

4545
void RHStopTracer::update(const BeginOfRun* fRun) {

0 commit comments

Comments
 (0)