#include <ScDigi.h>
Public Member Functions | |
| ScDigi () | |
| ScDigi (nxyter::Data *data, Long64_t hitTime) | |
| ScDigi (Int_t iRoc, Int_t iNx, Long64_t time, Int_t iChannel, Int_t adc, Bool_t isPileup, Bool_t isOverflow) | |
| virtual | ~ScDigi () |
| Int_t | GetRocNumber () const |
| Int_t | GetNxNumber () const |
| Long64_t | GetTime () const |
| Int_t | GetChannel () const |
| Int_t | GetAdc () const |
| Bool_t | IsPileup () const |
| Bool_t | IsOverflow () const |
| virtual void | Print (Option_t *opt="") const |
Private Member Functions | |
| ClassDef (ScDigi, 1) | |
Private Attributes | |
| Int_t | fRoc |
| Int_t | fNx |
| Long64_t | fTime |
| Int_t | fChannel |
| Int_t | fAdc |
| Bool_t | fPileup |
| Bool_t | fOverflow |
Definition at line 25 of file ScDigi.h.
| ScDigi::ScDigi | ( | ) |
| ScDigi::ScDigi | ( | nxyter::Data * | data, | |
| Long64_t | hitTime | |||
| ) |
| ScDigi::ScDigi | ( | Int_t | iRoc, | |
| Int_t | iNx, | |||
| Long64_t | time, | |||
| Int_t | iChannel, | |||
| Int_t | adc, | |||
| Bool_t | isPileup, | |||
| Bool_t | isOverflow | |||
| ) |
| ScDigi::ClassDef | ( | ScDigi | , | |
| 1 | ||||
| ) | [private] |
Overflow flag
| Int_t ScDigi::GetChannel | ( | ) | const [inline] |
| Int_t ScDigi::GetNxNumber | ( | ) | const [inline] |
| Int_t ScDigi::GetRocNumber | ( | ) | const [inline] |
| Long64_t ScDigi::GetTime | ( | ) | const [inline] |
| Bool_t ScDigi::IsOverflow | ( | ) | const [inline] |
| Bool_t ScDigi::IsPileup | ( | ) | const [inline] |
| void ScDigi::Print | ( | Option_t * | opt = "" |
) | const [virtual] |
Int_t ScDigi::fAdc [private] |
Int_t ScDigi::fChannel [private] |
Time since run start [ns]
Definition at line 69 of file ScDigi.h.
Referenced by GetChannel(), Print(), and ScDigi().
Int_t ScDigi::fNx [private] |
ROC number
Definition at line 67 of file ScDigi.h.
Referenced by GetNxNumber(), Print(), and ScDigi().
Bool_t ScDigi::fOverflow [private] |
Bool_t ScDigi::fPileup [private] |
Int_t ScDigi::fRoc [private] |
Definition at line 66 of file ScDigi.h.
Referenced by GetRocNumber(), Print(), and ScDigi().
Long64_t ScDigi::fTime [private] |
1.7.1