From 819a4e1e864b845148ed90dbb534fe0e138197d4 Mon Sep 17 00:00:00 2001 From: jmcarcell Date: Fri, 3 Jan 2025 20:27:37 +0100 Subject: [PATCH] Remove colorflow, needed after https://github.com/key4hep/EDM4hep/pull/389 --- 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);