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, 1)
 

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
 

Detailed Description

Definition at line 58 of file TrackMCStudyTypes.h.

Member Enumeration Documentation

◆ FakeFlag

Enumerator
FakeITS 
FakeTPC 
FakeTRD 
FakeTOF 
FakeITSTPC 
FakeITSTPCTRD 
FakeGLO 

Definition at line 59 of file TrackMCStudyTypes.h.

Member Function Documentation

◆ ClassDefNV()

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

◆ isFakeGLO()

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

Definition at line 79 of file TrackMCStudyTypes.h.

◆ isFakeITS()

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

Definition at line 80 of file TrackMCStudyTypes.h.

◆ isFakeITSTPC()

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

Definition at line 84 of file TrackMCStudyTypes.h.

◆ isFakeTOF()

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

Definition at line 83 of file TrackMCStudyTypes.h.

◆ isFakeTPC()

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

Definition at line 81 of file TrackMCStudyTypes.h.

◆ isFakeTRD()

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

Definition at line 82 of file TrackMCStudyTypes.h.

Member Data Documentation

◆ flags

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

Definition at line 73 of file TrackMCStudyTypes.h.

◆ gid

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

Definition at line 69 of file TrackMCStudyTypes.h.

◆ lowestPadRow

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

Definition at line 77 of file TrackMCStudyTypes.h.

◆ nClITS

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

Definition at line 74 of file TrackMCStudyTypes.h.

◆ nClTPC

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

Definition at line 75 of file TrackMCStudyTypes.h.

◆ pattITS

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

Definition at line 76 of file TrackMCStudyTypes.h.

◆ pvID

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

Definition at line 72 of file TrackMCStudyTypes.h.

◆ pvLabel

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

Definition at line 71 of file TrackMCStudyTypes.h.

◆ track

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

Definition at line 68 of file TrackMCStudyTypes.h.

◆ ts

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

Definition at line 70 of file TrackMCStudyTypes.h.


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