From eef151e4ea081eb9f28bad177f7d1401c4298a97 Mon Sep 17 00:00:00 2001 From: Shahzad Malik Muzaffar Date: Thu, 5 Sep 2024 16:18:00 +0200 Subject: [PATCH] [DQM-GEOMETRY] Changes suggested by new llvm18 clang-format --- Validation/Geometry/src/MaterialBudgetAction.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Validation/Geometry/src/MaterialBudgetAction.cc b/Validation/Geometry/src/MaterialBudgetAction.cc index 895186500baec..2c64c6bccf61c 100644 --- a/Validation/Geometry/src/MaterialBudgetAction.cc +++ b/Validation/Geometry/src/MaterialBudgetAction.cc @@ -224,7 +224,7 @@ void MaterialBudgetAction::update(const BeginOfTrack* trk) { aTracknc->SetTrackStatus(fStopAndKill); return; } - } // particles produced from a decay (type=6) of the main particle (ID=1) with Kinetic Energy [MeV] > Ekin + } // particles produced from a decay (type=6) of the main particle (ID=1) with Kinetic Energy [MeV] > Ekin } else { // kill all the other particles (take only the main one until it disappears) if decay not stored if (aTrack->GetParentID() != 0) { G4Track* aTracknc = const_cast(aTrack);