1 #ifndef PNDSDSCALCPIXELDIF_H
2 #define PNDSDSCALCPIXELDIF_H
5 #include "FairGeoVector.h"
49 Double_t energy, std::vector<Int_t>&
cols, std::vector<Int_t>& rows,
50 std::vector<Double_t>& charges);
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
of fired pixel.
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)
Double_t ChargeFromEloss(Double_t eloss) const
std::ostream & operator<<(std::ostream &out)
PndSdsCalcPixelDif()
Default constructor.
void InjectPixelCharge(Int_t col, Int_t row, Double_t charge)
std::vector< PndSdsPixel > fPixels
Digitization Parameter Class for SDS-Pixel part.