From d7fec087cd0494d6973835bb2b4a546564d09066 Mon Sep 17 00:00:00 2001 From: Juan Miguel Carceller <22276694+jmcarcell@users.noreply.github.com> Date: Fri, 3 Jan 2025 20:46:25 +0100 Subject: [PATCH] Remove colorflow, needed after https://github.com/key4hep/EDM4hep/pull/389 (#417) --- plugins/Geant4Output2EDM4hep_DRC.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/Geant4Output2EDM4hep_DRC.cpp b/plugins/Geant4Output2EDM4hep_DRC.cpp index 6d408424e..fad2fde9f 100644 --- a/plugins/Geant4Output2EDM4hep_DRC.cpp +++ b/plugins/Geant4Output2EDM4hep_DRC.cpp @@ -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);