PandaRoot
PndSdsCalcFePixel Class Reference

Class to calculate the position of digis on a front-end from the digis on a sensor. More...

#include <PndSdsCalcFePixel.h>

Public Member Functions

 PndSdsCalcFePixel ()
 Default constructor. More...
 
 PndSdsCalcFePixel (const PndSdsPixelDigiPar &digi_par)
 Main constructor. More...
 
 ~PndSdsCalcFePixel ()
 
std::vector< PndSdsPixelCalcFEHits (const std::vector< PndSdsPixel > &sensor_hits)
 Main function to calculate front-end hits. More...
 
void CalcSensorColRow (Int_t &col, Int_t &row, const Int_t fe) const
 Main function to calculate sensor hits. More...
 

Protected Attributes

Int_t fNcols
 
Int_t fNrows
 number of columns on a front-end chip More...
 
Int_t fMaxFEperCol
 nrows number of rows on a front-end chip More...
 
Int_t fMaxFEperRow
 maximum number of front-end chip per column on a sensor More...
 

Detailed Description

Class to calculate the position of digis on a front-end from the digis on a sensor.

Author
T.Stockmanns t.sto.nosp@m.ckma.nosp@m.nns@f.nosp@m.z-ju.nosp@m.elich.nosp@m..de

This class calculates the column, row and front-end number of a digi from the column, row number on a sensor and vice versa

Definition at line 17 of file PndSdsCalcFePixel.h.

Constructor & Destructor Documentation

◆ PndSdsCalcFePixel() [1/2]

PndSdsCalcFePixel::PndSdsCalcFePixel ( )

Default constructor.

◆ PndSdsCalcFePixel() [2/2]

PndSdsCalcFePixel::PndSdsCalcFePixel ( const PndSdsPixelDigiPar digi_par)

Main constructor.

◆ ~PndSdsCalcFePixel()

PndSdsCalcFePixel::~PndSdsCalcFePixel ( )

Member Function Documentation

◆ CalcFEHits()

std::vector<PndSdsPixel> PndSdsCalcFePixel::CalcFEHits ( const std::vector< PndSdsPixel > &  sensor_hits)

Main function to calculate front-end hits.

◆ CalcSensorColRow()

void PndSdsCalcFePixel::CalcSensorColRow ( Int_t &  col,
Int_t &  row,
const Int_t  fe 
) const

Main function to calculate sensor hits.

Member Data Documentation

◆ fMaxFEperCol

Int_t PndSdsCalcFePixel::fMaxFEperCol
protected

nrows number of rows on a front-end chip

Definition at line 41 of file PndSdsCalcFePixel.h.

◆ fMaxFEperRow

Int_t PndSdsCalcFePixel::fMaxFEperRow
protected

maximum number of front-end chip per column on a sensor

Definition at line 42 of file PndSdsCalcFePixel.h.

◆ fNcols

Int_t PndSdsCalcFePixel::fNcols
protected

Definition at line 39 of file PndSdsCalcFePixel.h.

◆ fNrows

Int_t PndSdsCalcFePixel::fNrows
protected

number of columns on a front-end chip

Definition at line 40 of file PndSdsCalcFePixel.h.


The documentation for this class was generated from the following file: