ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include "PHG4TrackUserInfoV1.h"
#include <Geant4/G4Track.hh>
#include <Geant4/G4VUserTrackInformation.hh>
#include <boost/lexical_cast.hpp>
#include <iostream>
#include <string>
Go to the source code of this file.
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) |