![]() |
Project
|
Enumerations | |
enum class | MatchingType { Standard , Full , Strict , NModes } |
enum | mMFTTrackTypes { kReco , kGen , kPairable , kRecoTrue , kNumberOfTrackTypes } |
enum | SaveMode { kBestMatch = 0 , kSaveAll , kSaveTrainingData , kSaveNCandidates } |
enum | TrackRejFlag : int { Accept = 0 , RejectOnY , RejectOnZ , RejectOnSnp , RejectOnTgl , RejectOnQ2Pt , RejectOnChi2 , NSigmaShift = 10 , RejectoOnPIDCorr = 20 } |
Variables | |
constexpr int | Zero = 0 |
constexpr int | MinusOne = -1 |
constexpr int | MinusTen = -10 |
constexpr int | Validated = -2 |
flags to tell the status of TPC-ITS tracks comparison | |
using o2::globaltracking::ABCLIDType = typedef std::vector<int> |
Definition at line 33 of file TrackWriterTPCITSSpec.cxx.
using o2::globaltracking::ABRefType = typedef std::vector<o2::itsmft::TrkClusRef> |
Definition at line 32 of file TrackWriterTPCITSSpec.cxx.
using o2::globaltracking::BracketF = typedef o2::math_utils::Bracket<float> |
Definition at line 88 of file MatchGlobalFwd.h.
using o2::globaltracking::BranchDefinition = typedef MakeRootTreeWriterSpec::BranchDefinition<T> |
Definition at line 30 of file GlobalFwdTrackWriterSpec.cxx.
using o2::globaltracking::ClusterLabelsType = typedef o2::dataformats::MCTruthContainer<o2::MCCompLabel> |
Definition at line 49 of file MatchGlobalFwdAssessment.h.
typedef std::function<bool(const GlobalFwdTrack& mchtrack, const TrackParCovFwd& mfttrack)> o2::globaltracking::CutFunc_t |
Definition at line 85 of file MatchGlobalFwd.h.
using o2::globaltracking::FwdTracksType = typedef std::vector<o2::track::TrackParCovFwd> |
Definition at line 32 of file GlobalFwdTrackWriterSpec.cxx.
using o2::globaltracking::GID = typedef o2::dataformats::GlobalTrackID |
Definition at line 41 of file MatchITSTPCQC.h.
using o2::globaltracking::GTrackID = typedef o2d::GlobalTrackID |
Definition at line 48 of file MatchCosmics.h.
using o2::globaltracking::HBFINI = typedef o2::raw::HBFUtilsInitializer |
Definition at line 36 of file ReaderDriverSpec.cxx.
typedef std::vector< o2::MCCompLabel > o2::globaltracking::LabelsType |
Definition at line 35 of file GlobalFwdTrackWriterSpec.cxx.
typedef std::vector< o2::dataformats::MatchInfoFwd > o2::globaltracking::MatchesType |
Definition at line 34 of file GlobalFwdTrackWriterSpec.cxx.
typedef std::function<double(const GlobalFwdTrack& mchtrack, const TrackParCovFwd& mfttrack)> o2::globaltracking::MatchingFunc_t |
Definition at line 84 of file MatchGlobalFwd.h.
using o2::globaltracking::MCTrack = typedef o2::MCTrackT<float> |
Definition at line 51 of file MatchGlobalFwdAssessment.h.
using o2::globaltracking::MFTCluster = typedef o2::BaseCluster<float> |
Definition at line 87 of file MatchGlobalFwd.h.
using o2::globaltracking::MFTTracksType = typedef std::vector<o2::mft::TrackMFT> |
Definition at line 33 of file GlobalFwdTrackWriterSpec.cxx.
using o2::globaltracking::SMatrix22 = typedef ROOT::Math::SMatrix<double, 2> |
Definition at line 99 of file MatchGlobalFwd.h.
using o2::globaltracking::SMatrix25 = typedef ROOT::Math::SMatrix<double, 2, 5> |
Definition at line 100 of file MatchGlobalFwd.h.
using o2::globaltracking::SMatrix44 = typedef ROOT::Math::SMatrix<double, 4> |
Definition at line 96 of file MatchGlobalFwd.h.
using o2::globaltracking::SMatrix45 = typedef ROOT::Math::SMatrix<double, 4, 5> |
Definition at line 97 of file MatchGlobalFwd.h.
using o2::globaltracking::SMatrix52 = typedef ROOT::Math::SMatrix<double, 5, 2> |
Definition at line 101 of file MatchGlobalFwd.h.
using o2::globaltracking::SMatrix54 = typedef ROOT::Math::SMatrix<double, 5, 4> |
Definition at line 98 of file MatchGlobalFwd.h.
using o2::globaltracking::SMatrix55Std = typedef ROOT::Math::SMatrix<double, 5> |
Definition at line 89 of file MatchGlobalFwd.h.
using o2::globaltracking::SMatrix55Sym = typedef ROOT::Math::SMatrix<double, 5, 5, ROOT::Math::MatRepSym<double, 5> > |
Definition at line 90 of file MatchGlobalFwd.h.
using o2::globaltracking::SVector2 = typedef ROOT::Math::SVector<double, 2> |
Definition at line 92 of file MatchGlobalFwd.h.
using o2::globaltracking::SVector4 = typedef ROOT::Math::SVector<double, 4> |
Definition at line 93 of file MatchGlobalFwd.h.
using o2::globaltracking::SVector5 = typedef ROOT::Math::SVector<double, 5> |
Definition at line 94 of file MatchGlobalFwd.h.
using o2::globaltracking::TBracket = typedef o2::math_utils::Bracketf_t |
Definition at line 49 of file MatchCosmics.h.
using o2::globaltracking::TrackLabelsType = typedef std::vector<o2::MCCompLabel> |
Definition at line 50 of file MatchGlobalFwdAssessment.h.
typedef std::vector< o2::dataformats::TrackTPCITS > o2::globaltracking::TracksType |
Definition at line 31 of file GlobalFwdTrackWriterSpec.cxx.
|
strong |
Enumerator | |
---|---|
Standard | |
Full | |
Strict | |
NModes |
Definition at line 23 of file MatchingType.h.
Enumerator | |
---|---|
kReco | |
kGen | |
kPairable | |
kRecoTrue | |
kNumberOfTrackTypes |
Definition at line 43 of file MatchGlobalFwdAssessment.h.
Enumerator | |
---|---|
kBestMatch | |
kSaveAll | |
kSaveTrainingData | |
kSaveNCandidates |
Definition at line 27 of file MatchGlobalFwdParam.h.
Enumerator | |
---|---|
Accept | |
RejectOnY | |
RejectOnZ | |
RejectOnSnp | |
RejectOnTgl | |
RejectOnQ2Pt | |
RejectOnChi2 | |
NSigmaShift | |
RejectoOnPIDCorr |
Definition at line 112 of file MatchTPCITS.h.
DataProcessorSpec o2::globaltracking::getCosmicsMatchingSpec | ( | o2::dataformats::GlobalTrackID::mask_t | src, |
bool | useMC, | ||
const o2::tpc::CorrectionMapsLoaderGloOpts & | sclOpts | ||
) |
create a processor spec
Definition at line 179 of file CosmicsMatchingSpec.cxx.
DataProcessorSpec o2::globaltracking::getGlobaFwdAssessmentSpec | ( | bool | useMC, |
bool | processGen, | ||
bool | midFilterDisabled, | ||
bool | finalizeAnalysis = false |
||
) |
Definition at line 120 of file GlobalFwdMatchingAssessmentSpec.cxx.
DataProcessorSpec o2::globaltracking::getGlobalFwdMatchingSpec | ( | bool | useMC, |
bool | matchRootOutput | ||
) |
create a processor spec
Definition at line 170 of file GlobalFwdMatchingSpec.cxx.
DataProcessorSpec o2::globaltracking::getGlobalFwdTrackReaderSpec | ( | bool | useMC | ) |
create a processor spec
Definition at line 93 of file GlobalFwdTrackReaderSpec.cxx.
DataProcessorSpec o2::globaltracking::getGlobalFwdTrackWriterSpec | ( | bool | useMC | ) |
create a processor spec write GlobalMuonTracks a root file
Definition at line 37 of file GlobalFwdTrackWriterSpec.cxx.
DataProcessorSpec o2::globaltracking::getHMPMatcherSpec | ( | o2::dataformats::GlobalTrackID::mask_t | src, |
bool | useMC, | ||
float | extratolerancetrd, | ||
float | extratolerancetof | ||
) |
create a processor spec
Definition at line 145 of file HMPMatcherSpec.cxx.
DataProcessorSpec o2::globaltracking::getIRFrameReaderSpec | ( | o2::header::DataOrigin | origin, |
uint32_t | subSpec, | ||
const std::string & | devName, | ||
const std::string & | defFileName | ||
) |
create a processor spec read IRFrames data from a root file
Definition at line 87 of file IRFrameReaderSpec.cxx.
DataProcessorSpec o2::globaltracking::getIRFrameWriterSpec | ( | const std::string & | spec, |
const std::string & | defFileName = "o2_irframe.root" , |
||
const std::string & | devName = "irframe-writer" |
||
) |
create a processor spec write IRFrames for which data was selected
Definition at line 31 of file IRFrameWriterSpec.cxx.
DataProcessorSpec o2::globaltracking::getMCHMIDMatchedReaderSpec | ( | bool | useMC | ) |
create a processor spec
Definition at line 93 of file MatchedMCHMIDReaderSpec.cxx.
DataProcessorSpec o2::globaltracking::getMFTMCHMatchedReaderSpec | ( | bool | useMC | ) |
create a processor spec
Definition at line 87 of file MatchedMFTMCHReaderSpec.cxx.
DataProcessorSpec o2::globaltracking::getMFTMCHMatchesWriterSpec | ( | bool | useMC | ) |
create a processor spec write MFTMCH matches to a root file
Definition at line 32 of file MatchedMFTMCHWriterSpec.cxx.
DataProcessorSpec o2::globaltracking::getNoInpDummyOutSpec | ( | int | nloop = -1 | ) |
create a processor spec
Definition at line 57 of file NoInpDummyOutSpec.cxx.
DataProcessorSpec o2::globaltracking::getReaderDriverSpec | ( | const std::string & | metricChannel = "" , |
size_t | minSHM = 0 |
||
) |
create a processor spec pushes an empty output to provide timing to downstream devices
Definition at line 84 of file ReaderDriverSpec.cxx.
DataProcessorSpec o2::globaltracking::getTOFEventTimeCheckerSpec | ( | o2::dataformats::GlobalTrackID::mask_t | src, |
bool | useMC | ||
) |
create a processor spec
Definition at line 648 of file TOFEventTimeChecker.cxx.
DataProcessorSpec o2::globaltracking::getTOFMatchCheckerSpec | ( | o2::dataformats::GlobalTrackID::mask_t | src, |
bool | useMC | ||
) |
create a processor spec
Definition at line 239 of file TOFMatchChecker.cxx.
DataProcessorSpec o2::globaltracking::getTOFMatcherSpec | ( | o2::dataformats::GlobalTrackID::mask_t | src, |
bool | useMC, | ||
bool | useFIT, | ||
bool | tpcRefit, | ||
bool | strict, | ||
float | extratolerancetrd, | ||
bool | pushMatchable, | ||
const o2::tpc::CorrectionMapsLoaderGloOpts & | sclOpts, | ||
int | nlanes = 1 |
||
) |
create a processor spec
Definition at line 240 of file TOFMatcherSpec.cxx.
DataProcessorSpec o2::globaltracking::getTPCITSMatchingSpec | ( | o2::dataformats::GlobalTrackID::mask_t | src, |
bool | useFT0, | ||
bool | calib, | ||
bool | skipTPCOnly, | ||
bool | useGeom, | ||
bool | useMC, | ||
const o2::tpc::CorrectionMapsLoaderGloOpts & | sclOpts | ||
) |
create a processor spec
Definition at line 243 of file TPCITSMatchingSpec.cxx.
DataProcessorSpec o2::globaltracking::getTrackCosmicsReaderSpec | ( | bool | useMC | ) |
create a processor spec to read cosmic tracks from a root file
Definition at line 69 of file TrackCosmicsReaderSpec.cxx.
DataProcessorSpec o2::globaltracking::getTrackCosmicsWriterSpec | ( | bool | useMC | ) |
create a processor spec write cosmics tracks to a root file
Definition at line 32 of file TrackCosmicsWriterSpec.cxx.
DataProcessorSpec o2::globaltracking::getTrackTPCITSReaderSpec | ( | bool | useMC | ) |
create a processor spec
Definition at line 102 of file TrackTPCITSReaderSpec.cxx.
DataProcessorSpec o2::globaltracking::getTrackWriterTPCITSSpec | ( | bool | useMC | ) |
create a processor spec write ITS tracks a root file
Definition at line 36 of file TrackWriterTPCITSSpec.cxx.
|
constexpr |
Definition at line 107 of file MatchTPCITS.h.
|
constexpr |
Definition at line 108 of file MatchTPCITS.h.
|
constexpr |
flags to tell the status of TPC-ITS tracks comparison
Definition at line 109 of file MatchTPCITS.h.
|
constexpr |
Definition at line 106 of file MatchTPCITS.h.