Skip to content

Commit

Permalink
Merge branch 'main' into pr/BTOF-digitization-clusterization
Browse files Browse the repository at this point in the history
  • Loading branch information
ssedd1123 authored Dec 2, 2024
2 parents 6a67c57 + 3dc7ce1 commit 92263ed
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/algorithms/reco/UndoAfterBurner.cc
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,9 @@ void eicrecon::UndoAfterBurner::process(

// Now, loop through events and apply operations to the MCparticles
for (const auto& p: *mcparts) {
if (p.isCreatedInSimulation()) {
continue;
}

ROOT::Math::PxPyPzEVector mc(p.getMomentum().x, p.getMomentum().y, p.getMomentum().z, p.getEnergy());

Expand Down

0 comments on commit 92263ed

Please sign in to comment.