From d1a5da111ccb8fa6e806464d731b7d05e8b481ba Mon Sep 17 00:00:00 2001 From: Frank Gaede <frank.gaede@desy.de> Date: Thu, 23 Jul 2015 11:45:10 +0000 Subject: [PATCH] do not set simstatus to 0 (overwrites endpoint bit ) --- DDG4/lcio/Geant4Output2LCIO.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/DDG4/lcio/Geant4Output2LCIO.cpp b/DDG4/lcio/Geant4Output2LCIO.cpp index df2eae6de..8602e360b 100644 --- a/DDG4/lcio/Geant4Output2LCIO.cpp +++ b/DDG4/lcio/Geant4Output2LCIO.cpp @@ -214,7 +214,6 @@ lcio::LCCollectionVec* Geant4Output2LCIO::saveParticles(Geant4ParticleMap* parti else if ( mask.isSet(G4PARTICLE_GEN_DOCUMENTATION) ) q->setGeneratorStatus(3); // Set simulation status - q->setSimulatorStatus( 0 ) ; q->setCreatedInSimulation( mask.isSet(G4PARTICLE_SIM_CREATED) ); q->setBackscatter( mask.isSet(G4PARTICLE_SIM_BACKSCATTER) ); q->setVertexIsNotEndpointOfParent( mask.isSet(G4PARTICLE_SIM_PARENT_RADIATED) ); -- GitLab