|
| PndSdsDigiPixelMCInfo () |
|
| PndSdsDigiPixelMCInfo (std::vector< Int_t > index, Int_t detID, Int_t sensorID, Int_t fe, Int_t col, Int_t row, Double_t totcharge, Double_t timeStamp, Double_t chargewonoise, Double_t addnoise, Double_t timewalk, Double_t timewalkcorrection, Double_t tof, Double_t digicharge) |
|
virtual | ~PndSdsDigiPixelMCInfo () |
|
void | SetMCCharge (Double_t charge) |
|
Double_t | GetMCCharge () |
|
void | SetAddNoise (Double_t charge) |
|
Double_t | GetAddNoise () |
|
void | SetTimeWalk (Double_t timewalk) |
|
Double_t | GetTimeWalk () |
|
void | SetTimeWalkCorrection (Double_t timewalkcorrection) |
|
Double_t | GetTimeWalkCorrection () |
|
void | SetTof (Double_t tof) |
|
Double_t | GetTof () |
|
void | SetDigiCharge (Double_t digicharge) |
|
Double_t | GetDigiCharge () |
|
| PndSdsDigiPixel () |
|
| PndSdsDigiPixel (std::vector< Int_t > index, Int_t detID, Int_t sensorID, Int_t fe, Int_t col, Int_t row, Double_t charge, Double_t timeStamp) |
|
virtual | ~PndSdsDigiPixel () |
|
void | Print () |
|
Int_t | GetPixelColumn () const |
|
Int_t | GetPixelRow () const |
|
void | SetPixelColumn (Int_t col) |
|
void | SetPixelRow (Int_t row) |
|
bool | operator== (PndSdsDigiPixel &myDigi) |
|
virtual bool | equal (FairTimeStamp *data) |
|
virtual bool | operator< (const PndSdsDigiPixel &myDigi) const |
|
virtual bool | operator> (const PndSdsDigiPixel &myDigi) const |
|
PndSdsDigiPixel & | operator= (const PndSdsDigiPixel &pix) |
|
template<class Archive > |
void | serialize (Archive &ar, const unsigned int version) |
|
| PndSdsDigi () |
|
| PndSdsDigi (std::vector< Int_t > index, Int_t detID, Int_t sensorID, Int_t fe, Double_t charge, Double_t timestamp=-1) |
|
| PndSdsDigi (Int_t index, Int_t detID, Int_t fSensorID, Int_t fe, Double_t charge, Double_t timestamp=-1) |
|
virtual | ~PndSdsDigi () |
|
Int_t | GetFE () const |
|
Int_t | GetSensorID () const |
|
Double_t | GetCharge () const |
|
Int_t | GetDetID () const |
|
std::vector< Int_t > | GetIndices () const |
|
Int_t | GetIndex (int i=0) const |
|
Int_t | GetNIndices () const |
|
virtual void | AddIndex (int index) |
|
virtual void | AddIndex (std::vector< Int_t > index) |
|
void | SetCharge (double charge) |
|
void | AddCharge (double charge) |
|
virtual bool | operator< (const PndSdsDigi &myDigi) const |
|
template<class Archive > |
void | serialize (Archive &ar, const unsigned int version) |
|
Definition at line 16 of file PndSdsDigiPixelMCInfo.h.