FairRoot/PandaRoot
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
detectors
fts
PndFtsHitInfo.h
Go to the documentation of this file.
1
9
#ifndef PNDFTSHITINFO_H
10
#define PNDFTSHITINFO_H 1
11
12
13
#include "TObject.h"
14
15
16
class
PndFtsHitInfo
:
public
TObject
17
{
18
19
public
:
20
22
PndFtsHitInfo
();
23
24
26
PndFtsHitInfo
(Int_t fileNumber, Int_t eventNumber, Int_t trackID,
27
Int_t pointID, Int_t nMerged,
Bool_t
isFake);
28
29
31
virtual
~PndFtsHitInfo
();
32
33
35
Int_t
GetFileNumber
()
const
{
return
fFileNumber
; };
36
Int_t
GetEventNumber
()
const
{
return
fEventNumber
; };
37
Int_t
GetTrackID
()
const
{
return
fTrackID
; };
38
Int_t
GetPointID
()
const
{
return
fPointID
; };
39
Int_t
GetNMerged
()
const
{
return
fNMerged
; };
40
Bool_t
IsFake
()
const
{
return
fIsFake
; };
41
42
44
void
SetNMerged
(Int_t nMerged) {
fNMerged
= nMerged; };
45
46
48
void
Clear
();
49
50
51
private
:
52
59
Int_t
fFileNumber
;
60
67
Int_t
fEventNumber
;
68
73
Int_t
fTrackID
;
74
79
Int_t
fPointID
;
80
86
Int_t
fNMerged
;
87
89
Bool_t
fIsFake
;
90
91
ClassDef
(
PndFtsHitInfo
,1);
92
93
};
94
95
96
#endif
PndFtsHitInfo::fPointID
Int_t fPointID
Definition:
PndFtsHitInfo.h:79
PndFtsHitInfo::IsFake
Bool_t IsFake() const
Definition:
PndFtsHitInfo.h:40
PndFtsHitInfo::GetPointID
Int_t GetPointID() const
Definition:
PndFtsHitInfo.h:38
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::ClassDef
ClassDef(PndFtsHitInfo, 1)
PndFtsHitInfo::fIsFake
Bool_t fIsFake
Definition:
PndFtsHitInfo.h:89
PndFtsHitInfo::GetNMerged
Int_t GetNMerged() const
Definition:
PndFtsHitInfo.h:39
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
PndFtsHitInfo::SetNMerged
void SetNMerged(Int_t nMerged)
Definition:
PndFtsHitInfo.h:44
PndFtsHitInfo::GetEventNumber
Int_t GetEventNumber() const
Definition:
PndFtsHitInfo.h:36
PndFtsHitInfo::GetFileNumber
Int_t GetFileNumber() const
Definition:
PndFtsHitInfo.h:35
Bool_t
Bool_t
Definition:
SimCompleteLinkDef.h:6
PndFtsHitInfo::fEventNumber
Int_t fEventNumber
Definition:
PndFtsHitInfo.h:67
PndFtsHitInfo::GetTrackID
Int_t GetTrackID() const
Definition:
PndFtsHitInfo.h:37
Generated on Wed Apr 3 2019 08:43:56 for FairRoot/PandaRoot by
1.8.5