Hi all,
I need to run a M.C.and it cannot release the memory until exit the program. I’m not sure if the memory used nu MyUserTrackInformation(public G4VUserTrackInformation
) and My UserPrimaryTrackInformation(public G4VUserTrackInformation
) is release correctly.
- Do I need to write release the Info memory by hand?
- If it is down automatically Does the memory of MyUserTrackInformation release when the track is ended or at the end of event.