FairRoot/PandaRoot
PndSdsDigiPixel.cxx
Go to the documentation of this file.
1 #include "PndSdsDigiPixel.h"
2 
4 fCol(-1),
5 fRow(-1)
6 {
7 }
8 
9 PndSdsDigiPixel::PndSdsDigiPixel(std::vector<Int_t> index, Int_t detID, Int_t sensorID, Int_t fe, Int_t col, Int_t row, Double_t charge, Double_t timeStamp):
10 PndSdsDigi(index, detID, sensorID, fe, charge, timeStamp),
11 fCol(col),
12 fRow(row)
13 {
14 }
15 
int row
Definition: anaLmdDigi.C:67
Base class for Digi information.
Definition: PndSdsDigi.h:29
int col
Definition: anaLmdDigi.C:67
Double_t
int fe
Definition: anaLmdDigi.C:67
ClassImp(PndAnaContFact)
Data class to store the digi output of a pixel module.