From 0bb8fc44937fcf5312e43cf04e04d0e0ed004c9f Mon Sep 17 00:00:00 2001 From: Vladimir Date: Tue, 17 May 2022 20:47:56 +0200 Subject: [PATCH] code checks --- SimG4Core/Application/src/TrackingAction.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SimG4Core/Application/src/TrackingAction.cc b/SimG4Core/Application/src/TrackingAction.cc index eb17b0d1b6f33..d79135ebd2f1b 100644 --- a/SimG4Core/Application/src/TrackingAction.cc +++ b/SimG4Core/Application/src/TrackingAction.cc @@ -57,7 +57,7 @@ void TrackingAction::PreUserTrackingAction(const G4Track* aTrack) { #ifdef EDM_ML_DEBUG edm::LogVerbatim("DoFineCalo") << "PreUserTrackingAction: Start processing track " << aTrack->GetTrackID() << " pdgid=" << aTrack->GetDefinition()->GetPDGEncoding() - << " ekin[GeV]=" << ekin/CLHEP::GeV << " vertex[cm]=(" + << " ekin[GeV]=" << ekin / CLHEP::GeV << " vertex[cm]=(" << aTrack->GetVertexPosition().x() / CLHEP::cm << "," << aTrack->GetVertexPosition().y() / CLHEP::cm << "," << aTrack->GetVertexPosition().z() / CLHEP::cm << ")"