File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
MC/config/PWGUD/external/generator Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -217,7 +217,7 @@ class GeneratorStarlight_class : public Generator
217217 0 ,0 ,0 ,0 );
218218 //particle.Print();
219219 mParticles .push_back (particle );
220- o2 ::mcutils ::MCGenHelper ::encodeParticleStatusAndTracking (mParticles .back (), 11 );
220+ o2 ::mcutils ::MCGenHelper ::encodeParticleStatusAndTracking (mParticles .back (), false );
221221 }
222222 if (!mDecayEvtGen ){ // Don't import daughters in case of external decayer
223223 for (int ipart = 0 ;ipart < npart ;ipart ++ ) {
@@ -243,7 +243,7 @@ class GeneratorStarlight_class : public Generator
243243 vtx ,vty ,vtz ,vtt );
244244 //particle.Print();
245245 mParticles .push_back (particle );
246- o2 ::mcutils ::MCGenHelper ::encodeParticleStatusAndTracking (mParticles .back (), 1 );
246+ o2 ::mcutils ::MCGenHelper ::encodeParticleStatusAndTracking (mParticles .back (), true );
247247 }
248248 }
249249 return true;
You can’t perform that action at this time.
0 commit comments