Geant4-11
|
#include <G4Pevent.hh>
Public Member Functions | |
G4Pevent (G4MCTEvent *mctevt, G4Event *g4evt) | |
G4Event * | GetEvent () |
G4int | GetEventID () |
G4int | GetGenEventID () const |
G4MCTEvent * | GetMCTEvent () |
void | SetGenEventID (G4int id) |
~G4Pevent () | |
Private Attributes | |
G4Event * | f_g4evt = nullptr |
G4MCTEvent * | f_mctevt = nullptr |
G4int | genEventID = -1 |
G4int | m_id = -1 |
Definition at line 50 of file G4Pevent.hh.
G4Pevent::G4Pevent | ( | G4MCTEvent * | mctevt, |
G4Event * | g4evt | ||
) |
Definition at line 34 of file G4Pevent.cc.
References genEventID, G4Event::GetEventID(), G4MCTEvent::GetEventNumber(), and m_id.
G4Pevent::~G4Pevent | ( | ) |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
Definition at line 78 of file G4Pevent.hh.
Referenced by GetEvent(), and ~G4Pevent().
|
private |
Definition at line 77 of file G4Pevent.hh.
Referenced by GetMCTEvent().
|
private |
Definition at line 79 of file G4Pevent.hh.
Referenced by G4Pevent(), GetGenEventID(), and SetGenEventID().
|
private |
Definition at line 80 of file G4Pevent.hh.
Referenced by G4Pevent(), and GetEventID().