FairRoot/PandaRoot
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
detectors
stt
PndSttTrackMatch.cxx
Go to the documentation of this file.
1
// -------------------------------------------------------------------------
2
// ----- PndSttTrackMatch source file -----
3
// ----- Created 30/03/06 by R. Castelijns -----
4
// -------------------------------------------------------------------------
5
6
7
#include "
PndSttTrackMatch.h
"
8
9
10
11
// ----- Default constructor -------------------------------------------
12
PndSttTrackMatch::PndSttTrackMatch
() {
13
fMCTrackID
= -1;
14
fNofTrueHits
= 0;
15
fNofWrongHits
= 0;
16
fNofFakeHits
= 0;
17
fNofMCTracks
= 0;
18
}
19
// -------------------------------------------------------------------------
20
21
22
23
// ----- Standard constructor ------------------------------------------
24
PndSttTrackMatch::PndSttTrackMatch
(Int_t mcTrackID, Int_t nTrue,
25
Int_t nWrong, Int_t nFake,
26
Int_t nTracks) {
27
fMCTrackID
= mcTrackID;
28
fNofTrueHits
= nTrue;
29
fNofWrongHits
= nWrong;
30
fNofFakeHits
= nFake;
31
fNofMCTracks
= nTracks;
32
}
33
// -------------------------------------------------------------------------
34
35
36
37
// ----- Destructor ----------------------------------------------------
38
PndSttTrackMatch::~PndSttTrackMatch
() {}
39
// -------------------------------------------------------------------------
40
41
42
ClassImp
(
PndSttTrackMatch
)
PndSttTrackMatch::~PndSttTrackMatch
virtual ~PndSttTrackMatch()
Definition:
PndSttTrackMatch.cxx:38
PndSttTrackMatch::fNofFakeHits
Int_t fNofFakeHits
Definition:
PndSttTrackMatch.h:65
PndSttTrackMatch
Definition:
PndSttTrackMatch.h:21
PndSttTrackMatch::PndSttTrackMatch
PndSttTrackMatch()
Definition:
PndSttTrackMatch.cxx:12
PndSttTrackMatch.h
ClassImp
ClassImp(PndAnaContFact)
PndSttTrackMatch::fNofWrongHits
Int_t fNofWrongHits
Definition:
PndSttTrackMatch.h:62
PndSttTrackMatch::fNofTrueHits
Int_t fNofTrueHits
Definition:
PndSttTrackMatch.h:59
PndSttTrackMatch::fMCTrackID
Int_t fMCTrackID
Definition:
PndSttTrackMatch.h:50
PndSttTrackMatch::fNofMCTracks
Int_t fNofMCTracks
Definition:
PndSttTrackMatch.h:68
Generated on Wed Apr 3 2019 08:44:02 for FairRoot/PandaRoot by
1.8.5