Project
Loading...
Searching...
No Matches
o2::trackstudy::RecTrack Struct Reference

#include <TrackMCStudyTypes.h>

Public Types

enum  FakeFlag {
  FakeITS = 0x1 << 0 , FakeTPC = 0x1 << 1 , FakeTRD = 0x1 << 2 , FakeTOF = 0x1 << 3 ,
  FakeITSTPC = 0x1 << 4 , FakeITSTPCTRD = 0x1 << 5 , FakeGLO = 0x1 << 7
}
 

Public Member Functions

bool isFakeGLO () const
 
bool isFakeITS () const
 
bool isFakeTPC () const
 
bool isFakeTRD () const
 
bool isFakeTOF () const
 
bool isFakeITSTPC () const
 
 ClassDefNV (RecTrack, 2)
 

Public Attributes

o2::track::TrackParCov track {}
 
o2::dataformats::VtxTrackIndex gid {}
 
o2::dataformats::TimeStampWithError< float, float > ts {}
 
o2::MCEventLabel pvLabel {}
 
short pvID = -1
 
uint8_t flags = 0
 
uint8_t nClITS = 0
 
uint8_t nClTPC = 0
 
uint8_t pattITS = 0
 
int8_t lowestPadRow = -1
 
int8_t padFromEdge = -1
 

Detailed Description

Definition at line 75 of file TrackMCStudyTypes.h.

Member Enumeration Documentation

◆ FakeFlag

Enumerator
FakeITS 
FakeTPC 
FakeTRD 
FakeTOF 
FakeITSTPC 
FakeITSTPCTRD 
FakeGLO 

Definition at line 76 of file TrackMCStudyTypes.h.

Member Function Documentation

◆ ClassDefNV()

o2::trackstudy::RecTrack::ClassDefNV ( RecTrack  ,
 
)

◆ isFakeGLO()

bool o2::trackstudy::RecTrack::isFakeGLO ( ) const
inline

Definition at line 97 of file TrackMCStudyTypes.h.

◆ isFakeITS()

bool o2::trackstudy::RecTrack::isFakeITS ( ) const
inline

Definition at line 98 of file TrackMCStudyTypes.h.

◆ isFakeITSTPC()

bool o2::trackstudy::RecTrack::isFakeITSTPC ( ) const
inline

Definition at line 102 of file TrackMCStudyTypes.h.

◆ isFakeTOF()

bool o2::trackstudy::RecTrack::isFakeTOF ( ) const
inline

Definition at line 101 of file TrackMCStudyTypes.h.

◆ isFakeTPC()

bool o2::trackstudy::RecTrack::isFakeTPC ( ) const
inline

Definition at line 99 of file TrackMCStudyTypes.h.

◆ isFakeTRD()

bool o2::trackstudy::RecTrack::isFakeTRD ( ) const
inline

Definition at line 100 of file TrackMCStudyTypes.h.

Member Data Documentation

◆ flags

uint8_t o2::trackstudy::RecTrack::flags = 0

Definition at line 90 of file TrackMCStudyTypes.h.

◆ gid

o2::dataformats::VtxTrackIndex o2::trackstudy::RecTrack::gid {}

Definition at line 86 of file TrackMCStudyTypes.h.

◆ lowestPadRow

int8_t o2::trackstudy::RecTrack::lowestPadRow = -1

Definition at line 94 of file TrackMCStudyTypes.h.

◆ nClITS

uint8_t o2::trackstudy::RecTrack::nClITS = 0

Definition at line 91 of file TrackMCStudyTypes.h.

◆ nClTPC

uint8_t o2::trackstudy::RecTrack::nClTPC = 0

Definition at line 92 of file TrackMCStudyTypes.h.

◆ padFromEdge

int8_t o2::trackstudy::RecTrack::padFromEdge = -1

Definition at line 95 of file TrackMCStudyTypes.h.

◆ pattITS

uint8_t o2::trackstudy::RecTrack::pattITS = 0

Definition at line 93 of file TrackMCStudyTypes.h.

◆ pvID

short o2::trackstudy::RecTrack::pvID = -1

Definition at line 89 of file TrackMCStudyTypes.h.

◆ pvLabel

o2::MCEventLabel o2::trackstudy::RecTrack::pvLabel {}

Definition at line 88 of file TrackMCStudyTypes.h.

◆ track

o2::track::TrackParCov o2::trackstudy::RecTrack::track {}

Definition at line 85 of file TrackMCStudyTypes.h.

◆ ts

o2::dataformats::TimeStampWithError<float, float> o2::trackstudy::RecTrack::ts {}

Definition at line 87 of file TrackMCStudyTypes.h.


The documentation for this struct was generated from the following file: