FairRoot/PandaRoot
PndSdsDigiPixelMCInfo.cxx
Go to the documentation of this file.
1 /*
2  * PndSdsDigiPixelMCInfo.cxx
3  *
4  * Created on: Oct 25, 2010
5  * Author: esch
6  */
7 
9 
10 
12  fMCCharge(0.),
13  fAddNoise(0.),
14  fTimeWalk(0.),
15  fTimeWalkCorrection(0.),
16  fTof(0.),
17  fDigiCharge(0.)
18 {
19 
20 }
21 PndSdsDigiPixelMCInfo::PndSdsDigiPixelMCInfo(std::vector<Int_t> index, Int_t detID, Int_t sensorID, Int_t fe, Int_t col, Int_t row, Double_t totcharge, Double_t timeStamp, Double_t chargewonoise, Double_t addnoise, Double_t timewalk, Double_t timewalkcorrection, Double_t tof, Double_t digicharge ) :
22  PndSdsDigiPixel(index,detID,sensorID,fe,col,row,totcharge,timeStamp),fMCCharge(chargewonoise),fAddNoise(addnoise), fTimeWalk(timewalk), fTimeWalkCorrection(timewalkcorrection), fTof(tof), fDigiCharge(digicharge)
23 {
24 
25 
26 }
27 
29  // TODO Auto-generated destructor stub
30 }
31 
int row
Definition: anaLmdDigi.C:67
int col
Definition: anaLmdDigi.C:67
ClassImp(PndSdsDigiPixelMCInfo)
Double_t
int fe
Definition: anaLmdDigi.C:67
Data class to store the digi output of a pixel module.