ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <Geant4/G4VUserTrackInformation.hh>
#include <iostream>
#include <ostream>
Go to the source code of this file.
Classes | |
class | PHG4TrackUserInfoV1 |
Namespaces | |
namespace | PHG4TrackUserInfo |
Functions | |
void | PHG4TrackUserInfo::SetUserTrackId (G4Track *track, const int usertrackid) |
void | PHG4TrackUserInfo::SetUserParentId (G4Track *track, const int userparentid) |
void | PHG4TrackUserInfo::SetUserPrimaryId (G4Track *track, const int userprimaryid) |
void | PHG4TrackUserInfo::SetWanted (G4Track *track, const int trkid) |
void | PHG4TrackUserInfo::SetKeep (G4Track *track, const int trkid) |
void | PHG4TrackUserInfo::SetShower (G4Track *track, PHG4Shower *shower) |