#include <PndSdsCalcPixelDif.h>
|
| | PndSdsCalcPixelDif () |
| | Default constructor. More...
|
| |
| | PndSdsCalcPixelDif (Double_t w, Double_t l, Double_t qspread=0, Double_t threshold=0, Double_t noise=0, Double_t nrows=10, Double_t ncols=10) |
| |
| | PndSdsCalcPixelDif (const PndSdsPixelDigiPar &digi_par) |
| |
| std::vector< PndSdsPixel > | GetPixels (Double_t inx, Double_t iny, Double_t outx, Double_t outy, Double_t energy) |
| | Main function to calculate the vector<PndSdsPixel> of fired pixel. More...
|
| |
| Int_t | GetPixelsAlternative (Double_t inx, Double_t iny, Double_t outx, Double_t outy, Double_t energy, std::vector< Int_t > &cols, std::vector< Int_t > &rows, std::vector< Double_t > &charges) |
| |
| void | SetVerboseLevel (Int_t level) |
| |
| std::ostream & | operator<< (std::ostream &out) |
| |
Definition at line 27 of file PndSdsCalcPixelDif.h.
◆ PndSdsCalcPixelDif() [1/3]
| PndSdsCalcPixelDif::PndSdsCalcPixelDif |
( |
| ) |
|
◆ PndSdsCalcPixelDif() [2/3]
| PndSdsCalcPixelDif::PndSdsCalcPixelDif |
( |
Double_t |
w, |
|
|
Double_t |
l, |
|
|
Double_t |
qspread = 0, |
|
|
Double_t |
threshold = 0, |
|
|
Double_t |
noise = 0, |
|
|
Double_t |
nrows = 10, |
|
|
Double_t |
ncols = 10 |
|
) |
| |
Main constructor
- Parameters
-
| w | width of sensor pixel [cm] |
| l | length of sensor pixel [cm] |
| qspread | charge cloud gaussian width |
| threshold | discriminator threshold of pixel [e] |
| noise | total noise of pixel [e] |
◆ PndSdsCalcPixelDif() [3/3]
◆ GetPixels()
| std::vector<PndSdsPixel> PndSdsCalcPixelDif::GetPixels |
( |
Double_t |
inx, |
|
|
Double_t |
iny, |
|
|
Double_t |
outx, |
|
|
Double_t |
outy, |
|
|
Double_t |
energy |
|
) |
| |
Main function to calculate the vector<PndSdsPixel> of fired pixel.
◆ GetPixelsAlternative()
| Int_t PndSdsCalcPixelDif::GetPixelsAlternative |
( |
Double_t |
inx, |
|
|
Double_t |
iny, |
|
|
Double_t |
outx, |
|
|
Double_t |
outy, |
|
|
Double_t |
energy, |
|
|
std::vector< Int_t > & |
cols, |
|
|
std::vector< Int_t > & |
rows, |
|
|
std::vector< Double_t > & |
charges |
|
) |
| |
◆ operator<<()
| std::ostream& PndSdsCalcPixelDif::operator<< |
( |
std::ostream & |
out | ) |
|
◆ SetVerboseLevel()
| void PndSdsCalcPixelDif::SetVerboseLevel |
( |
Int_t |
level | ) |
|
|
inline |
The documentation for this class was generated from the following file: