diff --git a/docs/datamodel/ao2dTables.md b/docs/datamodel/ao2dTables.md index 94523a36..cd93dbb1 100644 --- a/docs/datamodel/ao2dTables.md +++ b/docs/datamodel/ao2dTables.md @@ -139,6 +139,7 @@ For better overview the tables are grouped into the following categories: \| [Ge
Name | ++ | Getter | +Type | +Comment | +
---|---|---|---|---|
o2::aod::hf_cand::NSigTpcPi0 | ++ | nSigTpcPi0 | +float | +TPC nSigma for pion hypothesis - prong 0 | +
o2::aod::hf_cand::NSigTofPi0 | ++ | nSigTofPi0 | +float | +TOF nSigma for pion hypothesis - prong 0 | +
o2::aod::hf_cand::TpcTofNSigmaPi0 | +D | +tpcTofNSigmaPi0 | +float | +Combined NSigma separation with the TPC & TOF detectors for pion - prong 0 | +
Name | ++ | Getter | +Type | +Comment | +
---|---|---|---|---|
o2::aod::hf_cand::NSigTpcPi1 | ++ | nSigTpcPi1 | +float | +TPC nSigma for pion hypothesis - prong 1 | +
o2::aod::hf_cand::NSigTofPi1 | ++ | nSigTofPi1 | +float | +TOF nSigma for pion hypothesis - prong 1 | +
o2::aod::hf_cand::TpcTofNSigmaPi1 | +D | +tpcTofNSigmaPi1 | +float | +Combined NSigma separation with the TPC & TOF detectors for pion - prong 1 | +
Name | ++ | Getter | +Type | +Comment | +
---|---|---|---|---|
o2::aod::hf_cand::NSigTpcKa0 | ++ | nSigTpcKa0 | +float | +TPC nSigma for kaon hypothesis - prong 0 | +
o2::aod::hf_cand::NSigTofKa0 | ++ | nSigTofKa0 | +float | +TOF nSigma for kaon hypothesis - prong 0 | +
o2::aod::hf_cand::TpcTofNSigmaKa0 | +D | +tpcTofNSigmaKa0 | +float | +Combined NSigma separation with the TPC & TOF detectors for kaon - prong 0 | +
Name | ++ | Getter | +Type | +Comment | +
---|---|---|---|---|
o2::aod::hf_cand::NSigTpcKa1 | ++ | nSigTpcKa1 | +float | +TPC nSigma for kaon hypothesis - prong 1 | +
o2::aod::hf_cand::NSigTofKa1 | ++ | nSigTofKa1 | +float | +TOF nSigma for kaon hypothesis - prong 1 | +
o2::aod::hf_cand::TpcTofNSigmaKa1 | +D | +tpcTofNSigmaKa1 | +float | +Combined NSigma separation with the TPC & TOF detectors for kaon - prong 1 | +
Name | ++ | Getter | +Type | +Comment | +
---|---|---|---|---|
o2::aod::hf_cand_bs::Prong0Id | +I | +prong0Id | +int | +Pointer into HfCand3Prong | +
o2::aod::hf_track_index::Prong1Id | +I | +prong1Id | +int | +Index to second prong | +
Name | ++ | Getter | +Type | +Comment | +
---|---|---|---|---|
o2::aod::pidtof::TOFExpSignalDiffPi | +D | +tofExpSignalDiffPi | +float | +Difference between signal and expected for pion | +
o2::aod::pidtof::TOFExpSignalPi | +D | +tofExpSignalPi | +float | +Expected time for pion | +
o2::aod::pidtof::TOFExpSigmaPi | ++ | tofExpSigmaPi | +float | +Expected resolution with the TOF detector for pion | +
o2::aod::pidtof::TOFNSigmaPi | ++ | tofNSigmaPi | +float | +Nsigma separation with the TOF detector for pion | +
Name | ++ | Getter | +Type | +Comment | +
---|---|---|---|---|
o2::aod::pidtof::TOFExpSignalDiffKa | +D | +tofExpSignalDiffKa | +float | +Difference between signal and expected for kaon | +
o2::aod::pidtof::TOFExpSignalKa | +D | +tofExpSignalKa | +float | +Expected time for kaon | +
o2::aod::pidtof::TOFExpSigmaKa | ++ | tofExpSigmaKa | +float | +Expected resolution with the TOF detector for kaon | +
o2::aod::pidtof::TOFNSigmaKa | ++ | tofNSigmaKa | +float | +Nsigma separation with the TOF detector for kaon | +
Name | ++ | Getter | +Type | +Comment | +
---|---|---|---|---|
o2::aod::pidtof::TOFExpSignalDiffPr | +D | +tofExpSignalDiffPr | +float | +Difference between signal and expected for proton | +
o2::aod::pidtof::TOFExpSignalPr | +D | +tofExpSignalPr | +float | +Expected time for proton | +
o2::aod::pidtof::TOFExpSigmaPr | ++ | tofExpSigmaPr | +float | +Expected resolution with the TOF detector for proton | +
o2::aod::pidtof::TOFNSigmaPr | ++ | tofNSigmaPr | +float | +Nsigma separation with the TOF detector for proton | +
Name | @@ -37687,6 +38187,11 @@ Code file: PWGHF/DataModel/CandidateReconstructionTables.h +
---|
Name | @@ -42460,7 +42965,14 @@ Code file: Energy of candidate (GeV)|||||||
---|---|---|---|---|---|---|---|
o2::aod::hf_cand_3prong::OriginMcRec | +o2::aod::hf_cand_3prong::FlagMcDecayChanRec | - | originMcRec | +flagMcDecayChanRec | int8_t | -particle origin, reconstruction level | +resonant decay channel flag, reconstruction level |
Name | -- | Getter | -Type | -Comment | -||||
---|---|---|---|---|---|---|---|---|
o2::aod::collision::BCId | -I | -bcId | -int32 | -Most probably BC to where this collision has occured | -||||
o2::aod::collision::NumContrib | -- | numContrib | -uint16_t | -Number of tracks used for the vertex | -||||
o2::aod::collision::PosX | -- | posX | -float | -X Vertex position in cm | -||||
o2::aod::collision::PosY | -- | posY | -float | -Y Vertex position in cm | -||||
o2::aod::collision::PosZ | -- | posZ | -float | -Z Vertex position in cm | -||||
o2::aod::full::IsEventReject | -- | isEventReject | -int | -Event rejection flag | -||||
o2::aod::full::RunNumber | +o2::aod::hf_cand_3prong::FlagMcDecayChanRec | - | runNumber | -int | -Run number | +flagMcDecayChanRec | +int8_t | +resonant decay channel flag, reconstruction level |
Name | ++ | Getter | +Type | +Comment | +
---|---|---|---|---|
o2::aod::collision::BCId | +I | +bcId | +int32 | +Most probably BC to where this collision has occured | +
o2::aod::collision::NumContrib | ++ | numContrib | +uint16_t | +Number of tracks used for the vertex | +
o2::aod::collision::PosX | ++ | posX | +float | +X Vertex position in cm | +
o2::aod::collision::PosY | ++ | posY | +float | +Y Vertex position in cm | +
o2::aod::collision::PosZ | ++ | posZ | +float | +Z Vertex position in cm | +
o2::aod::full::IsEventReject | ++ | isEventReject | +int | +Event rejection flag | +
o2::aod::full::RunNumber | ++ | runNumber | +int | +Run number | +
Name | @@ -55652,166 +56337,26 @@ Code file: o2::aod::HfCharmResoMLs +
---|
Name | -- | Getter | -Type | -Comment | +o2::aod::hf_cand_bs::FlagWrongCollision | ++ | flagWrongCollision | +int8_t | +|
---|---|---|---|---|---|---|---|---|---|
o2::aod::hf_sel_candidate_b0::MlProbB0ToDPi | +o2::aod::hf_cand_bs::DebugMcRec | - | mlProbB0ToDPi | +debugMcRec | +int8_t | ++ | |||
o2::aod::hf_bs_mc::PtMother | ++ | ptMother | float | -ML score of B0 candidate for signal class | +Transverse momentum of the mother in GeV/c |
Name | -- | Getter | -Type | -Comment | +o2::aod::hf_bs_mc::PdgCodeCharmMother | ++ | pdgCodeCharmMother | +int | +Pdg code of charm mother |
---|---|---|---|---|---|---|---|---|---|
o2::aod::hf_sel_candidate_bplus::MlProbBplusToD0Pi | +o2::aod::hf_bs_mc::PdgCodeProng0 | - | mlProbBplusToD0Pi | -float | -ML score of B+ candidate for signal class | +pdgCodeProng0 | +int | +Pdg code of prong0 | +|
o2::aod::hf_bs_mc::PdgCodeProng1 | ++ | pdgCodeProng1 | +int | +Pdg code of prong1 | +|||||
o2::aod::hf_bs_mc::PdgCodeProng2 | ++ | pdgCodeProng2 | +int | +Pdg code of prong2 | +|||||
o2::aod::hf_bs_mc::PdgCodeProng3 | ++ | pdgCodeProng3 | +int | +Pdg code of prong3 |
o2::aod::collision::NumContrib | +o2::aod::hf_cand::XSecondaryVertex | - | numContrib | -uint16_t | -Number of tracks used for the vertex | -|
o2::aod::hf_reduced_collision::HfCollisionRejectionMap | +xSecondaryVertex | +float | - | hfCollisionRejectionMap | -uint16_t | -Bitmask with failed selection criteria |
o2::aod::hf_reduced_collision::Bz | +o2::aod::hf_cand::YSecondaryVertex | - | bz | +ySecondaryVertex | float | -Magnetic field in z-direction | -
Name | -- | Getter | -Type | -Comment | -||||
---|---|---|---|---|---|---|---|---|
o2::aod::collision::CovXX | - | covXX | -float | -Vertex covariance matrix | ||||
o2::aod::collision::CovXY | +o2::aod::hf_cand::ZSecondaryVertex | - | covXY | +zSecondaryVertex | float | -Vertex covariance matrix | +||
o2::aod::collision::CovYY | +o2::aod::hf_cand::ErrorDecayLength | - | covYY | +errorDecayLength | float | -Vertex covariance matrix | +||
o2::aod::collision::CovXZ | +o2::aod::hf_cand::ErrorDecayLengthXY | - | covXZ | +errorDecayLengthXY | float | -Vertex covariance matrix | +||
o2::aod::collision::CovYZ | +o2::aod::hf_cand::Chi2PCA | - | covYZ | +chi2PCA | float | -Vertex covariance matrix | +sum of (non-weighted) distances of the secondary vertex to its prongs | |
o2::aod::collision::CovZZ | +o2::aod::/hf_cand::RSecondaryVertex | +GI | ++ | ? | - | covZZ | -float | -Vertex covariance matrix |
Name | -- | Getter | -Type | -Comment | +o2::aod::hf_cand::DecayLength | +D | +decayLength | +float | +|
---|---|---|---|---|---|---|---|---|---|
o2::aod::hf_reduced_collision::OriginalCollisionCount | +o2::aod::hf_cand::DecayLengthXY | +D | +decayLengthXY | +float | - | originalCollisionCount | -int | -Size of COLLISION table processed | |
o2::aod::hf_reduced_collision::ZvtxSelectedCollisionCount | +o2::aod::hf_cand::DecayLengthNormalised | +D | +decayLengthNormalised | +float | - | zvtxSelectedCollisionCount | -int | -Number of COLLISIONS with |zvtx| < zvtxMax | |
o2::aod::hf_reduced_collision::TriggerSelectedCollisionCount | +o2::aod::hf_cand::DecayLengthXYNormalised | +D | +decayLengthXYNormalised | +float | - | triggerSelectedCollisionCount | -int | -Number of COLLISIONS with sel8 | |
o2::aod::hf_reduced_collision::ZvtxAndTriggerSelectedCollisionCount | +o2::aod::/hf_cand::ImpactParameterNormalised0 | +GI | ++ | ? | - | zvtxAndTriggerSelectedCollisionCount | -int | -Number of COLLISIONS with |zvtx| < zvtxMax and sel8 | |
o2::aod::hf_reduced_collision::ZvtxAndTriggerAndSoftTriggerSelectedCollisionCount | +o2::aod::hf_cand::PtProng0 | +D | +ptProng0 | +float | - | zvtxAndTriggerAndSoftTriggerSelectedCollisionCount | -int | -Number of COLLISIONS with |zvtx| < zvtxMax, sel8, and selected by the software trigger | |
o2::aod::hf_reduced_collision::AllSelectionsCollisionCount | +o2::aod::hf_cand::Pt2Prong0 | +D | +pt2Prong0 | +float | - | allSelectionsCollisionCount | -int | -Number of COLLISIONS that passed all selections |
Name | -- | Getter | -Type | -Comment | +o2::aod::hf_cand::PVectorProng0 | +D | +pVectorProng0 | +std::array<float,3> | +|
---|---|---|---|---|---|---|---|---|---|
o2::aod::soa::Index | +o2::aod::/hf_cand::ImpactParameterNormalised1 | GI | ? | ||||||
o2::aod::hf_track_index_reduced::TrackId | +o2::aod::hf_cand::PtProng1 | +D | +ptProng1 | +float | - | trackId | -int | -Original track index | |
o2::aod::hf_track_index_reduced::HfRedCollisionId | -I | -hfRedCollisionId | -int32 | -ReducedCollision index | +o2::aod::hf_cand::Pt2Prong1 | +D | +pt2Prong1 | +float | +|
o2::aod::track::X | -- | x | -float | +o2::aod::hf_cand::PVectorProng1 | +D | +pVectorProng1 | +std::array<float,3> | ||
o2::aod::track::Alpha | +o2::aod::hf_cand::PxProng0 | - | alpha | +pxProng0 | float | ||||
o2::aod::track::Y | +o2::aod::hf_cand::PyProng0 | - | y | +pyProng0 | float | ||||
o2::aod::track::Z | +o2::aod::hf_cand::PzProng0 | - | z | +pzProng0 | float | ||||
o2::aod::track::Snp | +o2::aod::hf_cand::PxProng1 | - | snp | +pxProng1 | float | ||||
o2::aod::track::Tgl | +o2::aod::hf_cand::PyProng1 | - | tgl | +pyProng1 | float | ||||
o2::aod::track::Signed1Pt | +o2::aod::hf_cand::PzProng1 | - | signed1Pt | +pzProng1 | float | -(sign of charge)/Pt in c/GeV. Use pt() and sign() instead | +|||
o2::aod::track::Px | -D | -px | +o2::aod::hf_cand::ImpactParameter0 | ++ | impactParameter0 | float | -Momentum in x-direction in GeV/c | +||
o2::aod::track::Py | -D | -py | +o2::aod::hf_cand::ImpactParameter1 | ++ | impactParameter1 | float | -Momentum in y-direction in GeV/c | +||
o2::aod::track::Pz | -D | -pz | +o2::aod::hf_cand::ErrorImpactParameter0 | ++ | errorImpactParameter0 | float | -Momentum in z-direction in GeV/c | -||
o2::aod::track::PVector | -D | -pVector | -std::array<float,3> | -Momentum vector in x,y,z-directions in GeV/c | +
Name | -- | Getter | -Type | -Comment | +o2::aod::hf_cand::ErrorImpactParameter1 | ++ | errorImpactParameter1 | +float | +|
---|---|---|---|---|---|---|---|---|---|
o2::aod::soa::Index | +o2::aod::/hf_cand_2prong::M | GI | ? | ||||||
o2::aod::hf_track_par_cov::CYY | -- | cYY | +o2::aod::hf_cand_2prong::M2 | +D | +m2 | float | -Covariance matrix | -||
o2::aod::hf_track_par_cov::CZY | - | cZY | -float | -Covariance matrix | |||||
o2::aod::hf_track_par_cov::CZZ | -- | cZZ | +o2::aod::hf_cand_2prong::ImpactParameterProduct | +D | +impactParameterProduct | float | -Covariance matrix | -||
o2::aod::hf_track_par_cov::CSnpY | - | cSnpY | -float | -Covariance matrix | |||||
o2::aod::hf_track_par_cov::CSnpZ | -- | cSnpZ | +o2::aod::hf_cand_2prong::CosThetaStar | +D | +cosThetaStar | float | -Covariance matrix | +||
o2::aod::hf_track_par_cov::CSnpSnp | -- | cSnpSnp | +o2::aod::hf_cand_2prong::ImpactParameterProngSqSum | +D | +impactParameterProngSqSum | float | -Covariance matrix | +||
o2::aod::hf_track_par_cov::CTglY | +o2::aod::/hf_cand::Pt | +GI | ++ | ? | - | cTglY | -float | -Covariance matrix | |
o2::aod::hf_track_par_cov::CTglZ | -- | cTglZ | +o2::aod::hf_cand::Pt2 | +D | +pt2 | float | -Covariance matrix | +||
o2::aod::hf_track_par_cov::CTglSnp | -- | cTglSnp | +o2::aod::hf_cand::P | +D | +p | float | -Covariance matrix | +||
o2::aod::hf_track_par_cov::CTglTgl | -- | cTglTgl | +o2::aod::hf_cand::P2 | +D | +p2 | float | -Covariance matrix | +||
o2::aod::hf_track_par_cov::C1PtY | +o2::aod::hf_cand::PVector | +D | +pVector | +std::array<float,3> | - | c1PtY | -float | -Covariance matrix | |
o2::aod::hf_track_par_cov::C1PtZ | -- | c1PtZ | +o2::aod::hf_cand::CPA | +D | +cpa | float | -Covariance matrix | +||
o2::aod::hf_track_par_cov::C1PtSnp | -- | c1PtSnp | +o2::aod::hf_cand::CPAXY | +D | +cpaXY | float | -Covariance matrix | +||
o2::aod::hf_track_par_cov::C1PtTgl | -- | c1PtTgl | +o2::aod::hf_cand::Ct | +D | +ct | float | -Covariance matrix | +||
o2::aod::hf_track_par_cov::C1Pt21Pt2 | -- | c1Pt21Pt2 | +o2::aod::hf_cand::ImpactParameterXY | +D | +impactParameterXY | float | -Covariance matrix | +
Name | -- | Getter | -Type | -Comment | +o2::aod::hf_cand_2prong::MaxNormalisedDeltaIP | +D | +maxNormalisedDeltaIP | +float | +|
---|---|---|---|---|---|---|---|---|---|
o2::soa::Index | -GI | -globalIndex | -int64_t | +o2::aod::hf_cand::Eta | +D | +eta | +float | ||
o2::aod::hf_track_index_reduced::HasTPC | +o2::aod::hf_cand::Phi | +D | +phi | +float | - | hasTPC | -bool | -Flag to check if track has a TPC match | |
o2::aod::hf_track_index_reduced::HasTOF | +o2::aod::hf_cand::Y | +D | +y | +float | - | hasTOF | -bool | -Flag to check if track has a TOF match | |
o2::aod::pidtpc::TPCNSigmaPi | -- | tpcNSigmaPi | +o2::aod::hf_cand::E | +D | +e | float | -Nsigma separation with the TPC detector for pion | +||
o2::aod::pidtof::TOFNSigmaPi | -- | tofNSigmaPi | +o2::aod::hf_cand::E2 | +D | +e2 | float | -Nsigma separation with the TOF detector for pion | +
o2::aod::hf_track_par_cov::CSnpY | -- | cSnpY | -float | -Covariance matrix | +Name | ++ | Getter | +Type | +Comment |
---|---|---|---|---|---|---|---|---|---|
o2::aod::hf_track_par_cov::CSnpZ | +o2::aod::hf_cand::PxProng0 | - | cSnpZ | +pxProng0 | float | -Covariance matrix | -|||
o2::aod::hf_track_par_cov::CSnpSnp | - | cSnpSnp | -float | -Covariance matrix | |||||
o2::aod::hf_track_par_cov::CTglY | +o2::aod::hf_cand::PyProng0 | - | cTglY | +pyProng0 | float | -Covariance matrix | -|||
o2::aod::hf_track_par_cov::CTglZ | - | cTglZ | -float | -Covariance matrix | |||||
o2::aod::hf_track_par_cov::CTglSnp | +o2::aod::hf_cand::PzProng0 | - | cTglSnp | +pzProng0 | float | -Covariance matrix | +|||
o2::aod::hf_track_par_cov::CTglTgl | +o2::aod::hf_cand::PxProng1 | - | cTglTgl | +pxProng1 | float | -Covariance matrix | +|||
o2::aod::hf_track_par_cov::C1PtY | +o2::aod::hf_cand::PyProng1 | - | c1PtY | +pyProng1 | float | -Covariance matrix | +|||
o2::aod::hf_track_par_cov::C1PtZ | +o2::aod::hf_cand::PzProng1 | - | c1PtZ | +pzProng1 | float | -Covariance matrix | +|||
o2::aod::hf_track_par_cov::C1PtSnp | +o2::aod::hf_reso_cand_reduced::InvMass | - | c1PtSnp | +invMass | float | -Covariance matrix | +Invariant mass in GeV/c2 | ||
o2::aod::hf_track_par_cov::C1PtTgl | +o2::aod::hf_reso_cand_reduced::InvMassProng0 | - | c1PtTgl | +invMassProng0 | float | -Covariance matrix | +Invariant Mass of D daughter in GeV/c | ||
o2::aod::hf_track_par_cov::C1Pt21Pt2 | -- | c1Pt21Pt2 | +o2::aod::hf_reso_cand_reduced::PtProng0 | +D | +ptProng0 | float | -Covariance matrix | +
Name | ++ | Getter | +Type | +Comment | ||||
---|---|---|---|---|---|---|---|---|
o2::aod::hf_track_index_reduced::Prong0Id | +o2::aod::hf_sel_candidate_b0::MlProbB0ToDPi | - | prong0Id | -int | -Original track index | +mlProbB0ToDPi | +float | +ML score of B0 candidate for signal class |
o2::aod::hf_track_index_reduced::Prong1Id | -- | prong1Id | -int | -Original track index | +Name | ++ | Getter | +Type | +Comment |
---|---|---|---|---|---|---|---|---|---|
o2::aod::hf_track_index_reduced::Prong2Id | +o2::aod::hf_sel_candidate_bplus::IsSelBplusToD0Pi | - | prong2Id | +isSelBplusToD0Pi | int | -Original track index | +selection flag on B+ candidate |
o2::aod::hf_track_index_reduced::HfRedCollisionId | -I | -hfRedCollisionId | -int32 | -ReducedCollision index | +Name | ++ | Getter | +Type | +Comment |
---|---|---|---|---|---|---|---|---|---|
o2::aod::track::X | +o2::aod::hf_sel_candidate_bplus::MlProbBplusToD0Pi | - | x | +mlProbBplusToD0Pi | float | -+ | ML score of B+ candidate for signal class |
o2::aod::track::Alpha | -- | alpha | -float | -+ | Name | ++ | Getter | +Type | +Comment |
---|---|---|---|---|---|---|---|---|---|
o2::aod::track::Y | +o2::aod::hf_sel_candidate_bs::IsSelBsToDsPi | - | y | -float | +isSelBsToDsPi | +int |
o2::aod::track::Z | -- | z | -float | -+ | Name | ++ | Getter | +Type | +Comment |
---|---|---|---|---|---|---|---|---|---|
o2::aod::track::Snp | +o2::aod::hf_sel_candidate_bs::MlProbBsToDsPi | - | snp | -float | +mlProbBsToDsPi | +std::vector<float> |
o2::aod::track::Tgl | -- | tgl | -float | -+ | Name | ++ | Getter | +Type | +Comment |
---|---|---|---|---|---|---|---|---|---|
o2::aod::track::Signed1Pt | +o2::aod::hf_charm_cand_reduced::MlScoreBkgMassHypo0 | - | signed1Pt | +mlScoreBkgMassHypo0 | float | -(sign of charge)/Pt in c/GeV. Use pt() and sign() instead | +ML score for background class (mass hypothesis 0) | ||
o2::aod::hf_cand::XSecondaryVertex | +o2::aod::hf_charm_cand_reduced::MlScorePromptMassHypo0 | - | xSecondaryVertex | +mlScorePromptMassHypo0 | float | -+ | ML score for prompt class (mass hypothesis 0) | ||
o2::aod::hf_cand::YSecondaryVertex | +o2::aod::hf_charm_cand_reduced::MlScoreNonpromptMassHypo0 | - | ySecondaryVertex | +mlScoreNonpromptMassHypo0 | float | -+ | ML score for non-prompt class (mass hypothesis 0) | ||
o2::aod::hf_cand::ZSecondaryVertex | +o2::aod::hf_charm_cand_reduced::MlScoreBkgMassHypo1 | - | zSecondaryVertex | +mlScoreBkgMassHypo1 | float | -+ | ML score for background class (mass hypothesis 1) | ||
o2::aod::hf_charm_cand_reduced::InvMass | +o2::aod::hf_charm_cand_reduced::MlScorePromptMassHypo1 | - | invMass | -float | -Invariant mass of 2prong candidate in GeV/c2 | -||||
o2::aod::track::Px | -D | -px | -float | -Momentum in x-direction in GeV/c | -|||||
o2::aod::track::Py | -D | -py | +mlScorePromptMassHypo1 | float | -Momentum in y-direction in GeV/c | +ML score for prompt class (mass hypothesis 1) | |||
o2::aod::track::Pz | -D | -pz | +o2::aod::hf_charm_cand_reduced::MlScoreNonpromptMassHypo1 | ++ | mlScoreNonpromptMassHypo1 | float | -Momentum in z-direction in GeV/c | -||
o2::aod::track::PVector | -D | -pVector | -std::array<float,3> | -Momentum vector in x,y,z-directions in GeV/c | +ML score for non-prompt class (mass hypothesis 1) |
Name | @@ -57001,117 +57534,115 @@ Code file: o2::aod::HfRedCollExtras +
---|
o2::aod::hf_track_par_cov::CTglSnp | -- | cTglSnp | -float | -Covariance matrix | +Name | ++ | Getter | +Type | +Comment |
---|---|---|---|---|---|---|---|---|---|
o2::aod::hf_track_par_cov::CTglTgl | +o2::aod::collision::CovXX | - | cTglTgl | +covXX | float | -Covariance matrix | +Vertex covariance matrix | ||
o2::aod::hf_track_par_cov::C1PtY | +o2::aod::collision::CovXY | - | c1PtY | +covXY | float | -Covariance matrix | +Vertex covariance matrix | ||
o2::aod::hf_track_par_cov::C1PtZ | +o2::aod::collision::CovYY | - | c1PtZ | +covYY | float | -Covariance matrix | +Vertex covariance matrix | ||
o2::aod::hf_track_par_cov::C1PtSnp | +o2::aod::collision::CovXZ | - | c1PtSnp | +covXZ | float | -Covariance matrix | +Vertex covariance matrix | ||
o2::aod::hf_track_par_cov::C1PtTgl | +o2::aod::collision::CovYZ | - | c1PtTgl | +covYZ | float | -Covariance matrix | +Vertex covariance matrix | ||
o2::aod::hf_track_par_cov::C1Pt21Pt2 | +o2::aod::collision::CovZZ | - | c1Pt21Pt2 | +covZZ | float | -Covariance matrix | +Vertex covariance matrix |
Name | -- | Getter | -Type | -Comment | +o2::aod::track::Z | ++ | z | +float | +|
---|---|---|---|---|---|---|---|---|---|
o2::aod::hf_b0_mc::PdgCodeBeautyMother | +o2::aod::track::Snp | ++ | snp | +float | - | pdgCodeBeautyMother | -int | -Pdg code of beauty mother | |
o2::aod::hf_b0_mc::PdgCodeCharmMother | +o2::aod::track::Tgl | ++ | tgl | +float | - | pdgCodeCharmMother | -int | -Pdg code of charm mother | |
o2::aod::hf_b0_mc::PdgCodeProng0 | +o2::aod::track::Signed1Pt | - | pdgCodeProng0 | -int | -Pdg code of prong0 | +signed1Pt | +float | +(sign of charge)/Pt in c/GeV. Use pt() and sign() instead | |
o2::aod::hf_b0_mc::PdgCodeProng1 | -- | pdgCodeProng1 | -int | -Pdg code of prong1 | +o2::aod::track::Px | +D | +px | +float | +Momentum in x-direction in GeV/c |
o2::aod::hf_b0_mc::PdgCodeProng2 | -- | pdgCodeProng2 | -int | -Pdg code of prong2 | +o2::aod::track::Py | +D | +py | +float | +Momentum in y-direction in GeV/c |
o2::aod::hf_b0_mc::PdgCodeProng3 | -- | pdgCodeProng3 | -int | -Pdg code of prong3 | +o2::aod::track::Pz | +D | +pz | +float | +Momentum in z-direction in GeV/c | +
o2::aod::track::PVector | +D | +pVector | +std::array<float,3> | +Momentum vector in x,y,z-directions in GeV/c |
Name | -- | Getter | -Type | -Comment | +o2::aod::hf_track_par_cov::CTglTgl | ++ | cTglTgl | +float | +Covariance matrix |
---|---|---|---|---|---|---|---|---|---|
o2::aod::hf_cand_b0_config::MySelectionFlagD | +o2::aod::hf_track_par_cov::C1PtY | - | mySelectionFlagD | -int8_t | -Flag to filter selected D+ mesons | +c1PtY | +float | +Covariance matrix | |
o2::aod::hf_cand_b0_config::MyInvMassWindowDPi | +o2::aod::hf_track_par_cov::C1PtZ | - | myInvMassWindowDPi | +c1PtZ | float | -Half-width of the B0 invariant-mass window in GeV/c2 | +Covariance matrix | +||
o2::aod::hf_track_par_cov::C1PtSnp | ++ | c1PtSnp | +float | +Covariance matrix | +|||||
o2::aod::hf_track_par_cov::C1PtTgl | ++ | c1PtTgl | +float | +Covariance matrix | +|||||
o2::aod::hf_track_par_cov::C1Pt21Pt2 | ++ | c1Pt21Pt2 | +float | +Covariance matrix |
Name | -- | Getter | -Type | -Comment | +o2::aod::hf_track_index_reduced::HfRedCollisionId | +I | +hfRedCollisionId | +int32 | +ReducedCollision index |
---|---|---|---|---|---|---|---|---|---|
o2::aod::hf_cand_bplus::FlagMcMatchGen | +o2::aod::track::X | - | flagMcMatchGen | -int8_t | +x | +float | |||
o2::aod::hf_bplus_mc::PtTrack | +o2::aod::track::Alpha | - | ptTrack | +alpha | float | -Transverse momentum of the track in GeV/c | +|||
o2::aod::hf_bplus_mc::YTrack | +o2::aod::track::Y | - | yTrack | +y | float | -Rapidity of the track | +|||
o2::aod::hf_bplus_mc::EtaTrack | +o2::aod::track::Z | - | etaTrack | +z | float | -Pseudorapidity of the track | +|||
o2::aod::hf_bplus_mc::PtProng0 | +o2::aod::track::Snp | - | ptProng0 | +snp | float | -Transverse momentum of the track's prong0 in GeV/c | +|||
o2::aod::hf_bplus_mc::YProng0 | +o2::aod::track::Tgl | - | yProng0 | +tgl | float | -Rapidity of the track's prong0 | +|||
o2::aod::hf_bplus_mc::EtaProng0 | +o2::aod::track::Signed1Pt | - | etaProng0 | +signed1Pt | float | -Pseudorapidity of the track's prong0 | +(sign of charge)/Pt in c/GeV. Use pt() and sign() instead | ||
o2::aod::hf_bplus_mc::PtProng1 | +o2::aod::hf_cand::XSecondaryVertex | - | ptProng1 | +xSecondaryVertex | float | -Transverse momentum of the track's prong1 in GeV/c | +|||
o2::aod::hf_bplus_mc::YProng1 | +o2::aod::hf_cand::YSecondaryVertex | - | yProng1 | +ySecondaryVertex | float | -Rapidity of the track's prong1 | +|||
o2::aod::hf_bplus_mc::EtaProng1 | +o2::aod::hf_cand::ZSecondaryVertex | - | etaProng1 | +zSecondaryVertex | float | -Pseudorapidity of the track's prong1 | +
Name | -- | Getter | -Type | -Comment | +o2::aod::hf_charm_cand_reduced::InvMassHypo0 | ++ | invMassHypo0 | +float | +Invariant mass of candidate in GeV/c2 (mass hypothesis 0) |
---|---|---|---|---|---|---|---|---|---|
o2::aod::hf_cand_bplus_config::MySelectionFlagD0 | +o2::aod::hf_charm_cand_reduced::InvMassHypo1 | - | mySelectionFlagD0 | -int8_t | -Flag to filter selected D0 mesons | +invMassHypo1 | +float | +Invariant mass of candidate in GeV/c2 (mass hypothesis 1) | |
o2::aod::hf_cand_bplus_config::MySelectionFlagD0bar | -- | mySelectionFlagD0bar | -int8_t | -Flag to filter selected D0 mesons | +o2::aod::track::Px | +D | +px | +float | +Momentum in x-direction in GeV/c |
o2::aod::hf_cand_bplus_config::MyInvMassWindowD0Pi | -- | myInvMassWindowD0Pi | +o2::aod::track::Py | +D | +py | float | -Half-width of the Bplus invariant-mass window in GeV/c2 | +Momentum in y-direction in GeV/c | +|
o2::aod::track::Pz | +D | +pz | +float | +Momentum in z-direction in GeV/c | +|||||
o2::aod::track::PVector | +D | +pVector | +std::array<float,3> | +Momentum vector in x,y,z-directions in GeV/c |
Name | @@ -57650,115 +58185,117 @@ Code file: o2::aod::HfOrigColCounts -
---|
Name | -- | Getter | -Type | -Comment | +o2::aod::hf_track_par_cov::CTglY | ++ | cTglY | +float | +Covariance matrix |
---|---|---|---|---|---|---|---|---|---|
o2::aod::hf_reduced_collision::OriginalCollisionCount | +o2::aod::hf_track_par_cov::CTglZ | - | originalCollisionCount | -int | -Size of COLLISION table processed | +cTglZ | +float | +Covariance matrix | |
o2::aod::hf_reduced_collision::ZvtxSelectedCollisionCount | +o2::aod::hf_track_par_cov::CTglSnp | - | zvtxSelectedCollisionCount | -int | -Number of COLLISIONS with |zvtx| < zvtxMax | +cTglSnp | +float | +Covariance matrix | |
o2::aod::hf_reduced_collision::TriggerSelectedCollisionCount | +o2::aod::hf_track_par_cov::CTglTgl | - | triggerSelectedCollisionCount | -int | -Number of COLLISIONS with sel8 | +cTglTgl | +float | +Covariance matrix | |
o2::aod::hf_reduced_collision::ZvtxAndTriggerSelectedCollisionCount | +o2::aod::hf_track_par_cov::C1PtY | - | zvtxAndTriggerSelectedCollisionCount | -int | -Number of COLLISIONS with |zvtx| < zvtxMax and sel8 | +c1PtY | +float | +Covariance matrix | |
o2::aod::hf_reduced_collision::ZvtxAndTriggerAndSoftTriggerSelectedCollisionCount | +o2::aod::hf_track_par_cov::C1PtZ | - | zvtxAndTriggerAndSoftTriggerSelectedCollisionCount | -int | -Number of COLLISIONS with |zvtx| < zvtxMax, sel8, and selected by the software trigger | +c1PtZ | +float | +Covariance matrix | |
o2::aod::hf_reduced_collision::AllSelectionsCollisionCount | +o2::aod::hf_track_par_cov::C1PtSnp | - | allSelectionsCollisionCount | -int | -Number of COLLISIONS that passed all selections | +c1PtSnp | +float | +Covariance matrix | +|
o2::aod::hf_track_par_cov::C1PtTgl | ++ | c1PtTgl | +float | +Covariance matrix | +|||||
o2::aod::hf_track_par_cov::C1Pt21Pt2 | ++ | c1Pt21Pt2 | +float | +Covariance matrix |
Name | ++ | Getter | +Type | +Comment | ||||
---|---|---|---|---|---|---|---|---|
o2::aod::hf_cand::PxProng0 | -- | pxProng0 | -float | +o2::aod::hf_b0_mc::PdgCodeBeautyMother | + | pdgCodeBeautyMother | +int | +Pdg code of beauty mother |
o2::aod::hf_cand::PyProng0 | -- | pyProng0 | -float | +o2::aod::hf_b0_mc::PdgCodeCharmMother | + | pdgCodeCharmMother | +int | +Pdg code of charm mother |
o2::aod::hf_cand::PzProng0 | +o2::aod::hf_b0_mc::PdgCodeProng0 | - | pzProng0 | -float | +pdgCodeProng0 | +int | +Pdg code of prong0 | +|
o2::aod::hf_b0_mc::PdgCodeProng1 | + | pdgCodeProng1 | +int | +Pdg code of prong1 | ||||
o2::aod::hf_cand::PxProng1 | +o2::aod::hf_b0_mc::PdgCodeProng2 | - | pxProng1 | -float | +pdgCodeProng2 | +int | +Pdg code of prong2 | +|
o2::aod::hf_b0_mc::PdgCodeProng3 | + | pdgCodeProng3 | +int | +Pdg code of prong3 | +
Name | ++ | Getter | +Type | +Comment | ||||
---|---|---|---|---|---|---|---|---|
o2::aod::hf_cand::PyProng1 | +o2::aod::hf_cand_b0::FlagMcMatchGen | - | pyProng1 | -float | +flagMcMatchGen | +int8_t | ||
o2::aod::hf_cand::PzProng1 | +o2::aod::hf_b0_mc::PtTrack | - | pzProng1 | +ptTrack | float | -+ | Transverse momentum of the track in GeV/c | |
o2::aod::hf_cand::PxProng2 | +o2::aod::hf_b0_mc::YTrack | - | pxProng2 | +yTrack | float | -+ | Rapidity of the track | |
o2::aod::hf_cand::PyProng2 | +o2::aod::hf_b0_mc::EtaTrack | - | pyProng2 | +etaTrack | float | -+ | Pseudorapidity of the track | |
o2::aod::hf_cand::PzProng2 | +o2::aod::hf_b0_mc::PtProng0 | - | pzProng2 | +ptProng0 | float | -+ | Transverse momentum of the track's prong0 in GeV/c | |
o2::aod::hf_reso_3_prong::DType | +o2::aod::hf_b0_mc::YProng0 | - | dType | -int8_t | -Integer with selected D candidate type: 1 = Dplus, -1 = Dminus, 2 = DstarPlus, -2 = DstarMinus | +yProng0 | +float | +Rapidity of the track's prong0 |
o2::aod::hf_reso_3_prong::Px | -D | -px | -float | +o2::aod::hf_b0_mc::EtaProng0 | + | etaProng0 | +float | +Pseudorapidity of the track's prong0 |
o2::aod::hf_reso_3_prong::Py | -D | -py | -float | +o2::aod::hf_b0_mc::PtProng1 | + | ptProng1 | +float | +Transverse momentum of the track's prong1 in GeV/c |
o2::aod::hf_reso_3_prong::Pz | -D | -pz | -float | +o2::aod::hf_b0_mc::YProng1 | + | yProng1 | +float | +Rapidity of the track's prong1 |
o2::aod::hf_reso_3_prong::InvMassDplus | -D | -invMassDplus | -float | +o2::aod::hf_b0_mc::EtaProng1 | + | etaProng1 | +float | +Pseudorapidity of the track's prong1 |
o2::aod::hf_reso_3_prong::InvMassDstar | -D | -invMassDstar | -float | -+ | Name | ++ | Getter | +Type | +Comment |
---|---|---|---|---|---|---|---|---|---|
o2::aod::hf_reso_3_prong::InvMassAntiDstar | -D | -invMassAntiDstar | -float | +o2::aod::hf_cand_b0_config::MySelectionFlagD | + | mySelectionFlagD | +int8_t | +Flag to filter selected D+ mesons | |
o2::aod::hf_reso_3_prong::Pt | -D | -pt | -float | +o2::aod::hf_cand_b0_config::MyInvMassWindowDPi | + | myInvMassWindowDPi | +float | +Half-width of the B0 invariant-mass window in GeV/c2 |
Name | -- | Getter | -Type | -Comment | ||||
---|---|---|---|---|---|---|---|---|
o2::aod::hf_correlation_d_meson_pair::PtCand1 | +o2::aod::hf_bs_mc::PtTrack | - | ptCand1 | +ptTrack | float | -Transverse momentum of first candidate | +Transverse momentum of the track in GeV/c | |
o2::aod::hf_correlation_d_meson_pair::PtCand2 | +o2::aod::hf_bs_mc::YTrack | - | ptCand2 | +yTrack | float | -Transverse momentum of second candidate | +Rapidity of the track | |
o2::aod::hf_correlation_d_meson_pair::YCand1 | +o2::aod::hf_bs_mc::EtaTrack | - | yCand1 | +etaTrack | float | -Rapidity of first candidate | +Pseudorapidity of the track | |
o2::aod::hf_correlation_d_meson_pair::YCand2 | +o2::aod::hf_bs_mc::PtProng0 | - | yCand2 | +ptProng0 | float | -Rapidity of second candidate | +Transverse momentum of the track's prong0 in GeV/c | |
o2::aod::hf_correlation_d_meson_pair::MDCand1 | +o2::aod::hf_bs_mc::YProng0 | - | mDCand1 | +yProng0 | float | -Invariant mass of first candidate as D | +Rapidity of the track's prong0 | |
o2::aod::hf_correlation_d_meson_pair::MDbarCand1 | +o2::aod::hf_bs_mc::EtaProng0 | - | mDbarCand1 | +etaProng0 | float | -Invariant mass of first candidate as Dbar | +Pseudorapidity of the track's prong0 | |
o2::aod::hf_correlation_d_meson_pair::MDCand2 | +o2::aod::hf_bs_mc::PtProng1 | - | mDCand2 | +ptProng1 | float | -Invariant mass of second candidate as D | +Transverse momentum of the track's prong1 in GeV/c | |
o2::aod::hf_correlation_d_meson_pair::MDbarCand2 | +o2::aod::hf_bs_mc::YProng1 | - | mDbarCand2 | +yProng1 | float | -Invariant mass of second candidate as Dbar | -||
o2::aod::hf_correlation_d_meson_pair::PairType | -- | pairType | -uint8_t | -Bitmap with all pair types (DD, DDbar, etc.) a pair of candidates has passed | -||||
o2::aod::hf_correlation_d_meson_pair::CandidateType1 | -- | candidateType1 | -uint8_t | -Bitmap with Selected and True info of candidate 1 | +Rapidity of the track's prong1 | |||
o2::aod::hf_correlation_d_meson_pair::CandidateType2 | +o2::aod::hf_bs_mc::EtaProng1 | - | candidateType2 | -uint8_t | -Bitmap with Selected and True info of candidate 2 | +etaProng1 | +float | +Pseudorapidity of the track's prong1 |
Name | -- | Getter | -Type | -Comment | -|||
---|---|---|---|---|---|---|---|
o2::aod::hf_correlation_d_dbar::MD | +o2::aod::hf_cand::ZSecondaryVertex | - | mD | +zSecondaryVertex | float | ||
o2::aod::hf_correlation_d_dbar::MDbar | +o2::aod::hf_cand::PxProng0 | - | mDbar | +pxProng0 | float | ||
o2::aod::hf_correlation_d_dbar::SignalStatus | +o2::aod::hf_cand::PyProng0 | - | signalStatus | -int | +pyProng0 | +float |
Name | -- | Getter | -Type | -Comment | +o2::aod::hf_cand::PzProng0 | ++ | pzProng0 | +float | +|
---|---|---|---|---|---|---|---|---|---|
o2::aod::hf_dplus_meson::Phi | +o2::aod::hf_cand::PxProng1 | - | phi | +pxProng1 | float | -Phi of D+ | +|||
o2::aod::hf_dplus_meson::Eta | +o2::aod::hf_cand::PyProng1 | - | eta | +pyProng1 | float | -Eta of D+ | +|||
o2::aod::hf_dplus_meson::PtD | +o2::aod::hf_cand::PzProng1 | - | ptD | +pzProng1 | float | -Transverse momentum of D+ | +|||
o2::aod::hf_dplus_meson::MD | +o2::aod::hf_reso_v0::Cpa | - | mD | +cpa | float | -Invariant mass of D+ | +Cosine of Pointing Angle of V0 candidate | ||
o2::aod::hf_dplus_meson::PoolBin | +o2::aod::hf_reso_v0::Dca | - | poolBin | -int | -Pool Bin of event defined using zvtx and multiplicity | +dca | +float | +DCA of V0 candidate | |
o2::aod::hf_dplus_meson::GIndexCol | +o2::aod::hf_reso_v0::V0Type | - | gIndexCol | -int | -Global index for the collision | +v0Type | +uint8_t | +Bitmap with mass hypothesis of the V0 | |
o2::aod::hf_dplus_meson::TimeStamp | +o2::aod::hf_reso_v0::Px | +D | +px | +float | - | timeStamp | -int64_t | -Timestamp for the collision |
Name | -- | Getter | -Type | -Comment | +o2::aod::hf_reso_v0::Py | +D | +py | +float | +|
---|---|---|---|---|---|---|---|---|---|
o2::aod::hf_assoc_tracks::Phi | -- | phi | +o2::aod::hf_reso_v0::Pz | +D | +pz | float | -Phi of hadron | +||
o2::aod::hf_assoc_tracks::Eta | -- | eta | +o2::aod::hf_reso_v0::InvMassK0s | +D | +invMassK0s | float | -Eta of hadron | +mass under K0short hypothesis | |
o2::aod::hf_assoc_tracks::PtH | -- | ptH | +o2::aod::hf_reso_v0::InvMassLambda | +D | +invMassLambda | float | -Transverse momentum of hadron | +mass under lambda hypothesis | |
o2::aod::hf_assoc_tracks::PoolBin | -- | poolBin | -int | -Pool Bin of event defined using zvtx and multiplicity | +o2::aod::hf_reso_v0::InvMassAntiLambda | +D | +invMassAntiLambda | +float | +mass under antilambda hypothesis |
o2::aod::hf_assoc_tracks::GIndexCol | -- | gIndexCol | -int | -Global index for the collision | +o2::aod::hf_reso_v0::V0Radius | +D | +v0Radius | +float | +V0 decay radius (2D, centered at zero) |
o2::aod::hf_assoc_tracks::TimeStamp | +o2::aod::hf_reso_v0::Pt | +D | +pt | +float | - | timeStamp | -int64_t | -Timestamp for the collision |
Name | -- | Getter | -Type | -Comment | +o2::aod::hf_reso_track::Sign | ++ | sign | +uint8_t | +charge sign |
---|---|---|---|---|---|---|---|---|---|
o2::aod::hf_correlation_dplus_hadron::MD | +o2::aod::hf_reso_track::NSigmaTpcPi | - | mD | +nSigmaTpcPi | float | -Invariant mass of D+ | +TPC Nsigma for pion hypothesis | ||
o2::aod::hf_correlation_dplus_hadron::SignalStatus | +o2::aod::hf_reso_track::NSigmaTpcKa | - | signalStatus | +nSigmaTpcKa | +float | +TPC Nsigma for kaon hypothesis | +|||
o2::aod::hf_reso_track::NSigmaTpcPr | ++ | nSigmaTpcPr | +float | +TPC Nsigma for proton hypothesis | +|||||
o2::aod::hf_reso_track::NSigmaTofPi | ++ | nSigmaTofPi | +float | +TOF Nsigma for pion hypothesis | +|||||
o2::aod::hf_reso_track::NSigmaTofKa | ++ | nSigmaTofKa | +float | +TOF Nsigma for kaon hypothesis | +|||||
o2::aod::hf_reso_track::NSigmaTofPr | ++ | nSigmaTofPr | +float | +TOF Nsigma for proton hypothesis | +|||||
o2::aod::hf_reso_track::HasTof | ++ | hasTof | bool | -Used in MC-Rec, D+ Signal | +flag for presence of TOF | +||||
o2::aod::hf_reso_track::Pt | +D | +pt | +float | ++ | |||||
o2::aod::hf_reso_track::Eta | +D | +eta | +float | ++ | |||||
o2::aod::hf_reso_track::Phi | +D | +phi | +float | +
Name | -- | Getter | -Type | -Comment | +o2::aod::hf_track_index_reduced::Prong2Id | ++ | prong2Id | +int | +Original track index |
---|---|---|---|---|---|---|---|---|---|
o2::aod::hf_correlation_dplus_hadron::MlScoreBkg | +o2::aod::hf_track_index_reduced::HfRedCollisionId | +I | +hfRedCollisionId | +int32 | +ReducedCollision index | +||||
o2::aod::hf_cand::XSecondaryVertex | - | mlScoreBkg | +xSecondaryVertex | float | -ML background score for D+ selection | +||||
o2::aod::hf_correlation_dplus_hadron::MlScorePrompt | +o2::aod::hf_cand::YSecondaryVertex | - | mlScorePrompt | +ySecondaryVertex | float | -ML prompt score for D+ selection | +
Name | -- | Getter | -Type | -Comment | +o2::aod::hf_cand::ZSecondaryVertex | ++ | zSecondaryVertex | +float | +|
---|---|---|---|---|---|---|---|---|---|
o2::aod::hf_correlation_dplus_hadron::MD | +o2::aod::hf_cand::PxProng0 | - | mD | +pxProng0 | float | -Invariant mass of D+ | +|||
o2::aod::hf_correlation_dplus_hadron::PtD | +o2::aod::hf_cand::PyProng0 | - | ptD | +pyProng0 | float | -Transverse momentum of D+ | +|||
o2::aod::hf_correlation_dplus_hadron::MlScoreBkg | +o2::aod::hf_cand::PzProng0 | - | mlScoreBkg | +pzProng0 | float | -ML background score for D+ selection | +|||
o2::aod::hf_correlation_dplus_hadron::MlScorePrompt | +o2::aod::hf_cand::PxProng1 | - | mlScorePrompt | +pxProng1 | float | -ML prompt score for D+ selection | ++ | ||
o2::aod::hf_cand::PyProng1 | ++ | pyProng1 | +float | ++ | |||||
o2::aod::hf_cand::PzProng1 | ++ | pzProng1 | +float | ++ | |||||
o2::aod::hf_cand::PxProng2 | ++ | pxProng2 | +float | ++ | |||||
o2::aod::hf_cand::PyProng2 | ++ | pyProng2 | +float | ++ | |||||
o2::aod::hf_cand::PzProng2 | ++ | pzProng2 | +float | ++ | |||||
o2::aod::hf_reso_3_prong::DType | ++ | dType | +int8_t | +Integer with selected D candidate type: 1 = Dplus, -1 = Dminus, 2 = DstarPlus, -2 = DstarMinus | +|||||
o2::aod::hf_reso_3_prong::Px | +D | +px | +float | ++ | |||||
o2::aod::hf_reso_3_prong::Py | +D | +py | +float | ++ | |||||
o2::aod::hf_reso_3_prong::Pz | +D | +pz | +float | ++ | |||||
o2::aod::hf_reso_3_prong::InvMassDplus | +D | +invMassDplus | +float | ++ | |||||
o2::aod::hf_reso_3_prong::InvMassDstar | +D | +invMassDstar | +float | ++ | |||||
o2::aod::hf_reso_3_prong::InvMassAntiDstar | +D | +invMassAntiDstar | +float | ++ | |||||
o2::aod::hf_reso_3_prong::Pt | +D | +pt | +float | +
Name | -- | Getter | -Type | -Comment | +o2::aod::hf_b0_mc::PtProng0 | ++ | ptProng0 | +float | +Transverse momentum of the track's prong0 in GeV/c |
---|---|---|---|---|---|---|---|---|---|
o2::aod::hf_selection_dmeson_collision::DmesonSel | +o2::aod::hf_b0_mc::YProng0 | - | dmesonSel | -bool | -Selection flag for D meson in a collision | +yProng0 | +float | +Rapidity of the track's prong0 | +|
o2::aod::hf_b0_mc::EtaProng0 | ++ | etaProng0 | +float | +Pseudorapidity of the track's prong0 | +|||||
o2::aod::hf_b0_mc::PtProng1 | ++ | ptProng1 | +float | +Transverse momentum of the track's prong1 in GeV/c | +|||||
o2::aod::hf_b0_mc::YProng1 | ++ | yProng1 | +float | +Rapidity of the track's prong1 | +|||||
o2::aod::hf_b0_mc::EtaProng1 | ++ | etaProng1 | +float | +Pseudorapidity of the track's prong1 |
Name | -- | Getter | -Type | -Comment | +o2::aod::hf_correlation_d0_hadron::PoolBin | ++ | poolBin | +int | +Pool Bin for the MixedEvent |
---|---|---|---|---|---|---|---|---|---|
o2::aod::hf_correlation_ds_hadron::IsPrompt | +o2::aod::hf_correlation_d0_hadron::IsAutoCorrelated | - | isPrompt | +isAutoCorrelated | bool | -Used in MC-Rec, Ds Prompt or Non-Prompt | +Correlation Status |
o2::aod::hf_correlation_dstar_hadron::PtDstar | -- | ptDstar | -float | -+ | Name | ++ | Getter | +Type | +Comment |
---|---|---|---|---|---|---|---|---|---|
o2::aod::hf_correlation_dstar_hadron::MDstar | +o2::aod::hf_correlation_d_meson_pair::PtCand1 | - | mDstar | +ptCand1 | float | -+ | Transverse momentum of first candidate | ||
o2::aod::hf_correlation_dstar_hadron::MD0 | +o2::aod::hf_correlation_d_meson_pair::PtCand2 | - | mD0 | +ptCand2 | float | -+ | Transverse momentum of second candidate | ||
o2::aod::hf_correlation_dstar_hadron::TrackId | -I | -trackId | -int32 | -Pointer into Tracks | +o2::aod::hf_correlation_d_meson_pair::YCand1 | ++ | yCand1 | +float | +Rapidity of first candidate |
o2::aod::hf_correlation_dstar_hadron::PhiTrack | +o2::aod::hf_correlation_d_meson_pair::YCand2 | - | phiTrack | +yCand2 | float | -+ | Rapidity of second candidate | ||
o2::aod::hf_correlation_dstar_hadron::EtaTrack | +o2::aod::hf_correlation_d_meson_pair::MDCand1 | - | etaTrack | +mDCand1 | float | -+ | Invariant mass of first candidate as D | ||
o2::aod::hf_correlation_dstar_hadron::PtTrack | +o2::aod::hf_correlation_d_meson_pair::MDbarCand1 | - | ptTrack | +mDbarCand1 | float | -+ | Invariant mass of first candidate as Dbar | ||
o2::aod::hf_correlation_dstar_hadron::TimeStamp | -- | timeStamp | -int64_t | +o2::aod::hf_correlation_d_meson_pair::MDCand2 | + | mDCand2 | +float | +Invariant mass of second candidate as D | |
o2::aod::hf_correlation_dstar_hadron::PoolBin | -- | poolBin | -int | +o2::aod::hf_correlation_d_meson_pair::MDbarCand2 | + | mDbarCand2 | +float | +Invariant mass of second candidate as Dbar | |
o2::aod::hf_correlation_dstar_hadron::DeltaPhi | -D | -deltaPhi | -float | +o2::aod::hf_correlation_d_meson_pair::PairType | + | pairType | +uint8_t | +Bitmap with all pair types (DD, DDbar, etc.) a pair of candidates has passed | |
o2::aod::hf_correlation_dstar_hadron::DeltaEta | -D | -deltaEta | -float | +o2::aod::hf_correlation_d_meson_pair::CandidateType1 | + | candidateType1 | +uint8_t | +Bitmap with Selected and True info of candidate 1 | |
o2::aod::hf_correlation_dstar_hadron::DeltaM | -D | -deltaM | -float | +o2::aod::hf_correlation_d_meson_pair::CandidateType2 | + | candidateType2 | +uint8_t | +Bitmap with Selected and True info of candidate 2 |
o2::aod::hf_correlation_dstar_hadron::PtDstar | -- | ptDstar | -float | -+ | Name | ++ | Getter | +Type | +Comment |
---|---|---|---|---|---|---|---|---|---|
o2::aod::hf_correlation_dstar_hadron::MDstar | +o2::aod::hf_correlation_d_dbar::DeltaPhi | - | mDstar | +deltaPhi | float | ||||
o2::aod::hf_correlation_dstar_hadron::MD0 | +o2::aod::hf_correlation_d_dbar::DeltaEta | - | mD0 | +deltaEta | float | ||||
o2::aod::hf_correlation_dstar_hadron::TimeStamp | +o2::aod::hf_correlation_d_dbar::PtD | - | timeStamp | -int64_t | +ptD | +float | |||
o2::aod::hf_correlation_dstar_hadron::PoolBin | +o2::aod::hf_correlation_d_dbar::PtDbar | - | poolBin | -int | +ptDbar | +float |
o2::aod::femtodreamcollision::MultNtr | -- | multNtr | -int | -multiplicity of charged tracks as defined in the producer | +Name | ++ | Getter | +Type | +Comment |
---|---|---|---|---|---|---|---|---|---|
o2::aod::femtodreamcollision::Sphericity | +o2::aod::hf_correlation_dplus_hadron::MlScoreBkg | - | sphericity | +mlScoreBkg | float | -Sphericity of the event | +ML background score for D+ selection | ||
o2::aod::femtodreamcollision::MagField | +o2::aod::hf_correlation_dplus_hadron::MlScorePrompt | - | magField | +mlScorePrompt | float | -Magnetic field of the event | +ML prompt score for D+ selection |
o2::aod::fdhf::Prong2Phi | -- | prong2Phi | -float | -Track phi of charm hadron prong2 | +Name | ++ | Getter | +Type | +Comment |
---|---|---|---|---|---|---|---|---|---|
o2::aod::fdhf::CandidateSelFlag | +o2::aod::hf_selection_dmeson_collision::DmesonSel | - | candidateSelFlag | -int8_t | -Selection of mass hypothesis for charm hadron (1 for Lc -> pkpi, 2 for Lc -> pikp) | +dmesonSel | +bool | +Selection flag for D meson in a collision |
o2::aod::fdhf::BDTBkg | -- | bdtBkg | -float | -Background score using Boosted Decision Tree for charm hadron | +Name | ++ | Getter | +Type | +Comment |
---|---|---|---|---|---|---|---|---|---|
o2::aod::fdhf::BDTPrompt | +o2::aod::hf_correlation_ds_hadron::DeltaPhi | - | bdtPrompt | +deltaPhi | float | -Prompt signal score using Boosted Decision Tree for charm hadron | +DeltaPhi between Ds and Hadrons | ||
o2::aod::fdhf::BDTFD | +o2::aod::hf_correlation_ds_hadron::DeltaEta | - | bdtFD | -float | -Feed-down score using Boosted Decision Tree for charm hadron | -||||
o2::aod::fdhf::M | -D | -m | +deltaEta | float | -+ | DeltaEta between Ds and Hadrons | |||
o2::aod::fdhf::P | -D | -p | -float | +o2::aod::hf_correlation_ds_hadron::PtD | - | ||||
o2::aod::fdhf::Y | -D | -y | +ptD | float | -+ | Transverse momentum of Ds | |||
o2::aod::fdhf::Eta | -D | -eta | -float | +o2::aod::hf_correlation_ds_hadron::PtHadron | - | ||||
o2::aod::fdhf::Phi | -D | -phi | +ptHadron | float | -+ | Transverse momentum of Hadron | |||
o2::aod::fdhf::Pt | -D | -pt | -float | +o2::aod::hf_correlation_ds_hadron::PoolBin | + | poolBin | +int | +Pool Bin for the MixedEvent |
o2::aod::femtodreamparticle::Cut | -- | cut | -cutContainerType | -Bit-wise container for the different selection criteria | +Name | ++ | Getter | +Type | +Comment |
---|---|---|---|---|---|---|---|---|---|
o2::aod::femtodreamparticle::PIDCut | +o2::aod::hf_correlation_ds_hadron::MD | - | pidcut | -cutContainerType | -Bit-wise container for the different PID selection criteria \todo since bit-masking cannot be done yet with filters we use a second field for the PID | +mD | +float | +Invariant mass of Ds | |
o2::aod::femtodreamparticle::TempFitVar | +o2::aod::hf_correlation_ds_hadron::PtD | - | tempFitVar | +ptD | float | -Observable for the template fitting (Track: DCA_xy, V0: CPA) | +Transverse momentum of Ds | ||
o2::aod::femtodreamparticle::ChildrenIds | -SAI | -childrenIds | +o2::aod::hf_correlation_ds_hadron::MlScorePrompt | - | Field for the track indices to remove auto-correlations | +mlScorePrompt | +float | +ML prompt score for Ds selection | |
o2::aod::femtodreamparticle::MLambda | +o2::aod::hf_correlation_ds_hadron::MlScoreBkg | - | mLambda | +mlScoreBkg | float | -The invariant mass of V0 candidate, assuming lambda | +ML background score for Ds selection |
o2::aod::femtodreamparticle::MAntiLambda | -- | mAntiLambda | -float | -The invariant mass of V0 candidate, assuming antilambda | +Name | ++ | Getter | +Type | +Comment |
---|---|---|---|---|---|---|---|---|---|
o2::aod::femtodreamparticle::Theta | -D | -theta | -float | -Compute the theta of the track | +o2::aod::hf_correlation_ds_hadron::IsPrompt | ++ | isPrompt | +bool | +Used in MC-Rec, Ds Prompt or Non-Prompt |
o2::aod::femtodreamparticle::Px | -D | -px | -float | -Compute the momentum in x in GeV/c | +Name | ++ | Getter | +Type | +Comment |
---|---|---|---|---|---|---|---|---|---|
o2::aod::femtodreamparticle::Py | -D | -py | +o2::aod::hf_correlation_ds_hadron::TrackDcaXY | ++ | trackDcaXY | float | -Compute the momentum in y in GeV/c | +DCA xy of the track | |
o2::aod::femtodreamparticle::Pz | -D | -pz | +o2::aod::hf_correlation_ds_hadron::TrackDcaZ | ++ | trackDcaZ | float | -Compute the momentum in z in GeV/c | +DCA z of the track | |
o2::aod::femtodreamparticle::P | -D | -p | -float | -Compute the overall momentum in GeV/c | +o2::aod::hf_correlation_ds_hadron::TrackTPCNClsCrossedRows | ++ | trackTPCNClsCrossedRows | +int | +Number of crossed TPC Rows |
o2::aod::track::TPCNClsFindable | -- | tpcNClsFindable | -uint8_t | -Findable TPC clusters for this track geometry | +Name | ++ | Getter | +Type | +Comment |
---|---|---|---|---|---|---|---|---|---|
o2::aod::femtodreamparticle::TPCNClsCrossedRows | +o2::aod::hf_assoc_tracks::Phi | - | tpcNClsCrossedRows | -uint8_t | -Number of TPC crossed rows | +phi | +float | +Phi of hadron | |
o2::aod::track::TPCNClsShared | +o2::aod::hf_assoc_tracks::Eta | - | tpcNClsShared | -uint8_t | -Number of shared TPC clusters | +eta | +float | +Eta of hadron | |
o2::aod::track::TPCInnerParam | +o2::aod::hf_assoc_tracks::PtH | - | tpcInnerParam | +ptH | float | -Momentum at inner wall of the TPC | +Transverse momentum of hadron | ||
o2::aod::femtodreamparticle::ITSNCls | +o2::aod::hf_assoc_tracks::PoolBin | - | itsNCls | -uint8_t | -Number of ITS clusters | +poolBin | +int | +Pool Bin of event defined using zvtx and multiplicity | |
o2::aod::femtodreamparticle::ITSNClsInnerBarrel | +o2::aod::hf_assoc_tracks::GIndexCol | - | itsNClsInnerBarrel | -uint8_t | -Number of ITS clusters in the inner barrel TPC signal | +gIndexCol | +int | +Global index for the collision | |
o2::aod::track::DcaXY | +o2::aod::hf_assoc_tracks::TimeStamp | - | dcaXY | -float | -Impact parameter in XY of the track to the primary vertex | +timeStamp | +int64_t | +Timestamp for the collision |
o2::aod::track::DcaZ | -- | dcaZ | -float | -Impact parameter in Z of the track to the primary vertex | +Name | ++ | Getter | +Type | +Comment |
---|---|---|---|---|---|---|---|---|---|
o2::aod::track::TPCSignal | -- | tpcSignal | -float | -dE/dx signal in the TPC | +o2::aod::hf_correlation_dstar_hadron::CollisionId | +I | +collisionId | +int32 | +Pointer into Collisions |
o2::aod::femtodreamparticle::TPCNSigmaEl | -- | tpcNSigmaEl | -float | -Nsigma separation with the TPC detector for electron | +o2::aod::hf_correlation_dstar_hadron::HfCandDstarId | +I | +hfCandDstarId | +int32 | +Pointer into HfCandDstars |
o2::aod::femtodreamparticle::TPCNSigmaPi | +o2::aod::hf_correlation_dstar_hadron::PhiDstar | - | tpcNSigmaPi | +phiDstar | float | -Nsigma separation with the TPC detector for pion | -|||
o2::aod::femtodreamparticle::TPCNSigmaKa | - | tpcNSigmaKa | -float | -Nsigma separation with the TPC detector for kaon | |||||
o2::aod::femtodreamparticle::TPCNSigmaPr | +o2::aod::hf_correlation_dstar_hadron::EtaDstar | - | tpcNSigmaPr | +etaDstar | float | -Nsigma separation with the TPC detector for proton | -|||
o2::aod::femtodreamparticle::TPCNSigmaDe | - | tpcNSigmaDe | -float | -Nsigma separation with the TPC detector for deuteron | |||||
o2::aod::femtodreamparticle::TOFNSigmaEl | +o2::aod::hf_correlation_dstar_hadron::PtDstar | - | tofNSigmaEl | +ptDstar | float | -Nsigma separation with the TPC detector for electron | -|||
o2::aod::femtodreamparticle::TOFNSigmaPi | - | tofNSigmaPi | -float | -Nsigma separation with the TPC detector for pion | |||||
o2::aod::femtodreamparticle::TOFNSigmaKa | +o2::aod::hf_correlation_dstar_hadron::MDstar | - | tofNSigmaKa | +mDstar | float | -Nsigma separation with the TPC detector for kaon | -|||
o2::aod::femtodreamparticle::TOFNSigmaPr | - | tofNSigmaPr | -float | -Nsigma separation with the TPC detector for proton | |||||
o2::aod::femtodreamparticle::TOFNSigmaDe | +o2::aod::hf_correlation_dstar_hadron::MD0 | - | tofNSigmaDe | +mD0 | float | -Nsigma separation with the TPC detector for deuteron | -|||
o2::aod::femtodreamparticle::DaughDCA | - | daughDCA | -float | -DCA between daughters | |||||
o2::aod::femtodreamparticle::TransRadius | -- | transRadius | -float | -Transverse radius of the decay vertex | +o2::aod::hf_correlation_dstar_hadron::TrackId | +I | +trackId | +int32 | +Pointer into Tracks |
o2::aod::femtodreamparticle::DecayVtxX | +o2::aod::hf_correlation_dstar_hadron::PhiTrack | - | decayVtxX | +phiTrack | float | -X position of the decay vertex | -|||
o2::aod::femtodreamparticle::DecayVtxY | - | decayVtxY | -float | -Y position of the decay vertex | |||||
o2::aod::femtodreamparticle::DecayVtxZ | +o2::aod::hf_correlation_dstar_hadron::EtaTrack | - | decayVtxZ | +etaTrack | float | -Z position of the decay vertex | -|||
o2::aod::femtodreamparticle::MKaon | - | mKaon | -float | -The invariant mass of V0 candidate, assuming kaon | -|||||
o2::aod::femtodreamparticle::TPCCrossedRowsOverFindableCls | -D | -tpcCrossedRowsOverFindableCls | -float | -Compute the number of crossed rows over findable TPC clusters | |||||
o2::aod::``AOD'' | -GI | +o2::aod::hf_correlation_dstar_hadron::PtTrack | - | ? | +ptTrack | +float | |||
o2::aod::``FDMCPARTICLE'' | -GI | -- | ? | +o2::aod::hf_correlation_dstar_hadron::TimeStamp | - | ||||
o2::soa::Index | -GI | -globalIndex | +timeStamp | int64_t | |||||
o2::aod::femtodreamMCparticle::PartOriginMCTruth | -- | partOriginMCTruth | -uint8_t | -Origin of the particle, according to femtodreamparticle::ParticleOriginMCTruth | -|||||
o2::aod::femtodreamMCparticle::PDGMCTruth | +o2::aod::hf_correlation_dstar_hadron::PoolBin | - | pdgMCTruth | +poolBin | int | -Particle PDG | +|||
o2::aod::femtodreamparticle::Pt | -- | pt | +o2::aod::hf_correlation_dstar_hadron::DeltaPhi | +D | +deltaPhi | float | -p_T (GeV/c) | +||
o2::aod::femtodreamparticle::Eta | -- | eta | +o2::aod::hf_correlation_dstar_hadron::DeltaEta | +D | +deltaEta | float | -Eta | +||
o2::aod::femtodreamparticle::Phi | -- | phi | +o2::aod::hf_correlation_dstar_hadron::DeltaM | +D | +deltaM | float | -Phi | +
Name | -- | Getter | -Type | -Comment | +||||
---|---|---|---|---|---|---|---|---|
o2::aod::femtodreamMCparticle::MotherPDG | +o2::aod::hf_correlation_dstar_hadron::MD0 | ++ | mD0 | +float | - | motherPDG | -int | -Checks mother PDG, where mother is the primary particle for that decay chain |
Name | -- | Getter | -Type | -Comment | +o2::aod::hf_correlation_dstar_hadron::TimeStamp | ++ | timeStamp | +int64_t | +|
---|---|---|---|---|---|---|---|---|---|
o2::aod::mcfdlabel::FDMCParticleId | -I | -fdMCParticleId | -int32 | -MC particle for femtodreamparticle | +o2::aod::hf_correlation_dstar_hadron::PoolBin | ++ | poolBin | +int | +
o2::aod::emcalcluster::M02 | -- | m02 | -float | -shower shape long axis | +Name | ++ | Getter | +Type | +Comment |
---|---|---|---|---|---|---|---|---|---|
o2::aod::emcalcluster::M20 | +o2::aod::hf_correlation_lc_hadron::MLc | - | m20 | +mLc | float | -shower shape short axis | +Invariant mass of Lc | ||
o2::aod::emcalcluster::NCells | +o2::aod::hf_correlation_lc_hadron::SignalStatus | - | nCells | +signalStatus | int | -number of cells in cluster | -|||
o2::aod::emcalcluster::Time | -- | time | -float | -cluster time (ns) | -|||||
o2::aod::emcalcluster::IsExotic | -- | isExotic | -bool | -flag to mark cluster as exotic | -|||||
o2::aod::emcalcluster::DistanceToBadChannel | -- | distanceToBadChannel | -float | -distance to bad channel | +Tag for LcToPKPi/LcToPiKP |
o2::aod::emcalcluster::NLM | -- | nlm | -int | -number of local maxima | +Name | ++ | Getter | +Type | +Comment |
---|---|---|---|---|---|---|---|---|---|
o2::aod::emcalcluster::Definition | +o2::aod::hf_selection_lc_collision::LcSel | - | definition | +lcSel | int | -cluster definition, see EMCALClusterDefinition.h | +Selection flag for Lc in a collision |
o2::aod::emcalcluster::IsExotic | -- | isExotic | -bool | -flag to mark cluster as exotic | +Name | ++ | Getter | +Type | +Comment |
---|---|---|---|---|---|---|---|---|---|
o2::aod::emcalcluster::DistanceToBadChannel | +o2::aod::femtodreamcollision::BitMaskTrackOne | - | distanceToBadChannel | -float | -distance to bad channel | +bitmaskTrackOne | +BitMaskType | +Bit for track one | |
o2::aod::emcalcluster::NLM | +o2::aod::femtodreamcollision::BitMaskTrackTwo | - | nlm | -int | -number of local maxima | +bitmaskTrackTwo | +BitMaskType | +Bit for track two | |
o2::aod::emcalcluster::Definition | +o2::aod::femtodreamcollision::BitMaskTrackThree | - | definition | -int | -cluster definition, see EMCALClusterDefinition.h | +bitmaskTrackThree | +BitMaskType | +Bit for track three |
o2::aod::emcaltrackmatch::Track1SigmaPt | -- | track1SigmaPt | -float | -convariance of transverse momentum of first matched track | +Name | ++ | Getter | +Type | +Comment |
---|---|---|---|---|---|---|---|---|---|
o2::aod::emcaltrackmatch::Track1Eta | +o2::aod::femtodreamparticle::Sign | - | track1Eta | -float | -eta position of first matched track | +sign | +int8_t | +Sign of the track charge | |
o2::aod::emcaltrackmatch::Track1Phi | +o2::aod::femtodreamparticle::TPCNClsFound | - | track1Phi | -float | -phi position of first matched track | +tpcNClsFound | +uint8_t | +Number of TPC clusters | |
o2::aod::emcaltrackmatch::Track1EtaEMCAL | +o2::aod::track::TPCNClsFindable | - | track1EtaEmcal | -float | -eta position of first matched track propagated to calorimeter | +tpcNClsFindable | +uint8_t | +Findable TPC clusters for this track geometry | |
o2::aod::emcaltrackmatch::Track1PhiEMCAL | +o2::aod::femtodreamparticle::TPCNClsCrossedRows | - | track1PhiEmca | -float | -phi position of first matched track propagated to calorimeter | +tpcNClsCrossedRows | +uint8_t | +Number of TPC crossed rows | |
o2::aod::emcaltrackmatch::Track1DEta | +o2::aod::track::TPCNClsShared | - | track1DEta | -float | -dEta first matched track propagated to calorimeter | +tpcNClsShared | +uint8_t | +Number of shared TPC clusters | |
o2::aod::emcaltrackmatch::Track1DPhi | +o2::aod::track::TPCInnerParam | - | track1DPhi | +tpcInnerParam | float | -dPhi first matched track propagated to calorimeter | +Momentum at inner wall of the TPC | ||
o2::aod::emcaltrackmatch::Track1ITSNCls | +o2::aod::femtodreamparticle::ITSNCls | - | track1ItsNCls | +itsNCls | uint8_t | -Number of ITS clusters of first matched track | +Number of ITS clusters | ||
o2::aod::emcaltrackmatch::Track1TOFExpMom | +o2::aod::femtodreamparticle::ITSNClsInnerBarrel | - | track1TofExpMom | -float | -TOF expected momentum obtained in tracking, used to compute the expected times of first matched track | +itsNClsInnerBarrel | +uint8_t | +Number of ITS clusters in the inner barrel TPC signal | |
o2::aod::emcaltrackmatch::Track1TPCNSigmaE | +o2::aod::track::DcaXY | - | track1TPCNSigmaE | +dcaXY | float | -NSigma electron (TPC PID) of first matched track | +Impact parameter in XY of the track to the primary vertex | ||
o2::aod::emcaltrackmatch::Track1TPCNSigmaPi | +o2::aod::track::DcaZ | - | track1TPCNSigmaPi | +dcaZ | float | -NSigma pion (TPC PID) of first matched track | +Impact parameter in Z of the track to the primary vertex | ||
o2::aod::emcaltrackmatch::Track1TOFNSigmaE | +o2::aod::track::TPCSignal | - | track1TOFNSigmaE | +tpcSignal | float | -NSigma electron (TOF PID) of first matched track | +dE/dx signal in the TPC | ||
o2::aod::emcaltrackmatch::Track1TOFNSigmaPi | +o2::aod::femtodreamparticle::TPCNSigmaEl | - | track1TOFNSigmaPi | +tpcNSigmaEl | float | -NSigma pion (TOF PID) of first matched track | +Nsigma separation with the TPC detector for electron | ||
o2::aod::emcaltrackmatch::Track2X | +o2::aod::femtodreamparticle::TPCNSigmaPi | - | track2X | +tpcNSigmaPi | float | -x position of second matched track | +Nsigma separation with the TPC detector for pion | ||
o2::aod::emcaltrackmatch::Track2Alpha | +o2::aod::femtodreamparticle::TPCNSigmaKa | - | track2Alpha | +tpcNSigmaKa | float | -alpha of second matched track | +Nsigma separation with the TPC detector for kaon | ||
o2::aod::emcaltrackmatch::Track2P | +o2::aod::femtodreamparticle::TPCNSigmaPr | - | track2P | +tpcNSigmaPr | float | -momentum of second matched track | +Nsigma separation with the TPC detector for proton | ||
o2::aod::emcaltrackmatch::Track2QPt | +o2::aod::femtodreamparticle::TPCNSigmaDe | - | track2QPt | +tpcNSigmaDe | float | -q over pT of second matched track | +Nsigma separation with the TPC detector for deuteron | ||
o2::aod::emcaltrackmatch::Track2Y | +o2::aod::femtodreamparticle::TOFNSigmaEl | - | track2Y | +tofNSigmaEl | float | -y position of second matched track | +Nsigma separation with the TPC detector for electron | ||
o2::aod::emcaltrackmatch::Track2Z | +o2::aod::femtodreamparticle::TOFNSigmaPi | - | track2Z | +tofNSigmaPi | float | -z position of second matched track | +Nsigma separation with the TPC detector for pion | ||
o2::aod::emcaltrackmatch::Track2Snp | +o2::aod::femtodreamparticle::TOFNSigmaKa | - | track2Snp | +tofNSigmaKa | float | -sin(phi) of second matched track | +Nsigma separation with the TPC detector for kaon | ||
o2::aod::emcaltrackmatch::Track2Tgl | +o2::aod::femtodreamparticle::TOFNSigmaPr | - | track2Tgl | +tofNSigmaPr | float | -tan(lambda) of second matched track | +Nsigma separation with the TPC detector for proton | ||
o2::aod::emcaltrackmatch::Track2Pt | +o2::aod::femtodreamparticle::TOFNSigmaDe | - | track2Pt | +tofNSigmaDe | float | -transverse momentum of second matched track | +Nsigma separation with the TPC detector for deuteron | ||
o2::aod::emcaltrackmatch::Track2SigmaY | +o2::aod::femtodreamparticle::DaughDCA | - | track2SigmaY | +daughDCA | float | -convariance of y position of second matched track | +DCA between daughters | ||
o2::aod::emcaltrackmatch::Track2SigmaZ | +o2::aod::femtodreamparticle::TransRadius | - | track2SigmaZ | +transRadius | float | -convariance of z position of second matched track | +Transverse radius of the decay vertex | ||
o2::aod::emcaltrackmatch::Track2SigmaSnp | +o2::aod::femtodreamparticle::DecayVtxX | - | track2SigmaSnp | +decayVtxX | float | -convariance of sin(phi) of second matched track | +X position of the decay vertex | ||
o2::aod::emcaltrackmatch::Track2SigmaTgl | +o2::aod::femtodreamparticle::DecayVtxY | - | track2SigmaTgl | +decayVtxY | float | -convariance of tan(lambda) of second matched track | +Y position of the decay vertex | ||
o2::aod::emcaltrackmatch::Track2SigmaPt | +o2::aod::femtodreamparticle::DecayVtxZ | - | track2SigmaPt | +decayVtxZ | float | -convariance of transverse momentum of second matched track | +Z position of the decay vertex | ||
o2::aod::emcaltrackmatch::Track2Eta | +o2::aod::femtodreamparticle::MKaon | - | track2Eta | +mKaon | float | -eta position of second matched track | +The invariant mass of V0 candidate, assuming kaon | ||
o2::aod::emcaltrackmatch::Track2Phi | -- | track2Phi | +o2::aod::femtodreamparticle::TPCCrossedRowsOverFindableCls | +D | +tpcCrossedRowsOverFindableCls | float | -phi position of second matched track | +Compute the number of crossed rows over findable TPC clusters | |
o2::aod::emcaltrackmatch::Track2EtaEMCAL | +o2::aod::``AOD'' | +GI | - | track2EtaEmcal | -float | -eta position of second matched track propagated to calorimeter | -|||
o2::aod::emcaltrackmatch::Track2PhiEMCAL | +? | - | track2PhiEmca | -float | -phi position of second matched track propagated to calorimeter | ||||
o2::aod::emcaltrackmatch::Track2DEta | +o2::aod::``FDMCPARTICLE'' | +GI | ++ | ? | - | track2DEta | -float | -dEta second matched track propagated to calorimeter | |
o2::aod::emcaltrackmatch::Track2DPhi | +o2::soa::Index | +GI | +globalIndex | +int64_t | - | track2DPhi | -float | -dPhi second matched track propagated to calorimeter | |
o2::aod::emcaltrackmatch::Track2ITSNCls | +o2::aod::femtodreamMCparticle::PartOriginMCTruth | - | track2ItsNCls | +partOriginMCTruth | uint8_t | -Number of ITS clusters of second matched track | +Origin of the particle, according to femtodreamparticle::ParticleOriginMCTruth | ||
o2::aod::emcaltrackmatch::Track2TOFExpMom | +o2::aod::femtodreamMCparticle::PDGMCTruth | - | track2TofExpMom | -float | -TOF expected momentum obtained in tracking, used to compute the expected times of second matched track | +pdgMCTruth | +int | +Particle PDG | |
o2::aod::emcaltrackmatch::Track2TPCNSigmaE | +o2::aod::femtodreamparticle::Pt | - | track2TPCNSigmaE | +pt | float | -NSigma electron (TPC PID) of second matched track | +p_T (GeV/c) | ||
o2::aod::emcaltrackmatch::Track2TPCNSigmaPi | +o2::aod::femtodreamparticle::Eta | - | track2TPCNSigmaPi | +eta | float | -NSigma pion (TPC PID) of second matched track | +Eta | ||
o2::aod::emcaltrackmatch::Track2TOFNSigmaE | +o2::aod::femtodreamparticle::Phi | - | track2TOFNSigmaE | +phi | float | -NSigma electron (TOF PID) of second matched track | +Phi |
o2::aod::emcaltrackmatch::Track2TOFNSigmaPi | -- | track2TOFNSigmaPi | -float | -NSigma pion (TOF PID) of second matched track | +Name | ++ | Getter | +Type | +Comment |
---|---|---|---|---|---|---|---|---|---|
o2::aod::emcaltrackmatch::ClusterEnergy | +o2::soa::Index | +GI | +globalIndex | +int64_t | - | clusterE | -float | -cluster energy (GeV) | |
o2::aod::emcaltrackmatch::ClusterEta | +o2::aod::femtodreamMCparticle::PartOriginMCTruth | - | clusterEta | -float | -cluster pseudorapidity (calculated using vertex) | +partOriginMCTruth | +uint8_t | +Origin of the particle, according to femtodreamparticle::ParticleOriginMCTruth | |
o2::aod::emcaltrackmatch::ClusterPhi | +o2::aod::femtodreamMCparticle::PDGMCTruth | - | clusterPhi | -float | -cluster azimuthal angle (calculated using vertex) | +pdgMCTruth | +int | +Particle PDG | |
o2::aod::emcaltrackmatch::ClusterM02 | +o2::aod::femtodreamparticle::Pt | - | clusterM02 | +pt | float | -cluster shower shape long axis | +p_T (GeV/c) | ||
o2::aod::emcaltrackmatch::ClusterNCells | +o2::aod::femtodreamparticle::Eta | - | clusterNCells | -uint8_t | -number of cells in cluster | +eta | +float | +Eta | |
o2::aod::emcaltrackmatch::ClusterTime | +o2::aod::femtodreamparticle::Phi | - | clusterTime | +phi | float | -cluster time (ns) | +Phi |
o2::aod::bkgcharged::JCollisionId | +Name | ++ | Getter | +Type | +Comment | +|
---|---|---|---|---|---|---|
o2::aod::mcfdlabel::FDMCParticleId | I | -collisionId | +fdMCParticleId | int32 | -Pointer into JCollisions | +MC particle for femtodreamparticle |
o2::aod::jtracksub::Pt | -- | pt | -float | -+ | Name | ++ | Getter | +Type | +Comment |
---|---|---|---|---|---|---|---|---|---|
o2::aod::jtracksub::Eta | -- | eta | -float | -+ | o2::aod::mcfdextlabel::FDExtMCParticleId | +I | +fdExtMCParticleId | +int32 | +MC particle for femtodreamparticle |
o2::aod::jtracksub::Phi | -- | phi | -float | -+ | Name | ++ | Getter | +Type | +Comment |
---|---|---|---|---|---|---|---|---|---|
o2::aod::jtracksub::Energy | -- | energy | -float | -+ | o2::aod::mcfdlabel::FDMCParticleId | +I | +fdMCParticleId | +int32 | +MC particle for femtodreamparticle |
o2::aod::jtracksub::TrackSel | -- | trackSel | -uint8_t | +o2::aod::fdhf::Pt | +D | +pt | +float | ||
o2::aod::jtracksub::Px | +o2::aod::fdhf::Eta | D | -px | +eta | float | ||||
o2::aod::jtracksub::Py | +o2::aod::fdhf::Phi | D | -py | +phi | float | ||||
o2::aod::jtracksub::Pz | +o2::aod::fdhf::Y | D | -pz | +y | float | ||||
o2::aod::jtracksub::P | -D | -p | -float | +o2::aod::fdhf::FlagMc | ++ | flagMc | +int8_t | +To select MC particle among charm hadrons, { DplusToPiKPi = 1, LcToPKPi = 2, DsToKKPi = 4, XicToPKP = 8, N3ProngD = 2ecays }; | +|
o2::aod::fdhf::OriginMcGen | + | originMcGen | +int8_t | +flag for generator level matching (1 for prompt, 2 for non-prompt) |