59// Check if the track already has track information
60if(aTrack->GetUserInformation()!=0) return;
61if ( aTrack->GetParentID() !=1 ) return; // Only the decay of parent particle ( Particles considered mu+/mu-/e-/e+/gamma, it works for neutrons also )
62
63// Check if the track has the creator process (not the case for primaries)