FairRoot/PandaRoot
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
pnddata
SdsData
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
8
#include "
PndSdsDigiPixelMCInfo.h
"
9
10
11
PndSdsDigiPixelMCInfo::PndSdsDigiPixelMCInfo
() :
PndSdsDigiPixel
(),
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
28
PndSdsDigiPixelMCInfo::~PndSdsDigiPixelMCInfo
() {
29
// TODO Auto-generated destructor stub
30
}
31
32
ClassImp
(
PndSdsDigiPixelMCInfo
);
row
int row
Definition:
anaLmdDigi.C:67
col
int col
Definition:
anaLmdDigi.C:67
ClassImp
ClassImp(PndSdsDigiPixelMCInfo)
PndSdsDigiPixelMCInfo::~PndSdsDigiPixelMCInfo
virtual ~PndSdsDigiPixelMCInfo()
Definition:
PndSdsDigiPixelMCInfo.cxx:28
Double_t
Double_t
Definition:
SimCompleteLinkDef.h:6
PndSdsDigiPixelMCInfo::PndSdsDigiPixelMCInfo
PndSdsDigiPixelMCInfo()
Definition:
PndSdsDigiPixelMCInfo.cxx:11
PndSdsDigiPixelMCInfo.h
fe
int fe
Definition:
anaLmdDigi.C:67
PndSdsDigiPixel
Data class to store the digi output of a pixel module.
Definition:
PndSdsDigiPixel.h:25
PndSdsDigiPixelMCInfo
Definition:
PndSdsDigiPixelMCInfo.h:17
Generated on Sun Aug 18 2019 03:01:44 for FairRoot/PandaRoot by
1.8.8