er
dev
|
Public Member Functions | |
ERNeuRadDigi () | |
ERNeuRadDigi (Int_t id, Double_t frontTDC, Double_t backTDC, Double_t tdc, Double_t qdc, Int_t bundle, Int_t fiber, Int_t side) | |
ERNeuRadDigi (const ERNeuRadDigi &) | |
virtual | ~ERNeuRadDigi () |
ERNeuRadDigi & | operator= (const ERNeuRadDigi &) |
virtual void | Print (const Option_t *opt=0) const |
void | SetID (Int_t id) |
void | SetFrontTDC (Double_t time) |
void | SetBackTDC (Double_t time) |
void | SetTDC (Double_t time) |
void | SetQDC (Double_t charge) |
void | SetModuleIndex (Int_t bundle) |
void | SetFiberIndex (Int_t fiber) |
Int_t | ID () const |
Double_t | FrontTDC () const |
Double_t | BackTDC () const |
Double_t | TDC () const |
Double_t | QDC () const |
Int_t | ModuleIndex () const |
Int_t | FiberIndex () const |
Int_t | Side () const |
Protected Attributes | |
Int_t | fID |
Double32_t | fFrontTDC |
Double32_t | fBackTDC |
Double32_t | fTDC |
Double32_t | fQDC |
Int_t | fModuleIndex |
Int_t | fFiberIndex |
Int_t | fSide |
Definition at line 14 of file ERNeuRadDigi.h.
ERNeuRadDigi::ERNeuRadDigi | ( | ) |
Default constructor
Definition at line 11 of file ERNeuRadDigi.cxx.
ERNeuRadDigi::ERNeuRadDigi | ( | Int_t | id, |
Double_t | frontTDC, | ||
Double_t | backTDC, | ||
Double_t | tdc, | ||
Double_t | qdc, | ||
Int_t | bundle, | ||
Int_t | fiber, | ||
Int_t | side | ||
) |
Constructor with arguments
id | Index of digi in collection |
frontTDC | Front Time-to-Digital Converter value [ns] |
backTDC | Back Time-to-Digital Converter value [ns] |
tdc | Time-to-Digital Converter value [ns] |
qdc | Charge to Digi Converter value [MeV] |
bundle | Bundle number |
fiber | Fiber in bundle number |
side | ????? |
Definition at line 23 of file ERNeuRadDigi.cxx.
ERNeuRadDigi::ERNeuRadDigi | ( | const ERNeuRadDigi & | right | ) |
Copy constructor
Definition at line 42 of file ERNeuRadDigi.cxx.
|
virtual |
Destructor
Definition at line 55 of file ERNeuRadDigi.cxx.
|
virtual |
Output to screen
Definition at line 60 of file ERNeuRadDigi.cxx.