FairRoot/PandaRoot
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
detectors
stt
PndSttTrackMatch.h
Go to the documentation of this file.
1
// -------------------------------------------------------------------------
2
// ----- PndSttTrackMatch header file -----
3
// ----- Created 28/03/06 by V. Friese -----
4
// -------------------------------------------------------------------------
5
6
15
#ifndef PNDSTTTRACKMATCH_H
16
#define PNDSTTTRACKMATCH_H 1
17
18
19
#include "TObject.h"
20
21
class
PndSttTrackMatch
:
public
TObject
22
{
23
24
public
:
25
27
PndSttTrackMatch
();
28
29
37
PndSttTrackMatch
(Int_t mcTrackID, Int_t nTrue, Int_t nWrong,
38
Int_t nFake, Int_t nTracks);
39
40
42
virtual
~PndSttTrackMatch
();
43
44
46
Int_t
GetMCTrackID
() {
return
fMCTrackID
; };
47
Int_t
GetNofTrueHits
() {
return
fNofTrueHits
; };
48
Int_t
GetNofWrongHits
() {
return
fNofWrongHits
; };
49
Int_t
GetNofFakeHits
() {
return
fNofFakeHits
; };
50
Int_t
GetNofMCTracks
() {
return
fNofMCTracks
; };
51
52
53
private
:
54
56
Int_t
fMCTrackID
;
57
59
Int_t
fNofTrueHits
;
60
62
Int_t
fNofWrongHits
;
63
65
Int_t
fNofFakeHits
;
66
68
Int_t
fNofMCTracks
;
69
70
71
ClassDef
(
PndSttTrackMatch
,1);
72
73
};
74
75
76
#endif
77
PndSttTrackMatch::~PndSttTrackMatch
virtual ~PndSttTrackMatch()
Definition:
PndSttTrackMatch.cxx:38
PndSttTrackMatch::GetNofFakeHits
Int_t GetNofFakeHits()
Definition:
PndSttTrackMatch.h:49
PndSttTrackMatch::fNofFakeHits
Int_t fNofFakeHits
Definition:
PndSttTrackMatch.h:65
PndSttTrackMatch::GetNofWrongHits
Int_t GetNofWrongHits()
Definition:
PndSttTrackMatch.h:48
PndSttTrackMatch
Definition:
PndSttTrackMatch.h:21
PndSttTrackMatch::GetNofTrueHits
Int_t GetNofTrueHits()
Definition:
PndSttTrackMatch.h:47
PndSttTrackMatch::GetNofMCTracks
Int_t GetNofMCTracks()
Definition:
PndSttTrackMatch.h:50
PndSttTrackMatch::PndSttTrackMatch
PndSttTrackMatch()
Definition:
PndSttTrackMatch.cxx:12
PndSttTrackMatch::ClassDef
ClassDef(PndSttTrackMatch, 1)
PndSttTrackMatch::fNofWrongHits
Int_t fNofWrongHits
Definition:
PndSttTrackMatch.h:62
PndSttTrackMatch::fNofTrueHits
Int_t fNofTrueHits
Definition:
PndSttTrackMatch.h:59
PndSttTrackMatch::GetMCTrackID
Int_t GetMCTrackID()
Definition:
PndSttTrackMatch.h:46
PndSttTrackMatch::fMCTrackID
Int_t fMCTrackID
Definition:
PndSttTrackMatch.h:50
PndSttTrackMatch::fNofMCTracks
Int_t fNofMCTracks
Definition:
PndSttTrackMatch.h:68
Generated on Sun Aug 18 2019 03:01:50 for FairRoot/PandaRoot by
1.8.8