Skip to content

Commit

Permalink
Remove colorflow, needed after key4hep/EDM4hep#389 (#417)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcarcell authored Jan 3, 2025
1 parent 953bfc1 commit d7fec08
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion plugins/Geant4Output2EDM4hep_DRC.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,6 @@ void Geant4Output2EDM4hep_DRC::saveParticles(Geant4ParticleMap* particles) {
mcp.setGeneratorStatus( 0 ) ;

mcp.setSpin(p->spin);
mcp.setColorFlow(p->colorFlow);

p_ids[id] = cnt++;
p_part.push_back(p);
Expand Down

0 comments on commit d7fec08

Please sign in to comment.