Project
Loading...
Searching...
No Matches
o2::trackstudy Namespace Reference

Classes

struct  ClResTPC
 
struct  ClResTPCCont
 
class  DumpTracksSpec
 
struct  ITSHitInfo
 
class  ITSOffsStudy
 
struct  MCTrackInfo
 
struct  MCVertex
 
struct  RecPV
 
struct  RecTrack
 
class  TPCRefitterSpec
 
class  TPCTrackStudySpec
 
struct  TrackFamily
 
class  TrackingStudySpec
 
class  TrackMCStudy
 
struct  TrackMCStudyConfig
 
struct  TrackPairInfo
 

Typedefs

using DetID = o2::detectors::DetID
 
using DataRequest = o2::globaltracking::DataRequest
 
using PVertex = o2::dataformats::PrimaryVertex
 
using V2TRef = o2::dataformats::VtxTrackRef
 
using VTIndex = o2::dataformats::VtxTrackIndex
 
using GTrackID = o2::dataformats::GlobalTrackID
 
using TBracket = o2::math_utils::Bracketf_t
 
using timeEst = o2::dataformats::TimeStampWithError< float, float >
 
using VTIndexV = std::pair< int, o2::dataformats::VtxTrackIndex >
 

Functions

o2::framework::DataProcessorSpec getDumpTracksSpec (o2::dataformats::GlobalTrackID::mask_t srcTracks, o2::dataformats::GlobalTrackID::mask_t srcClus, bool useMC)
 create a processor spec
 
o2::framework::DataProcessorSpec getITSOffsStudy (o2::dataformats::GlobalTrackID::mask_t srcTracks, o2::dataformats::GlobalTrackID::mask_t srcClus)
 create a processor spec
 
o2::framework::DataProcessorSpec getTPCTrackStudySpec (o2::dataformats::GlobalTrackID::mask_t srcTracks, o2::dataformats::GlobalTrackID::mask_t srcClus, bool useMC)
 create a processor spec
 
o2::framework::DataProcessorSpec getTrackingStudySpec (o2::dataformats::GlobalTrackID::mask_t srcTracks, o2::dataformats::GlobalTrackID::mask_t srcClus, bool useMC)
 create a processor spec
 
o2::framework::DataProcessorSpec getTrackMCStudySpec (o2::dataformats::GlobalTrackID::mask_t srcTracks, o2::dataformats::GlobalTrackID::mask_t srcClus, bool checkSV)
 create a processor spec
 
o2::framework::DataProcessorSpec getTPCRefitterSpec (o2::dataformats::GlobalTrackID::mask_t srcTracks, o2::dataformats::GlobalTrackID::mask_t srcClus, bool useMC, bool requestCosmics=false)
 create a processor spec
 

Typedef Documentation

◆ DataRequest

◆ DetID

Definition at line 40 of file DumpTracks.cxx.

◆ GTrackID

◆ PVertex

◆ TBracket

◆ timeEst

Definition at line 49 of file DumpTracks.cxx.

◆ V2TRef

◆ VTIndex

◆ VTIndexV

Definition at line 80 of file TrackMCStudy.cxx.

Function Documentation

◆ getDumpTracksSpec()

DataProcessorSpec o2::trackstudy::getDumpTracksSpec ( o2::dataformats::GlobalTrackID::mask_t  srcTracks,
o2::dataformats::GlobalTrackID::mask_t  srcClus,
bool  useMC 
)

create a processor spec

Definition at line 293 of file DumpTracks.cxx.

◆ getITSOffsStudy()

DataProcessorSpec o2::trackstudy::getITSOffsStudy ( o2::dataformats::GlobalTrackID::mask_t  srcTracks,
o2::dataformats::GlobalTrackID::mask_t  srcClus 
)

create a processor spec

Definition at line 158 of file ITSOffsStudy.cxx.

◆ getTPCRefitterSpec()

DataProcessorSpec o2::trackstudy::getTPCRefitterSpec ( o2::dataformats::GlobalTrackID::mask_t  srcTracks,
o2::dataformats::GlobalTrackID::mask_t  srcClus,
bool  useMC,
bool  requestCosmics = false 
)

create a processor spec

Definition at line 724 of file TPCRefitter.cxx.

◆ getTPCTrackStudySpec()

DataProcessorSpec o2::trackstudy::getTPCTrackStudySpec ( o2::dataformats::GlobalTrackID::mask_t  srcTracks,
o2::dataformats::GlobalTrackID::mask_t  srcClus,
bool  useMC 
)

create a processor spec

Definition at line 398 of file TPCTrackStudy.cxx.

◆ getTrackingStudySpec()

DataProcessorSpec o2::trackstudy::getTrackingStudySpec ( o2::dataformats::GlobalTrackID::mask_t  srcTracks,
o2::dataformats::GlobalTrackID::mask_t  srcClus,
bool  useMC 
)

create a processor spec

Definition at line 725 of file TrackingStudy.cxx.

◆ getTrackMCStudySpec()

DataProcessorSpec o2::trackstudy::getTrackMCStudySpec ( o2::dataformats::GlobalTrackID::mask_t  srcTracks,
o2::dataformats::GlobalTrackID::mask_t  srcClus,
bool  checkSV 
)

create a processor spec

Definition at line 1350 of file TrackMCStudy.cxx.