QwGeant4
|
#include <QweakSimUserPMTOnly_PMTEvent.hh>
Inherits TObject.
Public Member Functions | |
QweakSimUserPMTOnly_PMTEvent () | |
~QweakSimUserPMTOnly_PMTEvent () | |
void | Initialize () |
void | StoreTrackID (Float_t tid) |
Float_t | GetTrackID () const |
void | StoreDetectorNbOfHits (Int_t nd) |
Int_t | GetDetectorNbOfHits () const |
void | StorePMTHasBeenHit (Int_t np) |
Int_t | GetPMTHasBeenHit () const |
void | StorePMTTotalNbOfHits (Int_t npt) |
Int_t | GetPMTTotalNbOfHits () const |
void | StorePMTTotalNbOfPEs (Float_t npt) |
Float_t | GetPMTTotalNbOfPEs () const |
Private Attributes | |
Float_t | TrackID |
Int_t | NbOfHits |
Int_t | PMTHasBeenHit |
Int_t | PMTTotalNbOfHits |
Float_t | PMTTotalNbOfPEs |
Definition at line 18 of file QweakSimUserPMTOnly_PMTEvent.hh.
QweakSimUserPMTOnly_PMTEvent::QweakSimUserPMTOnly_PMTEvent | ( | ) |
Definition at line 15 of file QweakSimUserPMTOnly_PMTEvent.cc.
QweakSimUserPMTOnly_PMTEvent::~QweakSimUserPMTOnly_PMTEvent | ( | ) |
Definition at line 21 of file QweakSimUserPMTOnly_PMTEvent.cc.
|
inline |
|
inline |
Definition at line 56 of file QweakSimUserPMTOnly_PMTEvent.hh.
References PMTHasBeenHit.
|
inline |
Definition at line 61 of file QweakSimUserPMTOnly_PMTEvent.hh.
References PMTTotalNbOfHits.
|
inline |
Definition at line 66 of file QweakSimUserPMTOnly_PMTEvent.hh.
References PMTTotalNbOfPEs.
|
inline |
void QweakSimUserPMTOnly_PMTEvent::Initialize | ( | ) |
Definition at line 26 of file QweakSimUserPMTOnly_PMTEvent.cc.
References PMTHasBeenHit, PMTTotalNbOfHits, and PMTTotalNbOfPEs.
Referenced by QweakSimEventAction::EndOfEventAction().
|
inline |
Definition at line 50 of file QweakSimUserPMTOnly_PMTEvent.hh.
References NbOfHits.
Referenced by QweakSimEventAction::EndOfEventAction().
|
inline |
Definition at line 55 of file QweakSimUserPMTOnly_PMTEvent.hh.
References PMTHasBeenHit.
Referenced by QweakSimEventAction::EndOfEventAction().
|
inline |
Definition at line 60 of file QweakSimUserPMTOnly_PMTEvent.hh.
References PMTTotalNbOfHits.
Referenced by QweakSimEventAction::EndOfEventAction().
|
inline |
Definition at line 65 of file QweakSimUserPMTOnly_PMTEvent.hh.
References PMTTotalNbOfPEs.
Referenced by QweakSimEventAction::EndOfEventAction().
|
inline |
|
private |
Definition at line 25 of file QweakSimUserPMTOnly_PMTEvent.hh.
Referenced by GetDetectorNbOfHits(), and StoreDetectorNbOfHits().
|
private |
Definition at line 27 of file QweakSimUserPMTOnly_PMTEvent.hh.
Referenced by GetPMTHasBeenHit(), Initialize(), and StorePMTHasBeenHit().
|
private |
Definition at line 29 of file QweakSimUserPMTOnly_PMTEvent.hh.
Referenced by GetPMTTotalNbOfHits(), Initialize(), and StorePMTTotalNbOfHits().
|
private |
Definition at line 31 of file QweakSimUserPMTOnly_PMTEvent.hh.
Referenced by GetPMTTotalNbOfPEs(), Initialize(), and StorePMTTotalNbOfPEs().
|
private |
Definition at line 23 of file QweakSimUserPMTOnly_PMTEvent.hh.
Referenced by GetTrackID(), and StoreTrackID().