#include <PndSdsPixel.h>
Definition at line 9 of file PndSdsPixel.h.
◆ PndSdsPixel() [1/2]
PndSdsPixel::PndSdsPixel |
( |
| ) |
|
|
inline |
Definition at line 11 of file PndSdsPixel.h.
11 : fFe(-1), fCol(-1), fRow(-1), fCharge(-1.0), fSensorID(-1), fMCIndex(), fAddNoise(0.){};
◆ PndSdsPixel() [2/2]
PndSdsPixel::PndSdsPixel |
( |
Int_t |
sensorID, |
|
|
Int_t |
fe, |
|
|
Int_t |
col, |
|
|
Int_t |
row, |
|
|
Double_t |
charge, |
|
|
int |
index = -1 |
|
) |
| |
|
inline |
Definition at line 13 of file PndSdsPixel.h.
14 : fFe(fe), fCol(col), fRow(row), fCharge(charge), fSensorID(sensorID), fMCIndex(), fAddNoise(0.)
17 fMCIndex.push_back(index);
◆ AddCharge()
void PndSdsPixel::AddCharge |
( |
Double_t |
charge | ) |
|
|
inline |
◆ AddMCIndex()
void PndSdsPixel::AddMCIndex |
( |
int |
i | ) |
|
|
inline |
◆ GetAddNoise()
Double_t PndSdsPixel::GetAddNoise |
( |
| ) |
const |
|
inline |
◆ GetCharge()
Double_t PndSdsPixel::GetCharge |
( |
| ) |
const |
|
inline |
◆ GetCol()
Int_t PndSdsPixel::GetCol |
( |
| ) |
const |
|
inline |
◆ GetFE()
Int_t PndSdsPixel::GetFE |
( |
| ) |
const |
|
inline |
◆ GetFirstMCIndex()
int PndSdsPixel::GetFirstMCIndex |
( |
| ) |
|
|
inline |
◆ GetMCIndex()
std::vector<int> PndSdsPixel::GetMCIndex |
( |
| ) |
|
|
inline |
◆ GetRow()
Int_t PndSdsPixel::GetRow |
( |
| ) |
const |
|
inline |
◆ GetSensorID()
Int_t PndSdsPixel::GetSensorID |
( |
| ) |
const |
|
inline |
◆ SetAddNoise()
void PndSdsPixel::SetAddNoise |
( |
Double_t |
addnoise | ) |
|
|
inline |
◆ SetCharge()
void PndSdsPixel::SetCharge |
( |
Double_t |
charge | ) |
|
|
inline |
◆ SetCol()
void PndSdsPixel::SetCol |
( |
Int_t |
col | ) |
|
|
inline |
◆ SetFE()
void PndSdsPixel::SetFE |
( |
Int_t |
fe | ) |
|
|
inline |
◆ SetRow()
void PndSdsPixel::SetRow |
( |
Int_t |
row | ) |
|
|
inline |
◆ SetSensorID()
void PndSdsPixel::SetSensorID |
( |
Int_t |
sensorID | ) |
|
|
inline |
◆ operator<<
std::ostream& operator<< |
( |
std::ostream & |
out, |
|
|
PndSdsPixel |
pixel |
|
) |
| |
|
friend |
Definition at line 44 of file PndSdsPixel.h.
Double_t GetCharge() const
Int_t GetSensorID() const
The documentation for this class was generated from the following file: