Skip to content

Commit

Permalink
code checks
Browse files Browse the repository at this point in the history
  • Loading branch information
civanch committed May 17, 2022
1 parent f19d7ca commit 0bb8fc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SimG4Core/Application/src/TrackingAction.cc
Expand Up @@ -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 << ")"
Expand Down

0 comments on commit 0bb8fc4

Please sign in to comment.