Skip to content

Commit

Permalink
Remove the color flow from MCParticle (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
tmadlener authored Jan 3, 2025
1 parent dd9afc8 commit 2a0e17f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion SimG4Components/src/SimG4SmearGenParticles.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ StatusCode SimG4SmearGenParticles::execute(const EventContext&) const {
particle.setSimulatorStatus(j.getSimulatorStatus());
particle.setMomentumAtEndpoint(j.getMomentumAtEndpoint());
particle.setSpin(j.getSpin());
particle.setColorFlow(j.getColorFlow());
particle.setVertex(j.getVertex());


Expand Down

0 comments on commit 2a0e17f

Please sign in to comment.