# トラックの状態をしりたい(``G4Track::GetTrackStatus``) ```cpp // G4Track *aTrack; G4int status = aTrack->GetTrackStatus(); ```