Skip to content

Commit

Permalink
Merge pull request #45889 from smuzaffar/dqm-geometry-llvm18-clang-fo…
Browse files Browse the repository at this point in the history
…rmat

[DQM-GEOMETRY] Changes suggested by new llvm18 clang-format
  • Loading branch information
cmsbuild authored Sep 6, 2024
2 parents 36507c5 + eef151e commit 19c6a99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Validation/Geometry/src/MaterialBudgetAction.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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<G4Track*>(aTrack);
Expand Down

0 comments on commit 19c6a99

Please sign in to comment.