1 #ifndef PNDSDSCALCFEPIXEL_H 
    2 #define PNDSDSCALCFEPIXEL_H 
   34     std::vector<PndSdsPixel> 
CalcFEHits(
const std::vector<PndSdsPixel>& sensor_hits);
 
void CalcSensorColRow(Int_t &col, Int_t &row, const Int_t fe) const 
Main function to calculate sensor hits. 
Int_t fNrows
number of columns on a front-end chip 
Int_t fMaxFEperRow
maximum number of front-end chip per column on a sensor 
PndSdsCalcFePixel()
Default constructor. 
Int_t fMaxFEperCol
nrows number of rows on a front-end chip 
Class to calculate the position of digis on a front-end from the digis on a sensor. 
std::vector< PndSdsPixel > CalcFEHits(const std::vector< PndSdsPixel > &sensor_hits)
Main function to calculate front-end hits. 
Digitization Parameter Class for SDS-Pixel part.