er
dev
|
class for raw data obtained from measurements or simulations More...
#include <ERNeuRadRawEvent.h>
Public Member Functions | |
ERNeuRadRawEvent (const Int_t npoints) | |
ClassDef (ERNeuRadRawEvent, 1) | |
void | Reset () |
const Double_t * | GetAmp () const |
const Double_t * | GetTime () const |
void | SetAmp (Double_t a, Int_t i) |
void | SetTime (Double_t t, Int_t i) |
void | PrintAmp (Int_t i) |
void | PrintTime (Int_t i) |
Double_t | GetTime (Int_t i) |
Double_t | GetAmp (Int_t i) |
Double_t & | Amp (Int_t i) |
TArrayF & | GetPEAmps () |
TArrayF & | GetPETimes () |
void | SetPETimes (TArrayF &fPETimesOLD) |
void | SetPEAmps (TArrayF &fPEAmpsOLD) |
void | SetStartTime (Double_t t) |
Double_t | GetStartTime () |
void | SetFinishTime (Double_t t) |
Double_t | GetFinishTime () |
void | SetEvent (Int_t t) |
Int_t | GetEvent () |
Private Member Functions | |
void | Init () |
Private Attributes | |
TArrayD | fAmp |
TArrayD | fTime |
TArrayF | fPEAmps |
TArrayF | fPETimes |
Double_t | fStartTime |
Double_t | fFinishTime |
Int_t | fEvent |
const Int_t | fNPoints |
class for raw data obtained from measurements or simulations
Definition at line 28 of file ERNeuRadRawEvent.h.