FairRoot/PandaRoot
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
detectors
fts
PndFtsHitInfo.cxx
Go to the documentation of this file.
1
8
#include "
PndFtsHitInfo.h
"
9
10
12
PndFtsHitInfo::PndFtsHitInfo
():fFileNumber(-1), fEventNumber(-1), fTrackID(-1), fPointID(-1), fNMerged(0), fIsFake(kFALSE)
13
{
14
}
15
16
18
PndFtsHitInfo::PndFtsHitInfo
(Int_t fileNumber, Int_t eventNumber,
19
Int_t trackID, Int_t pointID,
20
Int_t nMerged,
Bool_t
isFake): fFileNumber(fileNumber), fEventNumber(eventNumber), fTrackID(trackID),
21
fPointID(pointID), fNMerged(nMerged), fIsFake(isFake)
22
{
23
}
24
25
27
PndFtsHitInfo::~PndFtsHitInfo
() { }
28
29
31
void
PndFtsHitInfo::Clear
() {
32
fFileNumber
= -1;
33
fEventNumber
= -1;
34
fTrackID
= -1;
35
fPointID
= -1;
36
fNMerged
= 0;
37
fIsFake
= kFALSE;
38
}
39
40
41
42
ClassImp
(
PndFtsHitInfo
);
PndFtsHitInfo::fPointID
Int_t fPointID
Definition:
PndFtsHitInfo.h:79
PndFtsHitInfo::~PndFtsHitInfo
virtual ~PndFtsHitInfo()
Definition:
PndFtsHitInfo.cxx:27
PndFtsHitInfo::PndFtsHitInfo
PndFtsHitInfo()
Definition:
PndFtsHitInfo.cxx:12
PndFtsHitInfo::fTrackID
Int_t fTrackID
Definition:
PndFtsHitInfo.h:73
PndFtsHitInfo.h
PndFtsHitInfo::fIsFake
Bool_t fIsFake
Definition:
PndFtsHitInfo.h:89
PndFtsHitInfo::Clear
void Clear()
Definition:
PndFtsHitInfo.cxx:31
PndFtsHitInfo
Definition:
PndFtsHitInfo.h:16
PndFtsHitInfo::fFileNumber
Int_t fFileNumber
Definition:
PndFtsHitInfo.h:59
PndFtsHitInfo::fNMerged
Int_t fNMerged
Definition:
PndFtsHitInfo.h:86
ClassImp
ClassImp(PndAnaContFact)
Bool_t
Bool_t
Definition:
SimCompleteLinkDef.h:6
PndFtsHitInfo::fEventNumber
Int_t fEventNumber
Definition:
PndFtsHitInfo.h:67
Generated on Wed Apr 3 2019 10:02:51 for FairRoot/PandaRoot by
1.8.5