er
dev
|
Public Member Functions | |
ERNeuRadPhotoElectron () | |
ERNeuRadPhotoElectron (Int_t index, Int_t side, Double_t lyTime, Double_t cathode_time, Double_t anode_time, Int_t photon_count, Double_t amplitude) | |
~ERNeuRadPhotoElectron () | |
Int_t | Index () const |
Int_t | Side () const |
Double_t | LYTime () const |
Double_t | CathodeTime () const |
Double_t | AnodeTime () const |
Int_t | PhotonCount () const |
Double_t | Amplitude () const |
void | Print () const |
Private Attributes | |
Int_t | fIndex |
Int_t | fSide |
Double_t | fLYTime |
Double_t | fCathodeTime |
Double_t | fAnodeTime |
Int_t | fPhotonCount |
Double_t | fAmplitude |
Definition at line 11 of file ERNeuRadPhotoElectron.h.
ERNeuRadPhotoElectron::ERNeuRadPhotoElectron | ( | ) |
Default constructor
Definition at line 10 of file ERNeuRadPhotoElectron.cxx.
ERNeuRadPhotoElectron::~ERNeuRadPhotoElectron | ( | ) |
Destructor
Definition at line 47 of file ERNeuRadPhotoElectron.cxx.
|
inline |
Accessors
Definition at line 39 of file ERNeuRadPhotoElectron.h.