diff --git a/docs/datamodel/ao2dTables.md b/docs/datamodel/ao2dTables.md index 94523a3..d7efd90 100644 --- a/docs/datamodel/ao2dTables.md +++ b/docs/datamodel/ao2dTables.md @@ -1486,11 +1486,18 @@ For better overview the tables are grouped into the following categories: \| [Ge Number of crossed TPC Rows - o2::aod::track::TOFExpTime + o2::aod::track::TOFExpTimeEl D - tofExpTime + tofExpTimeEl float - Expected time for the track to reach the TOF + Expected time for the track to reach the TOF under the electron hypothesis + + + o2::aod::track::TOFExpTimeMu + D + tofExpTimeMu + float + Expected time for the track to reach the TOF under the muon hypothesis o2::aod::track::TOFExpTimePi @@ -1513,6 +1520,34 @@ For better overview the tables are grouped into the following categories: \| [Ge float Expected time for the track to reach the TOF under the proton hypothesis + + o2::aod::track::TOFExpTimeDe + D + tofExpTimeDe + float + Expected time for the track to reach the TOF under the deuteron hypothesis + + + o2::aod::track::TOFExpTimeTr + D + tofExpTimeTr + float + Expected time for the track to reach the TOF under the triton hypothesis + + + o2::aod::track::TOFExpTimeHe + D + tofExpTimeHe + float + Expected time for the track to reach the TOF under the helium3 hypothesis + + + o2::aod::track::TOFExpTimeAl + D + tofExpTimeAl + float + Expected time for the track to reach the TOF under the helium4 hypothesis + o2::aod::track::ITSNCls D @@ -1831,11 +1866,18 @@ For better overview the tables are grouped into the following categories: \| [Ge If the track used the afterburner in the ITS - o2::aod::track::TOFExpTime + o2::aod::track::TOFExpTimeEl D - tofExpTime + tofExpTimeEl float - Expected time for the track to reach the TOF + Expected time for the track to reach the TOF under the electron hypothesis + + + o2::aod::track::TOFExpTimeMu + D + tofExpTimeMu + float + Expected time for the track to reach the TOF under the muon hypothesis o2::aod::track::TOFExpTimePi @@ -1858,6 +1900,34 @@ For better overview the tables are grouped into the following categories: \| [Ge float Expected time for the track to reach the TOF under the proton hypothesis + + o2::aod::track::TOFExpTimeDe + D + tofExpTimeDe + float + Expected time for the track to reach the TOF under the deuteron hypothesis + + + o2::aod::track::TOFExpTimeTr + D + tofExpTimeTr + float + Expected time for the track to reach the TOF under the triton hypothesis + + + o2::aod::track::TOFExpTimeHe + D + tofExpTimeHe + float + Expected time for the track to reach the TOF under the helium3 hypothesis + + + o2::aod::track::TOFExpTimeAl + D + tofExpTimeAl + float + Expected time for the track to reach the TOF under the helium4 hypothesis + o2::aod::track::TPCCrossedRowsOverFindableCls D @@ -2645,11 +2715,18 @@ For better overview the tables are grouped into the following categories: \| [Ge Number of crossed TPC Rows - o2::aod::track::TOFExpTime + o2::aod::track::TOFExpTimeEl D - tofExpTime + tofExpTimeEl float - Expected time for the track to reach the TOF + Expected time for the track to reach the TOF under the electron hypothesis + + + o2::aod::track::TOFExpTimeMu + D + tofExpTimeMu + float + Expected time for the track to reach the TOF under the muon hypothesis o2::aod::track::TOFExpTimePi @@ -2672,6 +2749,34 @@ For better overview the tables are grouped into the following categories: \| [Ge float Expected time for the track to reach the TOF under the proton hypothesis + + o2::aod::track::TOFExpTimeDe + D + tofExpTimeDe + float + Expected time for the track to reach the TOF under the deuteron hypothesis + + + o2::aod::track::TOFExpTimeTr + D + tofExpTimeTr + float + Expected time for the track to reach the TOF under the triton hypothesis + + + o2::aod::track::TOFExpTimeHe + D + tofExpTimeHe + float + Expected time for the track to reach the TOF under the helium3 hypothesis + + + o2::aod::track::TOFExpTimeAl + D + tofExpTimeAl + float + Expected time for the track to reach the TOF under the helium4 hypothesis + o2::aod::track::ITSNCls D @@ -2978,11 +3083,18 @@ For better overview the tables are grouped into the following categories: \| [Ge If the track used the afterburner in the ITS - o2::aod::track::TOFExpTime + o2::aod::track::TOFExpTimeEl D - tofExpTime + tofExpTimeEl float - Expected time for the track to reach the TOF + Expected time for the track to reach the TOF under the electron hypothesis + + + o2::aod::track::TOFExpTimeMu + D + tofExpTimeMu + float + Expected time for the track to reach the TOF under the muon hypothesis o2::aod::track::TOFExpTimePi @@ -3005,6 +3117,34 @@ For better overview the tables are grouped into the following categories: \| [Ge float Expected time for the track to reach the TOF under the proton hypothesis + + o2::aod::track::TOFExpTimeDe + D + tofExpTimeDe + float + Expected time for the track to reach the TOF under the deuteron hypothesis + + + o2::aod::track::TOFExpTimeTr + D + tofExpTimeTr + float + Expected time for the track to reach the TOF under the triton hypothesis + + + o2::aod::track::TOFExpTimeHe + D + tofExpTimeHe + float + Expected time for the track to reach the TOF under the helium3 hypothesis + + + o2::aod::track::TOFExpTimeAl + D + tofExpTimeAl + float + Expected time for the track to reach the TOF under the helium4 hypothesis + o2::aod::track::TPCCrossedRowsOverFindableCls D @@ -6523,6 +6663,8 @@ For better overview the tables are grouped into the following categories: \| [Ge
  • o2::aod::Decay3Body = o2::aod::Decay3Bodys::iterator
  • o2::aod::Decay3BodysLinked = soa::Join
  • o2::aod::Decay3BodyLinked = soa::Join::iterator
  • +
  • o2::aod::KFDecay3BodysLinked = soa::Join
  • +
  • o2::aod::KFDecay3BodyLinked = soa::Join::iterator
  • diff --git a/docs/datamodel/helperTaskTables.md b/docs/datamodel/helperTaskTables.md index d221136..f2a74ff 100644 --- a/docs/datamodel/helperTaskTables.md +++ b/docs/datamodel/helperTaskTables.md @@ -888,6 +888,150 @@ Code file: eseTableProducer.cxx +
    + + +
    +
    + +
    +
    + Header file: Common/DataModel/EseTable.h +
    +
    Is used in: +
      +
    • o2::aod::QVecFV0A = o2::aod::QVecFV0As::iterator
    • +
    +
    +
    + + + + + + + + + + + + + + + + + + + + + +
    NameGetterTypeComment
    o2::aod::q_vector::QFV0AReqFV0ARefloat
    o2::aod::q_vector::QFV0AImqFV0AImfloat
    + + + +
    +
    + +
    +
    + Header file: Common/DataModel/EseTable.h +
    +
    Is used in: + +
    + + + + + + + + + + + + + + + + + + + + + + +
    NameGetterTypeComment
    o2::aod::q_vector::QFT0CReqFT0CRestd::vector<float>
    o2::aod::q_vector::QFT0CImqFT0CImstd::vector<float>
    +
    + + +
    +
    + +
    +
    + Header file: Common/DataModel/EseTable.h +
    +
    Is used in: + +
    + + + + + + + + + + + + + + + +
    NameGetterTypeComment
    o2::aod::q_vector::QPERCFT0CqPERCFT0Cstd::vector<float>
    +
    + + +
    +
    + +
    +
    + Header file: Common/DataModel/EseTable.h +
    +
    Is used in: + +
    + + + + + + + + + + + + + + + +
    NameGetterTypeComment
    o2::aod::q_vector::FESECOLfESECOLstd::vector<int>
    +
    + + + ## o2-analysis-event-selection Code file: eventSelection.cxx
    @@ -9489,11 +9633,18 @@ Code file: float Expected time for the track to reach the TOF under the proton hypothesis + + o2::aod::track::TOFExpTimeDe + D + tofExpTimeDe + float + Expected time for the track to reach the TOF under the deuteron hypothesis + + + o2::aod::track::TOFExpTimeTr + D + tofExpTimeTr + float + Expected time for the track to reach the TOF under the triton hypothesis + + + o2::aod::track::TOFExpTimeHe + D + tofExpTimeHe + float + Expected time for the track to reach the TOF under the helium3 hypothesis + + + o2::aod::track::TOFExpTimeAl + D + tofExpTimeAl + float + Expected time for the track to reach the TOF under the helium4 hypothesis + o2::aod::track::TPCCrossedRowsOverFindableCls D diff --git a/docs/datamodel/joinsAndIterators.md b/docs/datamodel/joinsAndIterators.md index 439faa4..420b745 100644 --- a/docs/datamodel/joinsAndIterators.md +++ b/docs/datamodel/joinsAndIterators.md @@ -611,6 +611,34 @@ Click on the labels to display the definitions. Click buttons to
    + +
    + +
    + + +
    + +
    + + +
    + +
    + + +
    + +
    +
    + +
    + +
    + + +
    + +
    +
    - +
    +
    + + +
    + +
    + + +
    + +
    + + +
    + +
    + + +
    + +
    + + +
    +
    @@ -5490,122 +5567,45 @@ Click on the labels to display the definitions. Click buttons to - -
    - -
    - - -
    - -
    - - -
    - -
    - - -
    - -
    - - -
    - -
    - - -
    - -
    - - -
    - -
    - - -
    - -
    - - -
    - -
    - - -
    - -
    - - -
    - -
    - - +
    - +
    - +
    - +
    - +
    - +
    @@ -5707,13 +5707,6 @@ Click on the labels to display the definitions. Click buttons to - -
    - -
    -
    - -
    - -
    - - -
    - -
    -
    + +
    + +
    + + +
    + +
    + + +
    + +
    +
    + +
    + +
    +
    - -
    - -
    - - -
    - -
    -
    - -
    - -
    - - -
    - -
    -
    - +
    - +
    - +
    - +
    - +
    +
    + + +
    + +
    + + +
    + +
    + + +
    + +
    + + +
    + +
    + + +
    + +
    + + +
    + +
    + + +
    + +
    + + +
    + +
    + + +
    +
    diff --git a/docs/datamodel/pwgTables.md b/docs/datamodel/pwgTables.md index d6482b8..5855e96 100644 --- a/docs/datamodel/pwgTables.md +++ b/docs/datamodel/pwgTables.md @@ -15123,13 +15123,6 @@ Code file:
    float Run3 centrality percentile estimated from FT0C multiplicity - - o2::aod::cent::CentNTPV - - centNTPV - float - Run3 centrality percentile estimated from the number of tracks contributing to the PV - @@ -19819,13 +19805,6 @@ Code file: float Run3 centrality percentile estimated from FT0C multiplicity - - o2::aod::cent::CentNTPV - - centNTPV - float - Run3 centrality percentile estimated from the number of tracks contributing to the PV - @@ -20282,6 +20254,86 @@ Code file: o2::aod::EMEventNormInfos +
    +
    + event information for normalization +
    +
    + Header file: PWGEM/Dilepton/DataModel/dileptonTables.h +
    +
    Is used in: + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    NameGetterTypeComment
    o2::soa::IndexGIglobalIndexint64_t
    o2::aod::evsel::AliasGI?
    o2::aod::evsel::SelectionGI?
    o2::aod::emevent::PosZint16posZint16int16_tthis is only to reduce data size
    o2::aod::emevent::NumTracksInTimeRange_int16trackOccupancyInTimeRange_int16int16_tthis is only to reduce data size
    o2::aod::emevent::PosZDposZfloat
    o2::aod::emevent::Sel8Dsel8bool
    o2::aod::emevent::NumTracksInTimeRangeDtrackOccupancyInTimeRangeint
    +
    +
    @@ -20413,7 +20465,7 @@ Code file: float - - o2::aod::mult::MultTPC - - multTPC - int - - o2::aod::mult::MultNTracksPV @@ -20668,13 +20713,6 @@ Code file: int8_t TPC Clusters: Findable - crossed rows + + o2::aod::track::TPCNClsShared + + tpcNClsShared + uint8_t + Number of shared TPC clusters + o2::aod::track::TPCChi2NCl @@ -21338,6 +21383,13 @@ Code file: +### o2-analysis-em-filter-eoi +Code file: filterEoI.cxx +
    + + +
    +
    + joinable to aod::Collisions in createEMEventDilepton.cxx +
    +
    + Header file: PWGEM/Dilepton/DataModel/dileptonTables.h +
    +
    Is used in: +
      +
    • o2::aod::EMEoI = o2::aod::EMEoIs::iterator
    • +
    +
    + + + + + + + + + + + + + + + +
    NameGetterTypeComment
    o2::aod::emevent::IsEoIisEoIboollepton or photon exists in MB event (not for CEFP)
    +
    + +
    + ### o2-analysis-em-skimmer-ots Code file: skimmerOTS.cxx
    @@ -21861,6 +21950,13 @@ Code file: float Ratio of found over findable clusters + + o2::aod::track::TPCFractionSharedCls + D + tpcFractionSharedCls + float + Fraction of shared TPC clusters + o2::aod::track::v001::ITSClusterMap D @@ -22961,13 +23064,6 @@ Code file: float Run3 centrality percentile estimated from FT0C multiplicity - - o2::aod::cent::CentNTPV - - centNTPV - float - Run3 centrality percentile estimated from the number of tracks contributing to the PV -
    @@ -23518,6 +23607,13 @@ Code file: float Ratio of found over findable clusters + + o2::aod::track::TPCFractionSharedCls + D + tpcFractionSharedCls + float + Fraction of shared TPC clusters + o2::aod::track::v001::ITSClusterMap D @@ -24416,13 +24519,6 @@ Code file: float Run3 centrality percentile estimated from FT0C multiplicity - - o2::aod::cent::CentNTPV - - centNTPV - float - Run3 centrality percentile estimated from the number of tracks contributing to the PV -
    @@ -24625,6 +24714,13 @@ Code file: float Ratio of found over findable clusters + + o2::aod::track::TPCFractionSharedCls + D + tpcFractionSharedCls + float + Fraction of shared TPC clusters + o2::aod::track::v001::ITSClusterMap D @@ -37597,6 +37700,168 @@ Code file: mcPidTof.cxx +
    + + +
    +
    + Table of the TOF (full) response with expected signal, expected resolution and Nsigma for pion +
    +
    + Header file: Common/DataModel/PIDResponse.h +
    +
    Is used in: +
      +
    • o2::aod::TracksPidPi = soa::Join
    • +
    +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    NameGetterTypeComment
    o2::aod::pidtof::TOFExpSignalDiffPiDtofExpSignalDiffPifloatDifference between signal and expected for pion
    o2::aod::pidtof::TOFExpSignalPiDtofExpSignalPifloatExpected time for pion
    o2::aod::pidtof::TOFExpSigmaPitofExpSigmaPifloatExpected resolution with the TOF detector for pion
    o2::aod::pidtof::TOFNSigmaPitofNSigmaPifloatNsigma separation with the TOF detector for pion
    +
    + + +
    +
    + Table of the TOF (full) response with expected signal, expected resolution and Nsigma for kaon +
    +
    + Header file: Common/DataModel/PIDResponse.h +
    +
    Is used in: +
      +
    • o2::aod::TracksPidKa = soa::Join
    • +
    +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    NameGetterTypeComment
    o2::aod::pidtof::TOFExpSignalDiffKaDtofExpSignalDiffKafloatDifference between signal and expected for kaon
    o2::aod::pidtof::TOFExpSignalKaDtofExpSignalKafloatExpected time for kaon
    o2::aod::pidtof::TOFExpSigmaKatofExpSigmaKafloatExpected resolution with the TOF detector for kaon
    o2::aod::pidtof::TOFNSigmaKatofNSigmaKafloatNsigma separation with the TOF detector for kaon
    +
    + + +
    +
    + Table of the TOF (full) response with expected signal, expected resolution and Nsigma for proton +
    +
    + Header file: Common/DataModel/PIDResponse.h +
    +
    Is used in: +
      +
    • o2::aod::TracksPidPr = soa::Join
    • +
    +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    NameGetterTypeComment
    o2::aod::pidtof::TOFExpSignalDiffPrDtofExpSignalDiffPrfloatDifference between signal and expected for proton
    o2::aod::pidtof::TOFExpSignalPrDtofExpSignalPrfloatExpected time for proton
    o2::aod::pidtof::TOFExpSigmaPrtofExpSigmaPrfloatExpected resolution with the TOF detector for proton
    o2::aod::pidtof::TOFNSigmaPrtofNSigmaPrfloatNsigma separation with the TOF detector for proton
    +
    + +
    + ### o2-analysis-hf-pid-creator Code file: pidCreator.cxx
    @@ -43752,6 +44017,20 @@ Code file: sign int8_t - Sign + Sign of the candidate
    @@ -44254,6 +44533,13 @@ Code file: sign int8_t - Sign + Sign of the candidate
    @@ -44336,6 +44622,13 @@ Code file: float + + o2::aod::hf_st_charmed_baryon::DecayLengthCharmedBaryonUntracked + + decayLengthCharmedBaryonUntracked + float + + + + o2::aod::hf_st_charmed_baryon::DecayLengthXYCharmedBaryonUntracked + + decayLengthXYCharmedBaryonUntracked + float + + o2::aod::hf_st_charmed_baryon::DecayLengthCasc @@ -52358,6 +52665,13 @@ Code file: Selection flag of candidate (output of candidateSelector) - o2::aod::full::XPv + o2::aod::full::Sign - xPv + sign + int8_t + Sign of the candidate + + + o2::aod::full::Y + + y float + Rapidity of candidate + + + o2::aod::full::Eta + eta + float + Pseudorapidity of candidate - o2::aod::full::YPv + o2::aod::full::Phi - yPv + phi float + Azimuth angle of candidate + + + o2::aod::full::P + p + float + Momentum of candidate (GeV/c) - o2::aod::full::ZPv + o2::aod::full::Pt - zPv + pt float + Transverse momentum of candidate (GeV/c) + + + o2::aod::full::PtXi + ptXi + float + Transverse momentum of Xi (prong0) (GeV/c) - o2::aod::full::XSv + o2::aod::full::PtPi0 - xSv + ptPi0 float + Transverse momentum of Pi0 (prong1) (GeV/c) + + + o2::aod::full::PtPi1 + ptPi1 + float + Transverse momentum of Pi1 (prong2) (GeV/c) - o2::aod::full::YSv + o2::aod::full::M - ySv + m + float + Invariant mass of candidate (GeV/c2) + + + o2::aod::full::InvMassXiPi0 + + invMassXiPi0 float - o2::aod::full::ZSv + o2::aod::full::InvMassXiPi1 - zSv + invMassXiPi1 float @@ -52415,39 +52771,170 @@ Code file: o2::aod::HfCandXicToXiPiPiLiteKfs +
    +
    + +
    +
    + Header file: PWGHF/TableProducer/treeCreatorXicToXiPiPi.cxx +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -52470,6 +52957,69 @@ Code file: float + + + + + + + @@ -52491,6 +53048,13 @@ Code file: Cosine pointing angle of candidate in transverse plane - + - + - + - + - + - + - + - + - + + + + + + + + @@ -52533,6 +53104,13 @@ Code file: float + + + + + + + @@ -52548,149 +53133,135 @@ Code file: o2::aod::HfCandXicToXiPiPiLiteKfs -
    -
    - -
    -
    - Header file: PWGHF/TableProducer/treeCreatorXicToXiPiPi.cxx -
    -
    NameGetterTypeComment
    o2::aod::hf_cand_xic_to_xi_pi_pi::FlagMcMatchRecflagMcMatchRecint8_t
    o2::aod::full::CandidateSelFlagcandidateSelFlagintSelection flag of candidate (output of candidateSelector)
    o2::aod::full::Signsignint8_tSign of the candidate
    o2::aod::full::YDecay length of candidate (cm)
    o2::aod::full::DecayLengthNormaliseddecayLengthNormalisedfloatNormalised decay length of candidate
    o2::aod::full::DecayLengthXY
    o2::aod::full::PtXio2::aod::full::CpaXi ptXicpaXi floatTransverse momentum of Xi (prong0) (GeV/c)
    o2::aod::full::PtPi0o2::aod::full::CpaXYXi ptPi0cpaXYXi floatTransverse momentum of Pi0 (prong1) (GeV/c)
    o2::aod::full::PtPi1o2::aod::full::CpaLam ptPi1cpaLam floatTransverse momentum of Pi1 (prong2) (GeV/c)
    o2::aod::full::CpaXYLamcpaXYLamfloat
    o2::aod::full::ImpactParameterXiImpact parameter of Pi0 (prong1)
    o2::aod::full::ImpactParameterNormalisedPi0impactParameterNormalisedPi0floatNormalised impact parameter of Pi0 (prong1)
    o2::aod::full::ImpactParameterPi1
    - - - - - - - - + + + + - - - - + - + - + - + - + - + - + - + - + - + - + - + - + - + +
    NameGetterTypeComment
    o2::aod::full::CandidateSelFlago2::aod::full::Chi2XicPlusTopoXiToXicPluschi2XicPlusTopoXiToXicPlusfloat candidateSelFlagintSelection flag of candidate (output of candidateSelector)
    o2::aod::full::XPvo2::aod::full::DcaXYPi0Pi1 xPvdcaXYPi0Pi1 float
    o2::aod::full::YPvo2::aod::full::DcaXYPi0Xi yPvdcaXYPi0Xi float
    o2::aod::full::ZPvo2::aod::full::DcaXYPi1Xi zPvdcaXYPi1Xi float
    o2::aod::full::XSvo2::aod::full::DcaPi0Pi1 xSvdcaPi0Pi1 float
    o2::aod::full::YSvo2::aod::full::DcaPi0Xi ySvdcaPi0Xi float
    o2::aod::full::ZSvo2::aod::full::DcaPi1Xi zSvdcaPi1Xi float
    o2::aod::full::Chi2Svo2::aod::full::DcaXiDaughters chi2SvdcaXiDaughters float
    +
    + + +
    +
    + +
    +
    + Header file: PWGHF/TableProducer/treeCreatorXicToXiPiPi.cxx +
    + - - - - - + + + + + - + - - - - - - + + - - - - + - - - + + + - + - - - + + + @@ -52714,39 +53285,18 @@ Code file: Transverse momentum of Pi1 (prong2) (GeV/c) - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + + + + + + + + - + - - + + + + + + + + + -
    o2::aod::full::Signsignint8_tSignNameGetterTypeComment
    o2::aod::full::Eo2::aod::hf_cand_xic_to_xi_pi_pi::FlagMcMatchRec efloatEnergy of candidate (GeV)
    o2::aod::full::MflagMcMatchRecint8_t mfloatInvariant mass of candidate (GeV/c2)
    o2::aod::full::Po2::aod::full::CandidateSelFlag pfloatMomentum of candidate (GeV/c)candidateSelFlagintSelection flag of candidate (output of candidateSelector)
    o2::aod::full::Pto2::aod::full::Sign ptfloatTransverse momentum of candidate (GeV/c)signint8_tSign of the candidate
    o2::aod::full::Y
    o2::aod::full::ImpactParameterXio2::aod::full::M impactParameterXim floatImpact parameter of Xi (prong0)Invariant mass of candidate (GeV/c2)
    o2::aod::full::ImpactParameterPi0o2::aod::full::InvMassXiPi0 impactParameterPi0invMassXiPi0 floatImpact parameter of Pi0 (prong1)
    o2::aod::full::ImpactParameterPi1o2::aod::full::InvMassXiPi1 impactParameterPi1invMassXiPi1 floatNormalised impact parameter of Pi1 (prong2)
    o2::aod::full::CpaXio2::aod::full::Chi2Sv cpaXichi2Sv float
    o2::aod::full::CpaXYXio2::aod::full::Ct cpaXYXict floatProper lifetime times c of candidate (cm)
    o2::aod::full::CpaLamo2::aod::full::DecayLength cpaLamdecayLength floatDecay length of candidate (cm)
    o2::aod::full::CpaXYLamo2::aod::full::DecayLengthNormalised cpaXYLamdecayLengthNormalised floatNormalised decay length of candidate
    o2::aod::full::Chi2XiVtxo2::aod::full::DecayLengthXY chi2XiVtxdecayLengthXY floatTransverse decay length of candidate (cm)
    o2::aod::full::Chi2LamVtxo2::aod::full::DecayLengthXYNormalised chi2LamVtxdecayLengthXYNormalised floatNormalised transverse decay length of candidate
    o2::aod::full::Chi2XicPlusTopoToPVo2::aod::full::Cpa chi2XicPlusTopoToPVcpa floatCosine pointing angle of candidate
    o2::aod::full::Chi2XicPlusTopoXiToXicPluso2::aod::full::CpaXY chi2XicPlusTopoXiToXicPluscpaXY floatCosine pointing angle of candidate in transverse plane
    o2::aod::full::DcaXYPi0Pi1o2::aod::full::CpaXi dcaXYPi0Pi1cpaXi float
    o2::aod::full::DcaXYPi0Xio2::aod::full::CpaXYXi dcaXYPi0XicpaXYXi float
    o2::aod::full::DcaXYPi1Xio2::aod::full::CpaLam dcaXYPi1XicpaLam float
    o2::aod::full::DcaPi0Pi1o2::aod::full::CpaXYLam dcaPi0Pi1cpaXYLam float
    o2::aod::full::DcaPi0Xio2::aod::full::ImpactParameterXi dcaPi0XiimpactParameterXi floatImpact parameter of Xi (prong0)
    o2::aod::full::DcaPi1Xio2::aod::full::ImpactParameterNormalisedXi dcaPi1XiimpactParameterNormalisedXi floatNormalised impact parameter of Xi (prong0)
    o2::aod::full::DcaXiDaughterso2::aod::full::ImpactParameterPi0 dcaXiDaughtersimpactParameterPi0 floatImpact parameter of Pi0 (prong1)
    o2::aod::full::ImpactParameterNormalisedPi0 impactParameterNormalisedPi0floatNormalised impact parameter of Pi0 (prong1)
    o2::aod::hf_cand_xic_to_xi_pi_pi::FlagMcMatchReco2::aod::full::ImpactParameterPi1 flagMcMatchRecint8_timpactParameterPi1floatNormalised impact parameter of Pi1 (prong2)
    o2::aod::full::ImpactParameterNormalisedPi1 impactParameterNormalisedPi1floatNormalised impact parameter of Pi1 (prong2)
    -
    - - -
    -
    - -
    -
    - Header file: PWGHF/TableProducer/treeCreatorXicToXiPiPi.cxx -
    - - - - - - + + + + + - + - - - + + + @@ -52991,13 +53543,6 @@ Code file: float +
    NameGetterTypeCommento2::aod::full::MaxNormalisedDeltaIPmaxNormalisedDeltaIPfloatMaximum normalized difference between measured and expected impact parameter of candidate prongs
    o2::aod::full::CandidateSelFlago2::aod::full::E candidateSelFlagintSelection flag of candidate (output of candidateSelector)efloatEnergy of candidate (GeV)
    o2::aod::full::XPv
    +
    + + +
    +
    + +
    +
    + Header file: PWGHF/TableProducer/treeCreatorXicToXiPiPi.cxx +
    + - - - - - + + + + + - + - - - - - - + + - - - - + - - - + + + - + - - - + + + @@ -53118,123 +53668,116 @@ Code file: - + - + + + + + + + + - + - + + + + + + + + - + - - + + + + + + + + + -
    o2::aod::full::Signsignint8_tSignNameGetterTypeComment
    o2::aod::full::Eo2::aod::hf_cand_xic_to_xi_pi_pi::FlagMcMatchRec efloatEnergy of candidate (GeV)
    o2::aod::full::MflagMcMatchRecint8_t mfloatInvariant mass of candidate (GeV/c2)
    o2::aod::full::Po2::aod::full::CandidateSelFlag pfloatMomentum of candidate (GeV/c)candidateSelFlagintSelection flag of candidate (output of candidateSelector)
    o2::aod::full::Pto2::aod::full::Sign ptfloatTransverse momentum of candidate (GeV/c)signint8_tSign of the candidate
    o2::aod::full::Y
    o2::aod::full::InvMassXiPi0o2::aod::full::ImpactParameterXi invMassXiPi0impactParameterXi floatImpact parameter of Xi (prong0)
    o2::aod::full::ImpactParameterNormalisedXi impactParameterNormalisedXifloatNormalised impact parameter of Xi (prong0)
    o2::aod::full::InvMassXiPi1o2::aod::full::ImpactParameterPi0 invMassXiPi1impactParameterPi0 floatImpact parameter of Pi0 (prong1)
    o2::aod::full::ImpactParameterNormalisedPi0 impactParameterNormalisedPi0floatNormalised impact parameter of Pi0 (prong1)
    o2::aod::hf_cand_xic_to_xi_pi_pi::FlagMcMatchReco2::aod::full::ImpactParameterPi1 flagMcMatchRecint8_timpactParameterPi1floatNormalised impact parameter of Pi1 (prong2)
    o2::aod::full::ImpactParameterNormalisedPi1 impactParameterNormalisedPi1floatNormalised impact parameter of Pi1 (prong2)
    -
    - - -
    -
    - -
    -
    - Header file: PWGHF/TableProducer/treeCreatorXicToXiPiPi.cxx -
    - - - - - - + + + + + - + - - - + + + @@ -53374,13 +53926,6 @@ Code file: float - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -53738,13 +54066,6 @@ Code file: int8_t + + + + + + + @@ -55168,6 +55496,13 @@ Code file: int32 + + + + + + + + + + + + + + @@ -57185,6 +57534,13 @@ Code file: int8_t + + + + + + + @@ -58307,6 +58670,149 @@ Code file: o2::aod::HfMcRecRedDV0s +
    +
    + Table with reconstructed MC information on DV0(<-Ds*) pairs for reduced workflow +
    +
    + Header file: PWGHF/D2H/DataModel/ReducedDataModel.h +
    +
    NameGetterTypeCommento2::aod::full::MaxNormalisedDeltaIPmaxNormalisedDeltaIPfloatMaximum normalized difference between measured and expected impact parameter of candidate prongs
    o2::aod::full::CandidateSelFlago2::aod::full::E candidateSelFlagintSelection flag of candidate (output of candidateSelector)efloatEnergy of candidate (GeV)
    o2::aod::full::XPv
    o2::aod::full::Signsignint8_tSign
    o2::aod::full::EefloatEnergy of candidate (GeV)
    o2::aod::full::MmfloatInvariant mass of candidate (GeV/c2)
    o2::aod::full::PpfloatMomentum of candidate (GeV/c)
    o2::aod::full::PtptfloatTransverse momentum of candidate (GeV/c)
    o2::aod::full::YyfloatRapidity of candidate
    o2::aod::full::EtaetafloatPseudorapidity of candidate
    o2::aod::full::PhiphifloatAzimuth angle of candidate
    o2::aod::full::CtctfloatProper lifetime times c of candidate (cm)
    o2::aod::full::DecayLengthdecayLengthfloatDecay length of candidate (cm)
    o2::aod::full::DecayLengthNormaliseddecayLengthNormalisedfloatNormalised decay length of candidate
    o2::aod::full::DecayLengthXYdecayLengthXYfloatTransverse decay length of candidate (cm)
    o2::aod::full::DecayLengthXYNormaliseddecayLengthXYNormalisedfloatNormalised transverse decay length of candidate
    o2::aod::full::CpacpafloatCosine pointing angle of candidate
    o2::aod::full::CpaXYcpaXYfloatCosine pointing angle of candidate in transverse plane
    o2::aod::full::PtXiptXifloatTransverse momentum of Xi (prong0) (GeV/c)
    o2::aod::full::PtPi0ptPi0floatTransverse momentum of Pi0 (prong1) (GeV/c)
    o2::aod::full::PtPi1ptPi1floatTransverse momentum of Pi1 (prong2) (GeV/c)
    o2::aod::full::ImpactParameterXiimpactParameterXifloatImpact parameter of Xi (prong0)
    o2::aod::full::ImpactParameterNormalisedXiimpactParameterNormalisedXifloatNormalised impact parameter of Xi (prong0)
    o2::aod::full::ImpactParameterPi0impactParameterPi0floatImpact parameter of Pi0 (prong1)
    o2::aod::full::ImpactParameterNormalisedPi0impactParameterNormalisedPi0floatNormalised impact parameter of Pi0 (prong1)
    o2::aod::full::ImpactParameterPi1impactParameterPi1floatNormalised impact parameter of Pi1 (prong2)
    o2::aod::full::ImpactParameterNormalisedPi1impactParameterNormalisedPi1floatNormalised impact parameter of Pi1 (prong2)
    o2::aod::full::MaxNormalisedDeltaIPmaxNormalisedDeltaIPfloatMaximum normalized difference between measured and expected impact parameter of candidate prongs
    o2::aod::full::CpaXicpaXifloat
    o2::aod::full::CpaXYXicpaXYXifloat
    o2::aod::full::CpaLamcpaLamfloat
    o2::aod::full::CpaXYLamcpaXYLamfloat
    o2::aod::full::InvMassXiPi0invMassXiPi0float
    o2::aod::full::InvMassXiPi1invMassXiPi1float
    o2::aod::full::Chi2XiVtx
    o2::aod::hf_cand_b0::FlagWrongCollisionflagWrongCollisionint8_t
    o2::aod::hf_cand_b0::DebugMcRec ReducedCollision index
    o2::aod::hf_reso_cand_reduced::Prong0IdIprong0IdintProng0 index (D daughter)
    o2::aod::hf_reso_cand_reduced::Prong1IdIprong1IdintProng1 index (V0 daughter)
    o2::aod::hf_cand::PxProng0
    o2::aod::hf_cand_bplus::FlagWrongCollisionflagWrongCollisionint8_t
    o2::aod::hf_cand_bplus::DebugMcRec
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    NameGetterTypeComment
    o2::aod::hf_reso_cand_reduced::Prong0IdIprong0IdintProng0 index (D daughter)
    o2::aod::hf_reso_cand_reduced::Prong1IdIprong1IdintProng1 index (V0 daughter)
    o2::aod::hf_reso_cand_reduced::FlagMcMatchRecflagMcMatchRecint8_t
    o2::aod::hf_reso_cand_reduced::DebugMcRecdebugMcRecint8_t
    o2::aod::hf_b0_mc::PtMotherptMotherfloatTransverse momentum of the mother in GeV/c
    +
    + + +
    +
    + Generation-level MC information on B0 candidates for reduced workflow +
    +
    + Header file: PWGHF/D2H/DataModel/ReducedDataModel.h +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    NameGetterTypeComment
    o2::aod::hf_cand_b0::FlagMcMatchGenflagMcMatchGenint8_t
    o2::aod::hf_b0_mc::PtTrackptTrackfloatTransverse momentum of the track in GeV/c
    o2::aod::hf_b0_mc::YTrackyTrackfloatRapidity of the track
    o2::aod::hf_b0_mc::EtaTracketaTrackfloatPseudorapidity of the track
    o2::aod::hf_b0_mc::PtProng0ptProng0floatTransverse momentum of the track's prong0 in GeV/c
    o2::aod::hf_b0_mc::YProng0yProng0floatRapidity of the track's prong0
    o2::aod::hf_b0_mc::EtaProng0etaProng0floatPseudorapidity of the track's prong0
    o2::aod::hf_b0_mc::PtProng1ptProng1floatTransverse momentum of the track's prong1 in GeV/c
    o2::aod::hf_b0_mc::YProng1yProng1floatRapidity of the track's prong1
    o2::aod::hf_b0_mc::EtaProng1etaProng1floatPseudorapidity of the track's prong1
    +
    + ### o2-analysis-hf-correlator-d0-d0bar @@ -79310,65 +79816,23 @@ Code file: sign int8_t - Sign + Sign of the candidate o2::aod::full::ITSNCls @@ -80944,7 +81408,7 @@ Code file: o2::aod::StoredKFVtx3BodyDatas +
    @@ -80954,7 +81418,7 @@ Code file: float decay position Z + + o2::aod::kfvtx3body::XErr + + xerr + float + candidate position x error at decay position + + + o2::aod::kfvtx3body::YErr + + yerr + float + candidate position y error at decay position + + + o2::aod::kfvtx3body::ZErr + + zerr + float + candidate position z error at decay position + o2::aod::kfvtx3body::Px @@ -81063,6 +81548,34 @@ Code file: o2::aod::kfvtx3body::VtxCosPAKF - vtxcosPAkf + vtxcospakf float 3 body vtx CosPA from KFParticle (using kfpPV) o2::aod::kfvtx3body::VtxCosXYPAKF - vtxcosxyPAkf + vtxcosxypakf float 3 body vtx CosPA from KFParticle (using kfpPV) o2::aod::kfvtx3body::VtxCosPAKFtopo - vtxcosPAkftopo + vtxcospakftopo float 3 body vtx CosPA from KFParticle after topological constraint (using kfpPV) o2::aod::kfvtx3body::VtxCosXYPAKFtopo - vtxcosxyPAkftopo + vtxcosxypakftopo float 3 body vtx CosPA from KFParticle after topological constraint (using kfpPV) @@ -81147,6 +81660,20 @@ Code file: DCAxy of deuteron prong to SV from KFParticle - o2::aod::kfvtx3body::DCAxyTrack0ToTrack1 + o2::aod::kfvtx3body::DCAxyTrack0ToTrack1KF dcaxytrack0totrack1kf float DCAxy of proton prong to pion from KFParticle - o2::aod::kfvtx3body::DCAxyTrack0ToTrack2 + o2::aod::kfvtx3body::DCAxyTrack0ToTrack2KF dcaxytrack0totrack2kf float DCAxy of proton prong to deuteron from KFParticle - o2::aod::kfvtx3body::DCAxyTrack1ToTrack2 + o2::aod::kfvtx3body::DCAxyTrack1ToTrack2KF dcaxytrack1totrack2kf float @@ -81316,25 +81843,46 @@ Code file: float sign of deuteron daughter track - - o2::aod::vtx3body::TOFNSigmaBachDe - - tofNSigmaBachDe - float - Recalculated Nsigma seperation with TOF for deuteron - o2::aod::vtx3body::VtxRadius D @@ -81479,25 +82020,19 @@ Code file: ebyeMaker.cxx -
    - -
    - -### o2-analysis-lf-hyhefour-builder -Code file: hyhe4builder.cxx -
    - - +
    - + Joinable table with Decay3bodys which links to KFVtx3BodyData which is not produced for all entries
    - Header file: PWGLF/DataModel/LFHyperhelium4Tables.h + Header file: PWGLF/DataModel/Vtx3BodyTables.h +
    +
    Is used in: +
      +
    • o2::aod::KFDecay3BodysLinked = soa::Join
    • +
    • o2::aod::KFDecay3BodyLinked = soa::Join::iterator
    • +
    @@ -81508,50 +82043,27 @@ Code file: o2::aod::StoredHyHe4Datas +
    +
    Is used in: +
      +
    • o2::aod::KFVtx3BodyDataLite = o2::aod::KFVtx3BodyDatasLite::iterator
    • +
    @@ -81569,710 +82081,1920 @@ Code file: hyperKinkRecoTask.cxx -
    - - -
    -
    - -
    - -
    - - - - - - + - - - - + + + + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - - - - + + + + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - - - - + + + + - - - - + + + + - - - - + + + + - + - + - + - - - - + + + + - + - + - + - + - + - - -
    NameGetterTypeCommenttrack0 px at min
    o2::soa::IndexGIglobalIndexint64_to2::aod::vtx3body::PyTrack0 pytrack0floattrack0 py at min
    o2::aod::hyperrec::XPrimVtxo2::aod::vtx3body::PzTrack0 xPrimVtxpztrack0 floattrack0 pz at min
    o2::aod::hyperrec::YPrimVtxo2::aod::vtx3body::PxTrack1 yPrimVtxpxtrack1 floattrack1 px at min
    o2::aod::hyperrec::ZPrimVtxo2::aod::vtx3body::PyTrack1 zPrimVtxpytrack1 floattrack1 py at min
    o2::aod::hyperrec::XDecVtxo2::aod::vtx3body::PzTrack1 xDecVtxpztrack1 floattrack1 pz at min
    o2::aod::hyperrec::YDecVtxo2::aod::vtx3body::PxTrack2 yDecVtxpxtrack2 floattrack2 px at min
    o2::aod::hyperrec::ZDecVtxo2::aod::vtx3body::PyTrack2 zDecVtxpytrack2 floattrack2 py at min
    o2::aod::hyperrec::IsMatterisMatterboolo2::aod::vtx3body::PzTrack2 pztrack2floattrack2 pz at min
    o2::aod::hyperkink::PtHypero2::aod::kfvtx3body::DCATrack0ToPVKF ptHyperdcatrack0topvkf floatDCA of proton prong to PV from KFParticle
    o2::aod::hyperkink::PhiHypero2::aod::kfvtx3body::DCATrack1ToPVKF phiHyperdcatrack1topvkf floatDCA of pion prong to PV from KFParticle
    o2::aod::hyperkink::EtaHypero2::aod::kfvtx3body::DCATrack2ToPVKF etaHyperdcatrack2topvkf floatDCA of deuteron prong to PV from KFParticle
    o2::aod::hyperkink::PtTrito2::aod::kfvtx3body::DCAxyTrack0ToPVKF ptTritdcaxytrack0topvkf floatDCAxy of proton prong to PV from KFParticle
    o2::aod::hyperkink::PhiTrito2::aod::kfvtx3body::DCAxyTrack1ToPVKF phiTritdcaxytrack1topvkf floatDCAxy of pion prong to PV from KFParticle
    o2::aod::hyperkink::EtaTrito2::aod::kfvtx3body::DCAxyTrack2ToPVKF etaTritdcaxytrack2topvkf floatDCAxy of deuteron prong to PV from KFParticle
    o2::aod::hyperkink::DcaHyperPvo2::aod::kfvtx3body::DCAxyTrack0ToSVKF dcaHyperPvdcaxytrack0tosvkf floatDCAxy of proton prong to SV from KFParticle
    o2::aod::hyperkink::DcaTritPvo2::aod::kfvtx3body::DCAxyTrack1ToSVKF dcaTritPvdcaxytrack1tosvkf floatDCAxy of pion prong to SV from KFParticle
    o2::aod::hyperkink::DCAKinkTopoo2::aod::kfvtx3body::DCAxyTrack2ToSVKF dcaKinkTopodcaxytrack2tosvkf floatDCAxy of deuteron prong to SV from KFParticle
    o2::aod::hyperkink::ITSclusterSizesHyperitsClusterSizesHyperuint32_to2::aod::kfvtx3body::DCAxyTrack0ToTrack1KF dcaxytrack0totrack1kffloatDCAxy of proton prong to pion from KFParticle
    o2::aod::hyperkink::ITSclusterSizesTrititsClusterSizesTrituint32_to2::aod::kfvtx3body::DCAxyTrack0ToTrack2KF dcaxytrack0totrack2kffloatDCAxy of proton prong to deuteron from KFParticle
    o2::aod::hyperkink::PIDinTrackTritpidInTrackTrituint8_to2::aod::kfvtx3body::DCAxyTrack1ToTrack2KF dcaxytrack1totrack2kffloatDCAxy of pion prong to deuteron from KFParticle
    o2::aod::hyperkink::TPCmomTrito2::aod::kfvtx3body::DCAVtxDaughtersKF tpcMomTritdcavtxdaughterskf floatsum of DCAs between daughters in 3D from KFParticle
    o2::aod::hyperkink::TPCsignalTrittpcSignalTrituint16_to2::aod::kfvtx3body::DCAxyTrackPosToPV dcaxytrackpostopvfloatDCAxy of positive track to PV (propagated before vtx fit)
    o2::aod::hyperkink::NSigmaTPCTrito2::aod::kfvtx3body::DCAxyTrackNegToPV nSigmaTPCTritdcaxytracknegtopv floatDCAxy of negative track to PV (propagated before vtx fit)
    o2::aod::hyperkink::NSigmaTOFTrito2::aod::kfvtx3body::DCAxyTrackBachToPV nSigmaTOFTritdcaxytrackbachtopv float
    -
    - - -
    -
    - -
    -
    - Header file: PWGLF/DataModel/LFHypernucleiTables.h -
    - - - - - - - + - - - - + + + + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - - - + + + - + - - - - - + + + + + - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    NameGetterTypeCommentDCAxy of bachelor track to PV (propagated before vtx fit)
    o2::soa::IndexGIglobalIndexint64_to2::aod::kfvtx3body::DCATrackPosToPV dcatrackpostopvfloatDCA of positive track to PV (propagated before vtx fit)
    o2::aod::hyperrec::XPrimVtxo2::aod::kfvtx3body::DCATrackNegToPV xPrimVtxdcatracknegtopv floatDCA of negative track to PV (propagated before vtx fit)
    o2::aod::hyperrec::YPrimVtxo2::aod::kfvtx3body::DCATrackBachToPV yPrimVtxdcatrackbachtopv floatDCA of bachelor track to PV (propagated before vtx fit)
    o2::aod::hyperrec::ZPrimVtxo2::aod::kfvtx3body::Track0Sign zPrimVtxtrack0sign floatsign of proton daughter track
    o2::aod::hyperrec::XDecVtxo2::aod::kfvtx3body::Track1Sign xDecVtxtrack1sign floatsign of pion daughter track
    o2::aod::hyperrec::YDecVtxo2::aod::kfvtx3body::Track2Sign yDecVtxtrack2sign floatsign of deuteron daughter track
    o2::aod::hyperrec::ZDecVtxzDecVtxo2::aod::vtx3body::VtxRadiusDvtxradius float3 body decay radius (2D, centered at zero)
    o2::aod::hyperrec::IsMatterisMatterboolo2::aod::vtx3body::DistOverTotMomDdistovertotmom?PV to 3 body decay distance over total momentum
    o2::aod::hyperkink::PtHyperptHypero2::aod::vtx3body::VtxCosPADvtxcosPAfloat3 body vtx CosPA
    o2::aod::vtx3body::DCAVtxToPVDdcavtxtopvfloatDCA of 3 body vtx to PV
    o2::aod::vtx3body::YHypertritonDyHypertritonfloat3 body vtx y with hypertriton or antihypertriton hypothesis
    o2::aod::vtx3body::EtaDetafloat3 body vtx eta
    o2::aod::vtx3body::PhiDphifloat3 body vtx phi
    o2::aod::vtx3body::Track0PtDtrack0ptfloatdaughter0 pT
    o2::aod::vtx3body::Track0EtaDtrack0etafloatdaughter0 eta
    o2::aod::vtx3body::Track0PhiDtrack0phifloatdaughter0 phi
    o2::aod::vtx3body::Track1PtDtrack1ptfloatdaughter1 pT
    o2::aod::vtx3body::Track1EtaDtrack1etafloatdaughter1 eta
    o2::aod::vtx3body::Track1PhiDtrack1phifloatdaughter1 phi
    o2::aod::vtx3body::Track2PtDtrack2ptfloatdaughter2 pT
    o2::aod::vtx3body::Track2EtaDtrack2etafloatdaughter2 eta
    o2::aod::vtx3body::Track2PhiDtrack2phifloatdaughter2 phi
    +
    + + +
    +
    + Table joinable with KFVtx3BodyData containing the MC labels +
    +
    + Header file: PWGLF/DataModel/Vtx3BodyTables.h +
    +
    Is used in: +
      +
    • o2::aod::McKFVtx3BodyLabel = o2::aod::McKFVtx3BodyLabels::iterator
    • +
    +
    + + + + + + + + + + + + + + + +
    NameGetterTypeComment
    o2::aod::mckfvtx3bodylabel::McParticleIdImcParticleIdint32MC particle for KF Vtx3BodyDatas
    +
    + + +
    +
    + Table joinable with Decay3Bodys (CAUTION: NOT WITH Vtx3BodyDATA) +
    +
    + Header file: PWGLF/DataModel/Vtx3BodyTables.h +
    +
    Is used in: +
      +
    • o2::aod::McFullKFVtx3BodyLabel = o2::aod::McFullKFVtx3BodyLabels::iterator
    • +
    +
    + + + + + + + + + + + + + + + +
    NameGetterTypeComment
    o2::aod::mcfullkfvtx3bodylabel::McParticleIdImcParticleIdint32MC particle for Decay3Bodys
    +
    + +
    + +### o2-analysis-lf-ebye-maker +Code file: ebyeMaker.cxx +
    + +
    + +### o2-analysis-lf-hyhefour-builder +Code file: hyhe4builder.cxx +
    + + +
    +
    + +
    +
    + Header file: PWGLF/DataModel/LFHyperhelium4Tables.h +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    NameGetterTypeComment
    o2::aod::hyhe4tag::IsInterestingisInterestingboolwill this be built or not?
    o2::aod::hyhe4tag::IsTrueHyHe4isTrueHyHe4boolPDG checked correctly in MC
    o2::aod::hyhe4tag::IsTrueAntiHyHe4isTrueAntiHyHe4boolPDG checked correctly in MC
    o2::aod::hyhe4tag::IsHyHe4CandidateisHyHe4Candidateboolcompatible with dE/dx hypotheses
    o2::aod::hyhe4tag::IsAntiHyHe4CandidateisAntiHyHe4Candidateboolcompatible with dE/dx hypotheses
    +
    + + +
    +
    + +
    +
    + Header file: PWGLF/DataModel/LFHyperhelium4Tables.h +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    NameGetterTypeComment
    o2::soa::IndexGIglobalIndexint64_t
    o2::aod::hyhe4data::Helium3TrackIdIprong0TrackIdintPointer into Tracks
    o2::aod::hyhe4data::ProtonTrackIdIprong1TrackIdintPointer into Tracks
    o2::aod::hyhe4data::PionTrackIdIprong2TrackIdintPointer into Tracks
    o2::aod::hyhe4data::CollisionIdIcollisionIdint32Pointer into Collisions
    o2::aod::hyhe4data::Decay3BodyIdIdecay3BodysIdint32Pointer into Decay3Bodys
    o2::aod::hyhe4data::Signsignintsign (positive = matter)
    o2::aod::hyhe4data::Helium3Xhelium3Xfloatprong0 track X at min
    o2::aod::hyhe4data::ProtonXprotonXfloatprong1 track X at min
    o2::aod::hyhe4data::PionXpionXfloatprong2 track X at min
    o2::aod::hyhe4data::PxHelium3pxHelium3floatprong 0 track px at min; NB already charge-corrected! Not rigidity anymore!
    o2::aod::hyhe4data::PyHelium3pyHelium3floatprong 0 track py at min; NB already charge-corrected! Not rigidity anymore!
    o2::aod::hyhe4data::PzHelium3pzHelium3floatprong 0 track pz at min; NB already charge-corrected! Not rigidity anymore!
    o2::aod::hyhe4data::PxProtonpxProtonfloatprong 1 track px at min
    o2::aod::hyhe4data::PyProtonpyProtonfloatprong 1 track py at min
    o2::aod::hyhe4data::PzProtonpzProtonfloatprong 1 track pz at min
    o2::aod::hyhe4data::PxPionpxPionfloatprong 1 track px at min
    o2::aod::hyhe4data::PyPionpyPionfloatprong 1 track py at min
    o2::aod::hyhe4data::PzPionpzPionfloatprong 1 track pz at min
    o2::aod::hyhe4data::Xxfloatdecay position X
    o2::aod::hyhe4data::Yyfloatdecay position Y
    o2::aod::hyhe4data::Zzfloatdecay position Z
    o2::aod::hyhe4data::DCADaughtersdcaDaughtersfloatDCA between V0 daughters
    o2::aod::hyhe4data::DCAHelium3ToPVdcaHelium3ToPVfloatDCA positive prong to PV
    o2::aod::hyhe4data::DCAProtonToPVdcaProtonToPVfloatDCA positive prong to PV
    o2::aod::hyhe4data::DCAPionToPVdcaPionToPVfloatDCA positive prong to PV
    o2::aod::hyhe4data::DCAxyHyHe4ToPVdcaxyHyHe4ToPVfloatDCAxy
    o2::aod::hyhe4data::DCAzHyHe4ToPVdcazHyHe4ToPVfloatDCAz
    o2::aod::hyhe4data::PtDptfloatpT
    o2::aod::hyhe4data::PtHelium3DptHelium3floatpT of prong 0 (identified as Helium-3)
    o2::aod::hyhe4data::PtProtonDptProtonfloatpT of prong 0 (identified as proton)
    o2::aod::hyhe4data::PtPionDptPionfloatpT of prong 0 (identified as proton)
    o2::aod::hyhe4data::DecayRadiusDdecayRadiusfloatdecay radius (2D, centered at zero)
    o2::aod::hyhe4data::MDmfloatmass under hyperhelium-4 hypo
    o2::aod::hyhe4data::YHyHe4DyHyHe4floaty -> FIXME add Hyperhelium4 mass to physics constants
    +
    + +
    + +### o2-analysis-lf-hyper-kink-reco-task +Code file: hyperKinkRecoTask.cxx +
    + + +
    +
    + +
    +
    + Header file: PWGLF/DataModel/LFHypernucleiTables.h +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    NameGetterTypeComment
    o2::soa::IndexGIglobalIndexint64_t
    o2::aod::hyperrec::XPrimVtxxPrimVtxfloat
    o2::aod::hyperrec::YPrimVtxyPrimVtxfloat
    o2::aod::hyperrec::ZPrimVtxzPrimVtxfloat
    o2::aod::hyperrec::XDecVtxxDecVtxfloat
    o2::aod::hyperrec::YDecVtxyDecVtxfloat
    o2::aod::hyperrec::ZDecVtxzDecVtxfloat
    o2::aod::hyperrec::IsMatterisMatterbool
    o2::aod::hyperkink::PtHyperptHyperfloat
    o2::aod::hyperkink::PhiHyperphiHyperfloat
    o2::aod::hyperkink::EtaHyperetaHyperfloat
    o2::aod::hyperkink::PtTritptTritfloat
    o2::aod::hyperkink::PhiTritphiTritfloat
    o2::aod::hyperkink::EtaTritetaTritfloat
    o2::aod::hyperkink::DcaHyperPvdcaHyperPvfloat
    o2::aod::hyperkink::DcaTritPvdcaTritPvfloat
    o2::aod::hyperkink::DCAKinkTopodcaKinkTopofloat
    o2::aod::hyperkink::ITSclusterSizesHyperitsClusterSizesHyperuint32_t
    o2::aod::hyperkink::ITSclusterSizesTrititsClusterSizesTrituint32_t
    o2::aod::hyperkink::PIDinTrackTritpidInTrackTrituint8_t
    o2::aod::hyperkink::TPCmomTrittpcMomTritfloat
    o2::aod::hyperkink::TPCsignalTrittpcSignalTrituint16_t
    o2::aod::hyperkink::NSigmaTPCTritnSigmaTPCTritfloat
    o2::aod::hyperkink::NSigmaTOFTritnSigmaTOFTritfloat
    +
    + + +
    +
    + +
    +
    + Header file: PWGLF/DataModel/LFHypernucleiTables.h +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + - + - + - + - + - + - + - + + + + + + + + + + + + + + + + + + + + + + - + - + + + + + + + + + + + +
    NameGetterTypeComment
    o2::soa::IndexGIglobalIndexint64_t
    o2::aod::hyperrec::XPrimVtxxPrimVtxfloat
    o2::aod::hyperrec::YPrimVtxyPrimVtxfloat
    o2::aod::hyperrec::ZPrimVtxzPrimVtxfloat
    o2::aod::hyperrec::XDecVtxxDecVtxfloat
    o2::aod::hyperrec::YDecVtxyDecVtxfloat
    o2::aod::hyperrec::ZDecVtxzDecVtxfloat
    o2::aod::hyperrec::IsMatterisMatterbool
    o2::aod::hyperkink::PtHyperptHyperfloat
    o2::aod::hyperkink::PhiHyperphiHyperfloat
    o2::aod::hyperkink::EtaHyperetaHyperfloat
    o2::aod::hyperkink::PtTritptTritfloat
    o2::aod::hyperkink::PhiTritphiTritfloat
    o2::aod::hyperkink::EtaTritetaTritfloat
    o2::aod::hyperkink::DcaHyperPvdcaHyperPvfloat
    o2::aod::hyperkink::DcaTritPvdcaTritPvfloat
    o2::aod::hyperkink::DCAKinkTopodcaKinkTopofloat
    o2::aod::hyperkink::ITSclusterSizesHyperitsClusterSizesHyperuint32_t
    o2::aod::hyperkink::ITSclusterSizesTrititsClusterSizesTrituint32_t
    o2::aod::hyperkink::PIDinTrackTritpidInTrackTrituint8_t
    o2::aod::hyperkink::TPCmomTrittpcMomTritfloat
    o2::aod::hyperkink::TPCsignalTrittpcSignalTrituint16_t
    o2::aod::hyperkink::NSigmaTPCTritnSigmaTPCTritfloat
    o2::aod::hyperkink::NSigmaTOFTritnSigmaTOFTritfloat
    o2::aod::hyperrec::GenXDecVtxgenXDecVtxfloat
    o2::aod::hyperrec::GenYDecVtxgenYDecVtx float
    o2::aod::hyperkink::PhiHypero2::aod::hyperrec::GenZDecVtx phiHypergenZDecVtx float
    o2::aod::hyperkink::EtaHypero2::aod::hyperrec::GenPt etaHypergenPt float
    o2::aod::hyperkink::PtTrito2::aod::hyperkink::GenPtTrit ptTritgenPtTrit float
    o2::aod::hyperkink::PhiTrito2::aod::hyperrec::IsReco phiTritisRecobool
    o2::aod::hyperrec::IsSignalisSignalbool
    o2::aod::hyperkink::MCMaskmcMaskbool
    o2::aod::hyperkink::HyperPtITShyperPtITS float
    o2::aod::hyperkink::EtaTrito2::aod::hyperrec::IsRecoMCCollision etaTritisRecoMCCollisionbool
    o2::aod::hyperrec::IsSurvEvSelisSurvEvSelbool
    +
    + +
    + +### o2-analysis-lf-hypertriton-reco-task +Code file: hyperRecoTask.cxx +
    + + +
    +
    + +
    +
    + Header file: PWGLF/DataModel/LFHypernucleiTables.h +
    +
    Is used in: +
      +
    • o2::aod::DataHypCand = o2::aod::DataHypCands::iterator
    • +
    +
    + + + + + + + + + + + + + + + + + + + - + - + - + - + - + - + - + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + - + - + - + - + - + + + + +
    NameGetterTypeComment
    o2::soa::IndexGIglobalIndexint64_t
    o2::aod::hyperrec::CentralityFT0AcentralityFT0A float
    o2::aod::hyperkink::DcaHyperPvo2::aod::hyperrec::CentralityFT0C dcaHyperPvcentralityFT0C float
    o2::aod::hyperkink::DcaTritPvo2::aod::hyperrec::CentralityFT0M dcaTritPvcentralityFT0M float
    o2::aod::hyperkink::DCAKinkTopoo2::aod::hyperrec::XPrimVtx dcaKinkTopoxPrimVtx float
    o2::aod::hyperkink::ITSclusterSizesHypero2::aod::hyperrec::YPrimVtx itsClusterSizesHyperyPrimVtxfloat
    o2::aod::hyperrec::ZPrimVtxzPrimVtxfloat
    o2::aod::hyperrec::IsMatterisMatterbool
    o2::aod::hyperrec::PtHe3ptHe3float
    o2::aod::hyperrec::PhiHe3phiHe3float
    o2::aod::hyperrec::EtaHe3etaHe3float
    o2::aod::hyperrec::PtPiptPifloat
    o2::aod::hyperrec::PhiPiphiPifloat
    o2::aod::hyperrec::EtaPietaPifloat
    o2::aod::hyperrec::XDecVtxxDecVtxfloat
    o2::aod::hyperrec::YDecVtxyDecVtxfloat
    o2::aod::hyperrec::ZDecVtxzDecVtxfloat
    o2::aod::hyperrec::DcaV0DaugdcaV0Daugfloat
    o2::aod::hyperrec::DcaHedcaHefloat
    o2::aod::hyperrec::DcaPidcaPifloat
    o2::aod::hyperrec::NSigmaHenSigmaHefloat
    o2::aod::hyperrec::NTPCclusHenTPCclusHeuint8_t
    o2::aod::hyperrec::NTPCclusPinTPCclusPiuint8_t
    o2::aod::hyperrec::TPCmomHetpcMomHefloat
    o2::aod::hyperrec::TPCmomPitpcMomPifloat
    o2::aod::hyperrec::TPCsignalHetpcSignalHeuint16_t
    o2::aod::hyperrec::TPCsignalPitpcSignalPiuint16_t
    o2::aod::hyperrec::TPCChi2HetpcChi2Hefloat
    o2::aod::hyperrec::ITSclusterSizesHeitsClusterSizesHe uint32_t
    o2::aod::hyperkink::ITSclusterSizesTrito2::aod::hyperrec::ITSclusterSizesPi itsClusterSizesTrititsClusterSizesPi uint32_t
    o2::aod::hyperkink::PIDinTrackTrito2::aod::hyperrec::Flags pidInTrackTritflags uint8_t
    o2::aod::hyperkink::TPCmomTrito2::aod::hyperrec::TrackedClSize tpcMomTrittrackedClSizeint
    +
    + + +
    +
    + +
    +
    + Header file: PWGLF/DataModel/LFHypernucleiTables.h +
    +
    Is used in: +
      +
    • o2::aod::DataHypCandFlow = o2::aod::DataHypCandsFlow::iterator
    • +
    +
    + + + + + + + + + + + + + + + + + + + - + - - + + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + + + + + + + + + + + + + + + + + + + + + + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - + + - + - - + + - + - - + + - + - - + + - + - - + +
    NameGetterTypeComment
    o2::soa::IndexGIglobalIndexint64_t
    o2::aod::hyperrec::CentralityFT0AcentralityFT0A float
    o2::aod::hyperkink::TPCsignalTrito2::aod::hyperrec::CentralityFT0C tpcSignalTrituint16_tcentralityFT0Cfloat
    o2::aod::hyperkink::NSigmaTPCTrito2::aod::hyperrec::CentralityFT0M nSigmaTPCTritcentralityFT0M float
    o2::aod::hyperkink::NSigmaTOFTrito2::aod::hyperrec::PsiFT0A nSigmaTOFTritpsiFT0A float
    o2::aod::hyperrec::GenXDecVtxo2::aod::hyperrec::MultFT0A genXDecVtxmultFT0A float
    o2::aod::hyperrec::GenYDecVtxo2::aod::hyperrec::PsiFT0C genYDecVtxpsiFT0C float
    o2::aod::hyperrec::GenZDecVtxo2::aod::hyperrec::MultFT0C genZDecVtxmultFT0C float
    o2::aod::hyperrec::GenPto2::aod::hyperrec::PsiTPC genPtpsiTPC float
    o2::aod::hyperkink::GenPtTrito2::aod::hyperrec::MultTPC genPtTritmultTPC float
    o2::aod::hyperrec::IsRecoo2::aod::hyperrec::XPrimVtx isRecoxPrimVtxfloat
    o2::aod::hyperrec::YPrimVtxyPrimVtxfloat
    o2::aod::hyperrec::ZPrimVtxzPrimVtxfloat
    o2::aod::hyperrec::IsMatterisMatter bool
    o2::aod::hyperrec::IsSignalo2::aod::hyperrec::PtHe3ptHe3float
    o2::aod::hyperrec::PhiHe3phiHe3float
    o2::aod::hyperrec::EtaHe3etaHe3float
    o2::aod::hyperrec::PtPiptPifloat
    o2::aod::hyperrec::PhiPiphiPifloat
    o2::aod::hyperrec::EtaPietaPifloat
    o2::aod::hyperrec::XDecVtxxDecVtxfloat
    o2::aod::hyperrec::YDecVtxyDecVtxfloat
    o2::aod::hyperrec::ZDecVtxzDecVtxfloat
    o2::aod::hyperrec::DcaV0DaugdcaV0Daugfloat
    o2::aod::hyperrec::DcaHedcaHefloat
    o2::aod::hyperrec::DcaPidcaPifloat
    o2::aod::hyperrec::NSigmaHenSigmaHefloat
    o2::aod::hyperrec::NTPCclusHenTPCclusHeuint8_t
    o2::aod::hyperrec::NTPCclusPinTPCclusPiuint8_t
    o2::aod::hyperrec::TPCmomHetpcMomHefloat
    o2::aod::hyperrec::TPCmomPitpcMomPifloat
    o2::aod::hyperrec::TPCsignalHetpcSignalHeuint16_t
    o2::aod::hyperrec::TPCsignalPitpcSignalPiuint16_t
    o2::aod::hyperrec::TPCChi2He isSignalbooltpcChi2Hefloat
    o2::aod::hyperkink::MCMasko2::aod::hyperrec::ITSclusterSizesHe mcMaskboolitsClusterSizesHeuint32_t
    o2::aod::hyperkink::HyperPtITSo2::aod::hyperrec::ITSclusterSizesPi hyperPtITSfloatitsClusterSizesPiuint32_t
    o2::aod::hyperrec::IsRecoMCCollisiono2::aod::hyperrec::Flags isRecoMCCollisionboolflagsuint8_t
    o2::aod::hyperrec::IsSurvEvSelo2::aod::hyperrec::TrackedClSize isSurvEvSelbooltrackedClSizeint
    -
    - -### o2-analysis-lf-hypertriton-reco-task -Code file: hyperRecoTask.cxx -
    - - + + +### o2-analysis-lf-hypertriton3bodyfinder +Code file: hypertriton3bodyfinder.cxx +
    + +
    -
    Is used in: -
      -
    • o2::aod::DataHypCandFlow = o2::aod::DataHypCandsFlow::iterator
    • -
    + Header file: PWGLF/DataModel/Vtx3BodyTables.h
    @@ -82549,279 +84349,610 @@ Code file: o2::aod::McVtx3BodyLabels +
    +
    + Table joinable with Vtx3BodyData containing the MC labels +
    +
    +
    Is used in: +
      +
    • o2::aod::McVtx3BodyLabel = o2::aod::McVtx3BodyLabels::iterator
    • +
    +
    +
    + + + + + + + + + + + + + + +
    NameGetterTypeComment
    o2::aod::mcvtx3bodylabel::McParticleIdImcParticleIdint32MC particle for Vtx3BodyDatas
    +
    + +
    + +### o2-analysis-lf-lithium4analysis +Code file: lithium4analysis.cxx +
    + + +
    +
    + +
    + + + + + + + + + + + - + - + - + - + - - + + + + + + + + + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - - + + - + - + - + - + - + - - + + - + - - + + - + - + - + - + - + - - + + - + - - + + - + - - + + - + - + - + - - + + - + - + - + - - + + + + + + + + +
    NameGetterTypeComment
    o2::aod::Lithium4TablesNS::PtHe3 yPrimVtxptHe3 float
    o2::aod::hyperrec::ZPrimVtxo2::aod::Lithium4TablesNS::EtaHe3 zPrimVtxetaHe3 float
    o2::aod::hyperrec::IsMattero2::aod::Lithium4TablesNS::PhiHe3 isMatterboolphiHe3float
    o2::aod::Lithium4TablesNS::PtPrptPrfloat
    o2::aod::hyperrec::PtHe3o2::aod::Lithium4TablesNS::EtaPr ptHe3etaPr float
    o2::aod::hyperrec::PhiHe3o2::aod::Lithium4TablesNS::PhiPr phiHe3phiPr float
    o2::aod::hyperrec::EtaHe3o2::aod::Lithium4TablesNS::DCAxyHe3 etaHe3dcaxyHe3 float
    o2::aod::hyperrec::PtPio2::aod::Lithium4TablesNS::DCAzHe3 ptPidcazHe3 float
    o2::aod::hyperrec::PhiPio2::aod::Lithium4TablesNS::DCAxyPr phiPidcaxyPr float
    o2::aod::hyperrec::EtaPio2::aod::Lithium4TablesNS::DCAzPr etaPidcazPr float
    o2::aod::hyperrec::XDecVtxo2::aod::Lithium4TablesNS::SignalTPCHe3 xDecVtxsignalTPCHe3 float
    o2::aod::hyperrec::YDecVtxo2::aod::Lithium4TablesNS::InnerParamTPCHe3 yDecVtxinnerParamTPCHe3 float
    o2::aod::hyperrec::ZDecVtxo2::aod::Lithium4TablesNS::SignalTPCPr zDecVtxsignalTPCPr float
    o2::aod::hyperrec::DcaV0Daugo2::aod::Lithium4TablesNS::InnerParamTPCPr dcaV0DauginnerParamTPCPr float
    o2::aod::hyperrec::DcaHeo2::aod::Lithium4TablesNS::NClsTPCHe3 dcaHefloatnClsTPCHe3uint8_t
    o2::aod::hyperrec::DcaPio2::aod::Lithium4TablesNS::NSigmaTPCHe3 dcaPinSigmaTPCHe3 float
    o2::aod::hyperrec::NSigmaHeo2::aod::Lithium4TablesNS::NSigmaTPCPr nSigmaHenSigmaTOFPr float
    o2::aod::hyperrec::NTPCclusHeo2::aod::Lithium4TablesNS::Chi2TPCHe3 nTPCclusHeuint8_tchi2TPCHe3float
    o2::aod::hyperrec::NTPCclusPio2::aod::Lithium4TablesNS::Chi2TPCPr nTPCclusPiuint8_tchi2TPCPrfloat
    o2::aod::hyperrec::TPCmomHeo2::aod::Lithium4TablesNS::MassTOFHe3 tpcMomHemassTOFHe3 float
    o2::aod::hyperrec::TPCmomPio2::aod::Lithium4TablesNS::MassTOFPr tpcMomPimassTOFPr float
    o2::aod::hyperrec::TPCsignalHeo2::aod::Lithium4TablesNS::PIDtrkHe3 tpcSignalHeuint16_tpidTrkHe3uint32_t
    o2::aod::hyperrec::TPCsignalPio2::aod::Lithium4TablesNS::PIDtrkPr tpcSignalPiuint16_tpidTrkPruint32_t
    o2::aod::hyperrec::TPCChi2Heo2::aod::Lithium4TablesNS::ItsClusterSizeHe3 tpcChi2HefloatitsClusterSizeHe3uint32_t
    o2::aod::hyperrec::ITSclusterSizesHeo2::aod::Lithium4TablesNS::ItsClusterSizePr itsClusterSizesHeitsClusterSizePr uint32_t
    o2::aod::hyperrec::ITSclusterSizesPio2::aod::Lithium4TablesNS::SharedClustersHe3 itsClusterSizesPiuint32_tsharedClustersHe3uint8_t
    o2::aod::hyperrec::Flagso2::aod::Lithium4TablesNS::SharedClustersPr flagssharedClustersPr uint8_t
    o2::aod::hyperrec::TrackedClSizeo2::aod::Lithium4TablesNS::IsBkgLS trackedClSizeintisBkgLSbool
    o2::aod::Lithium4TablesNS::IsBkgEMisBkgEMbool
    - +
    -
    Is used in: -
      -
    • o2::aod::MCHypCand = o2::aod::MCHypCands::iterator
    • -
    + Header file: PWGLF/DataModel/LFLithium4Tables.h
    @@ -82832,304 +84963,262 @@ Code file: -### o2-analysis-lf-hypertriton3bodyfinder -Code file: hypertriton3bodyfinder.cxx +### o2-analysis-lf-lnn-reco-task +Code file: lnnRecoTask.cxx
    - +
    +
    Is used in: +
      +
    • o2::aod::DataLnnCand = o2::aod::DataLnnCands::iterator
    • +
    @@ -83165,610 +85259,687 @@ Code file: o2::aod::MCLnnCands +
    +
    + +
    +
    +
    Is used in: +
      +
    • o2::aod::MCLnnCand = o2::aod::MCLnnCands::iterator
    • +
    +
    +
    + + + + + + - + + + + - - - - + - + - + - + - + - + - + - + - + - - - + + + - + - - - + + + - + - - - + + + - + - - - - - + + + + + - - - + + + - + - - - + + + - + - - - + + + - + - - - + + + - + - - - + + + - + - - - + + + - + - - - + + + - + - - - + + + - + - - - + + + - + - - - + + + - + - - - + + + - + - - - + + + - + - - - + + + - + - - - - - + + + + + - - - - - + + + + + - - - + + + - + - - - + + + - + - - - - - + + + + + - - - - - + + + + + -
    NameGetterTypeComment
    o2::aod::vtx3body::DCATrack0ToPVo2::soa::IndexGIglobalIndexint64_t dcatrack0topvfloatDCA of prong0 to PV
    o2::aod::vtx3body::DCATrack1ToPVo2::aod::lnnrec::CentralityFT0A dcatrack1topvcentralityFT0A floatDCA of prong1 to PV
    o2::aod::vtx3body::DCATrack2ToPVo2::aod::lnnrec::CentralityFT0C dcatrack2topvcentralityFT0C floatDCA of prong2 to PV
    o2::aod::vtx3body::TOFNSigmaBachDeo2::aod::lnnrec::CentralityFT0M tofNSigmaBachDecentralityFT0M floatRecalculated Nsigma seperation with TOF for deuteron
    o2::aod::vtx3body::PDpo2::aod::lnnrec::XPrimVtxxPrimVtx float3 body p
    o2::aod::vtx3body::PtDpto2::aod::lnnrec::YPrimVtxyPrimVtx float3 body pT
    o2::aod::vtx3body::VtxRadiusDvtxradiuso2::aod::lnnrec::ZPrimVtxzPrimVtx float3 body decay radius (2D, centered at zero)
    o2::aod::vtx3body::DistOverTotMomDdistovertotmom?PV to 3 body decay distance over total momentumo2::aod::lnnrec::IsMatterisMatterbool
    o2::aod::vtx3body::VtxCosPADvtxcosPAo2::aod::lnnrec::Pt3Hpt3H float3 body vtx CosPA
    o2::aod::vtx3body::DCAVtxToPVDdcavtxtopvo2::aod::lnnrec::Phi3Hphi3H floatDCA of 3 body vtx to PV
    o2::aod::vtx3body::MHypertritonDmHypertritono2::aod::lnnrec::Eta3Heta3H floatmass under Hypertriton hypothesis
    o2::aod::vtx3body::MAntiHypertritonDmAntiHypertritono2::aod::lnnrec::PtPiptPi floatmass under antiHypertriton hypothesis
    o2::aod::vtx3body::MHyperHelium4DmHyperHelium4o2::aod::lnnrec::PhiPiphiPi floatmass under HyperHelium4 hypothesis
    o2::aod::vtx3body::MAntiHyperHelium4DmAntiHyperHelium4o2::aod::lnnrec::EtaPietaPi floatmass under antiHyperHelium4 hypothesis
    o2::aod::vtx3body::YHypertritonDyHypertritono2::aod::lnnrec::XDecVtxxDecVtx float3 body vtx y with hypertriton or antihypertriton hypothesis
    o2::aod::vtx3body::YHyperHelium4DyHyperHelium4o2::aod::lnnrec::YDecVtxyDecVtx float3 body vtx y with hyperhelium4 or antihyperhelium4 hypothesis
    o2::aod::vtx3body::EtaDetao2::aod::lnnrec::ZDecVtxzDecVtx float3 body vtx eta
    o2::aod::vtx3body::PhiDphio2::aod::lnnrec::DcaV0DaugdcaV0Daug float3 body vtx phi
    o2::aod::vtx3body::Track0PtDtrack0pto2::aod::lnnrec::Dca3Hdca3H floatdaughter0 pT
    o2::aod::vtx3body::Track0EtaDtrack0etao2::aod::lnnrec::DcaPidcaPi floatdaughter0 eta
    o2::aod::vtx3body::Track0PhiDtrack0phio2::aod::lnnrec::NSigma3HnSigma3H floatdaughter0 phi
    o2::aod::vtx3body::Track1PtDtrack1ptfloatdaughter1 pTo2::aod::lnnrec::NTPCclus3HnTPCclus3Huint8_t
    o2::aod::vtx3body::Track1EtaDtrack1etafloatdaughter1 etao2::aod::lnnrec::NTPCclusPinTPCclusPiuint8_t
    o2::aod::vtx3body::Track1PhiDtrack1phio2::aod::lnnrec::TPCmom3HtpcMom3H floatdaughter1 phi
    o2::aod::vtx3body::Track2PtDtrack2pto2::aod::lnnrec::TPCmomPitpcMomPi floatdaughter2 pT
    o2::aod::vtx3body::Track2EtaDtrack2etafloatdaughter2 etao2::aod::lnnrec::TPCsignal3HtpcSignal3Huint16_t
    o2::aod::vtx3body::Track2PhiDtrack2phifloatdaughter2 phio2::aod::lnnrec::TPCsignalPitpcSignalPiuint16_t
    -
    - - -
    -
    - Table joinable with Vtx3BodyData containing the MC labels -
    - -
    Is used in: -
      -
    • o2::aod::McVtx3BodyLabel = o2::aod::McVtx3BodyLabels::iterator
    • -
    -
    - - - - - - + + + + + - - - - - + + + + + -
    NameGetterTypeCommento2::aod::lnnrec::MassTrTOFmass2TrTOFfloat
    o2::aod::mcvtx3bodylabel::McParticleIdImcParticleIdint32MC particle for Vtx3BodyDataso2::aod::lnnrec::ITSclusterSizes3HitsClusterSizes3Huint32_t
    -
    - -
    - -### o2-analysis-lf-lithium4analysis -Code file: lithium4analysis.cxx -
    - - -
    -
    - -
    - - - - - - - + + + + + - + - - + + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - - + + - + - - + + - + - - + + +
    NameGetterTypeCommento2::aod::lnnrec::ITSclusterSizesPiitsClusterSizesPiuint32_t
    o2::aod::Lithium4TablesNS::PtHe3o2::aod::lnnrec::Flags ptHe3floatflagsuint8_t
    o2::aod::Lithium4TablesNS::EtaHe3o2::aod::lnnrec::GenPt etaHe3genPt float
    o2::aod::Lithium4TablesNS::PhiHe3o2::aod::lnnrec::GenPhi phiHe3genPhi float
    o2::aod::Lithium4TablesNS::PtPro2::aod::lnnrec::GenEta ptPrgenEta float
    o2::aod::Lithium4TablesNS::EtaPro2::aod::lnnrec::GenPt3H etaPrgenPt3H float
    o2::aod::Lithium4TablesNS::PhiPro2::aod::lnnrec::GenXDecVtx phiPrgenXDecVtx float
    o2::aod::Lithium4TablesNS::DCAxyHe3o2::aod::lnnrec::GenYDecVtx dcaxyHe3genYDecVtx float
    o2::aod::Lithium4TablesNS::DCAzHe3o2::aod::lnnrec::GenZDecVtx dcazHe3genZDecVtx float
    o2::aod::Lithium4TablesNS::DCAxyPro2::aod::lnnrec::IsReco dcaxyPrfloatisRecobool
    o2::aod::Lithium4TablesNS::DCAzPro2::aod::lnnrec::IsSignal dcazPrfloatisSignalbool
    o2::aod::Lithium4TablesNS::SignalTPCHe3o2::aod::lnnrec::SurvivedEventSelection signalTPCHe3floatsurvivedEventSelectionbool
    +
    + +
    + +### o2-analysis-lf-nuclei-spectra +Code file: nucleiSpectra.cxx +
    + + +
    +
    + +
    + + + + + + + + + - + - + - + - + - + - + - + - - + + - + - + - + - + - + - + - + - + - + - + - + - + - + - - + + - + - - + + - + - - + + - + - - + + - + - + - + - + - + - - + + - + - - + +
    NameGetterTypeComment
    o2::aod::Lithium4TablesNS::InnerParamTPCHe3o2::aod::NucleiTableNS::Pt innerParamTPCHe3pt float
    o2::aod::Lithium4TablesNS::SignalTPCPro2::aod::NucleiTableNS::Eta signalTPCPreta float
    o2::aod::Lithium4TablesNS::InnerParamTPCPro2::aod::NucleiTableNS::Phi innerParamTPCPrphi float
    o2::aod::Lithium4TablesNS::NClsTPCHe3o2::aod::NucleiTableNS::TPCInnerParam nClsTPCHe3uint8_ttpcInnerParamfloat
    o2::aod::Lithium4TablesNS::NSigmaTPCHe3o2::aod::NucleiTableNS::Beta nSigmaTPCHe3beta float
    o2::aod::Lithium4TablesNS::NSigmaTPCPro2::aod::NucleiTableNS::Zvertex nSigmaTOFPrzVertex float
    o2::aod::Lithium4TablesNS::Chi2TPCHe3o2::aod::NucleiTableNS::DCAxy chi2TPCHe3dcaxy float
    o2::aod::Lithium4TablesNS::Chi2TPCPro2::aod::NucleiTableNS::DCAz chi2TPCPrdcaz float
    o2::aod::Lithium4TablesNS::MassTOFHe3o2::aod::NucleiTableNS::TPCsignal massTOFHe3tpcSignal float
    o2::aod::Lithium4TablesNS::MassTOFPro2::aod::NucleiTableNS::ITSchi2 massTOFPritsChi2 float
    o2::aod::Lithium4TablesNS::PIDtrkHe3o2::aod::NucleiTableNS::TPCchi2 pidTrkHe3uint32_ttpcChi2float
    o2::aod::Lithium4TablesNS::PIDtrkPro2::aod::NucleiTableNS::Flags pidTrkPruint32_tflagsuint16_t
    o2::aod::Lithium4TablesNS::ItsClusterSizeHe3o2::aod::NucleiTableNS::TPCfindableCls itsClusterSizeHe3uint32_ttpcFindableClsuint8_t
    o2::aod::Lithium4TablesNS::ItsClusterSizePro2::aod::NucleiTableNS::TPCcrossedRows itsClusterSizePruint32_ttpcCrossedRowsuint8_t
    o2::aod::Lithium4TablesNS::SharedClustersHe3o2::aod::NucleiTableNS::ITSclsMap sharedClustersHe3itsClsMap uint8_t
    o2::aod::Lithium4TablesNS::SharedClustersPro2::aod::NucleiTableNS::TPCnCls sharedClustersPrtpcNCls uint8_t
    o2::aod::Lithium4TablesNS::IsBkgLSo2::aod::NucleiTableNS::TPCnClsShared isBkgLSbooltpcNClsShareduint8_t
    o2::aod::Lithium4TablesNS::IsBkgEMo2::aod::NucleiTableNS::ITSclusterSizes isBkgEMboolitsClusterSizesuint32_t
    - +
    @@ -83779,262 +85950,274 @@ Code file: o2::aod::NucleiTableMC +
    - - - - - + + + + + - + - + - + - - + + - + - + - + - + - + - + - + - + - + - + - + - + - + - - + + - + - - + + - + - - + + - + - - + + - + - + - + - + - + - - + + - + - - + + - + - - + + - + - - + + - + - + - + - + - + - + - + - - + + - + - - + + - - + - + +
    o2::aod::Lithium4TablesNS::SignalTPCPrsignalTPCPrfloatNameGetterTypeComment
    o2::aod::Lithium4TablesNS::InnerParamTPCPro2::aod::NucleiTableNS::Pt innerParamTPCPrpt float
    o2::aod::Lithium4TablesNS::NClsTPCHe3o2::aod::NucleiTableNS::Eta nClsTPCHe3uint8_tetafloat
    o2::aod::Lithium4TablesNS::NSigmaTPCHe3o2::aod::NucleiTableNS::Phi nSigmaTPCHe3phi float
    o2::aod::Lithium4TablesNS::NSigmaTPCPro2::aod::NucleiTableNS::TPCInnerParam nSigmaTOFPrtpcInnerParam float
    o2::aod::Lithium4TablesNS::Chi2TPCHe3o2::aod::NucleiTableNS::Beta chi2TPCHe3beta float
    o2::aod::Lithium4TablesNS::Chi2TPCPro2::aod::NucleiTableNS::Zvertex chi2TPCPrzVertex float
    o2::aod::Lithium4TablesNS::MassTOFHe3o2::aod::NucleiTableNS::DCAxy massTOFHe3dcaxy float
    o2::aod::Lithium4TablesNS::MassTOFPro2::aod::NucleiTableNS::DCAz massTOFPrdcaz float
    o2::aod::Lithium4TablesNS::PIDtrkHe3o2::aod::NucleiTableNS::TPCsignal pidTrkHe3uint32_ttpcSignalfloat
    o2::aod::Lithium4TablesNS::PIDtrkPro2::aod::NucleiTableNS::ITSchi2 pidTrkPruint32_titsChi2float
    o2::aod::Lithium4TablesNS::ItsClusterSizeHe3o2::aod::NucleiTableNS::TPCchi2 itsClusterSizeHe3uint32_ttpcChi2float
    o2::aod::Lithium4TablesNS::ItsClusterSizePro2::aod::NucleiTableNS::Flags itsClusterSizePruint32_tflagsuint16_t
    o2::aod::Lithium4TablesNS::SharedClustersHe3o2::aod::NucleiTableNS::TPCfindableCls sharedClustersHe3tpcFindableCls uint8_t
    o2::aod::Lithium4TablesNS::SharedClustersPro2::aod::NucleiTableNS::TPCcrossedRows sharedClustersPrtpcCrossedRows uint8_t
    o2::aod::Lithium4TablesNS::IsBkgLSo2::aod::NucleiTableNS::ITSclsMap isBkgLSboolitsClsMapuint8_t
    o2::aod::Lithium4TablesNS::IsBkgEMo2::aod::NucleiTableNS::TPCnCls isBkgEMbooltpcNClsuint8_t
    o2::aod::Lithium4TablesNS::PtMCHe3o2::aod::NucleiTableNS::TPCnClsShared ptMCHe3floattpcNClsShareduint8_t
    o2::aod::Lithium4TablesNS::EtaMCHe3o2::aod::NucleiTableNS::ITSclusterSizes etaMCHe3floatitsClusterSizesuint32_t
    o2::aod::Lithium4TablesNS::PhiMCHe3o2::aod::NucleiTableNS::gPt phiMCHe3genPt float
    o2::aod::Lithium4TablesNS::PtMCPro2::aod::NucleiTableNS::gEta ptMCPrgenEta float
    o2::aod::Lithium4TablesNS::EtaMCPro2::aod::NucleiTableNS::gPhi etaMCPrgenPhi float
    o2::aod::Lithium4TablesNS::PhiMCPro2::aod::NucleiTableNS::PDGcode phiMCPrfloatpdgCodeint
    o2::aod::Lithium4TablesNS::SignedPtMCo2::aod::NucleiTableNS::SurvivedEventSelection signedPtMCfloatsurvivedEventSelectionbool
    o2::aod::Lithium4TablesNS:GIo2::aod::NucleiTableNS::AbsoDecL ?absoDecLfloat
    @@ -84042,22 +86225,17 @@ Code file: lnnRecoTask.cxx +### o2-analysis-lf-pidtof-generic +Code file: pidTOFGeneric.cxx
    - +
    - + Table of the event time. One entry per collision.
    -
    Is used in: -
      -
    • o2::aod::DataLnnCand = o2::aod::DataLnnCands::iterator
    • -
    + Header file: PWGLF/DataModel/pidTOFGeneric.h
    @@ -84068,237 +86246,281 @@ Code file: o2::aod::EvTimeTOFFT0ForTrack +
    - - - - - + + + + + - + - + - + - + - + - + +
    o2::aod::lnnrec::IsMatterisMatterboolNameGetterTypeComment
    o2::aod::lnnrec::Pt3Ho2::aod::tracktime::EvTimeForTrack pt3HevTimeForTrack floatEvent time. Removed the bias for the specific track
    o2::aod::lnnrec::Phi3Ho2::aod::tracktime::EvTimeErrForTrack phi3HevTimeErrForTrack floatError of event time. Removed the bias for the specific track
    +
    + +
    + +### o2-analysis-lf-spectra-derived +Code file: spectraDerivedMaker.cxx +
    + + +
    +
    + +
    +
    + Header file: PWGLF/DataModel/spectraTOF.h +
    +
    Is used in: +
      +
    • o2::aod::SpColl = o2::aod::SpColls::iterator
    • +
    +
    + - - - - - + + + + + - - - - + + + + - - - - + + + + - + - + - + - + - + - + - + - + - + - + - + - + - - + + - + - - + + - + - - + + - - - + + + + + + + + + + + + + + + + + - + - - - - - + + + + + - - - - - + + + + + - - - + + + - + - - - + + + - + - - - - - + + + + + - - - - - + + + + + - - - + + + - + - - - - - + + + + + - - - - - + + + + + - - - - - + + + + + + + + + + + +
    o2::aod::lnnrec::Eta3Heta3HfloatNameGetterTypeComment
    o2::aod::lnnrec::PtPiptPifloato2::soa::IndexGIglobalIndexint64_t
    o2::aod::lnnrec::PhiPiphiPifloato2::aod::‌collision::NumContrib numContribuint16_tNumber of tracks used for the vertex
    o2::aod::lnnrec::EtaPio2::aod::‌collision::PosX etaPiposX floatX Vertex position in cm
    o2::aod::lnnrec::XDecVtxo2::aod::‌collision::PosY xDecVtxposY floatY Vertex position in cm
    o2::aod::lnnrec::YDecVtxo2::aod::‌collision::PosZ yDecVtxposZ floatZ Vertex position in cm
    o2::aod::lnnrec::ZDecVtxo2::aod::spectra::CentFT0M zDecVtxcentFT0M float
    o2::aod::lnnrec::DcaV0Daugo2::aod::spectra::Sel8 dcaV0Daugfloatsel8bool
    o2::aod::lnnrec::Dca3Ho2::aod::spectra::MultNTracksPVeta1 dca3HfloatmultNTracksPVeta1int
    o2::aod::lnnrec::DcaPio2::aod::spectra::RunNumber dcaPifloatrunNumberint
    o2::aod::lnnrec::NSigma3HnSigma3Ho2::aod::spectra::IsInelGt0DisInelGt0boolis INEL > 0
    o2::aod::spectra::IsInelGt1DisInelGt1boolis INEL > 1
    o2::aod::spectra::CentFV0ADcentFV0A floatDummy
    o2::aod::lnnrec::NTPCclus3HnTPCclus3Huint8_to2::aod::spectra::CentFT0ADcentFT0AfloatDummy
    o2::aod::lnnrec::NTPCclusPinTPCclusPiuint8_to2::aod::spectra::CentFT0CDcentFT0CfloatDummy
    o2::aod::lnnrec::TPCmom3HtpcMom3Ho2::aod::spectra::MultZeqFV0ADmultZeqFV0A floatDummy
    o2::aod::lnnrec::TPCmomPitpcMomPio2::aod::spectra::MultZeqFT0ADmultZeqFT0A floatDummy
    o2::aod::lnnrec::TPCsignal3HtpcSignal3Huint16_to2::aod::spectra::MultZeqFT0CDmultZeqFT0CfloatDummy
    o2::aod::lnnrec::TPCsignalPitpcSignalPiuint16_to2::aod::spectra::MultZeqFDDADmultZeqFDDAfloatDummy
    o2::aod::lnnrec::MassTrTOFmass2TrTOFo2::aod::spectra::MultZeqFDDCDmultZeqFDDC floatDummy
    o2::aod::lnnrec::ITSclusterSizes3HitsClusterSizes3Huint32_to2::aod::spectra::MultZeqNTracksPVDmultZeqNTracksPVfloatDummy
    o2::aod::lnnrec::ITSclusterSizesPiitsClusterSizesPiuint32_to2::aod::spectra::MultTrackletsDmultTrackletsfloatDummy
    o2::aod::lnnrec::Flagsflagsuint8_to2::aod::spectra::MultTPCDmultTPCfloatDummy
    o2::aod::spectra::SelectionBitDselection_bitboolDummy
    - +
    -
    Is used in: -
      -
    • o2::aod::MCLnnCand = o2::aod::MCLnnCands::iterator
    • -
    + Header file: PWGLF/DataModel/spectraTOF.h
    @@ -84316,301 +86538,448 @@ Code file: nucleiSpectra.cxx +### o2-analysis-lf-threebody-kf-task +Code file: threebodyKFTask.cxx
    - +
    @@ -84621,722 +86990,672 @@ Code file: o2::aod::NucleiTableFlow -
    - - - - - + + + + + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - - - - + + + + -
    NameGetterTypeCommento2::aod::kfvtx3body::DCAVtxToPVKFdcavtxtopvkffloat3 body vtx DCA to PV from KFParticle (using kfpPV)
    o2::aod::NucleiFlowTableNS::CentFV0Ao2::aod::kfvtx3body::DCAXYVtxToPVKF centFV0Adcaxyvtxtopvkf float3 body vtx DCAxy to PV from KFParticle (using kfpPV)
    o2::aod::NucleiFlowTableNS::CentFT0Mo2::aod::kfvtx3body::VtxCosPAKF centFT0Mvtxcospakf float3 body vtx CosPA from KFParticle (using kfpPV)
    o2::aod::NucleiFlowTableNS::CentFT0Ao2::aod::kfvtx3body::VtxCosXYPAKF centFT0Avtxcosxypakf float3 body vtx CosPA from KFParticle (using kfpPV)
    o2::aod::NucleiFlowTableNS::CentFT0Co2::aod::kfvtx3body::VtxCosPAKFtopo centFT0Cvtxcospakftopo float3 body vtx CosPA from KFParticle after topological constraint (using kfpPV)
    o2::aod::NucleiFlowTableNS::PsiFT0Ao2::aod::kfvtx3body::VtxCosXYPAKFtopo psiFT0Avtxcosxypakftopo float3 body vtx CosPA from KFParticle after topological constraint (using kfpPV)
    o2::aod::NucleiFlowTableNS::MultFT0Ao2::aod::kfvtx3body::DecayLKF multFT0Adecaylkf float3 body vtx decay length from KFParticle (using kfpPV after topological constraint)
    o2::aod::NucleiFlowTableNS::PsiFT0Co2::aod::kfvtx3body::DecayLXYKF psiFT0Cdecaylxykf float3 body vtx decay length XY from KFParticle (using kfpPV after topological constraint)
    o2::aod::NucleiFlowTableNS::MultFT0Co2::aod::kfvtx3body::DecayLDeltaL multFT0Cdecayldeltal float3 body vtx l/dl from KFParticle (using kfpPV after topological constraint)
    o2::aod::NucleiFlowTableNS::PsiTPCo2::aod::kfvtx3body::Chi2geoNDF psiTPCchi2geondf float3 body vtx chi2geo from geometrical KFParticle fit
    o2::aod::NucleiFlowTableNS::PsiTPClo2::aod::kfvtx3body::Chi2topoNDF psiTPClchi2topondf float3 body vtx chi2topo from KFParticle topological constraint to the PV (using kfpPV)
    o2::aod::NucleiFlowTableNS::PsiTPCro2::aod::kfvtx3body::CTauKF psiTPCrctaukf float3 body vtx ctau from KFParticle
    o2::aod::NucleiFlowTableNS::MultTPCmultTPCinto2::aod::kfvtx3body::CTauKFtopo ctaukftopofloat3 body vtx ctau from KFParticle after topological constraint
    -
    - - -
    -
    - -
    - - - - - - - + + + + + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - + - + - + - + - + - + - + - + - + - - - - + + + + - - - - + + + + - + - + - + -
    NameGetterTypeCommento2::aod::kfvtx3body::MassV0massv0floatproton, pion vertex mass
    o2::aod::NucleiTableNS::Pto2::aod::kfvtx3body::Chi2MassV0 ptchi2massv0 floatchi2 of proton, pion mass constraint to Lambda mass
    o2::aod::NucleiTableNS::Etao2::aod::vtx3body::PxTrack0 etapxtrack0 floattrack0 px at min
    o2::aod::NucleiTableNS::Phio2::aod::vtx3body::PyTrack0 phipytrack0 floattrack0 py at min
    o2::aod::NucleiTableNS::TPCInnerParamo2::aod::vtx3body::PzTrack0 tpcInnerParampztrack0 floattrack0 pz at min
    o2::aod::NucleiTableNS::Betao2::aod::vtx3body::PxTrack1 betapxtrack1 floattrack1 px at min
    o2::aod::NucleiTableNS::Zvertexo2::aod::vtx3body::PyTrack1 zVertexpytrack1 floattrack1 py at min
    o2::aod::NucleiTableNS::DCAxyo2::aod::vtx3body::PzTrack1 dcaxypztrack1 floattrack1 pz at min
    o2::aod::NucleiTableNS::DCAzo2::aod::vtx3body::PxTrack2 dcazpxtrack2 floattrack2 px at min
    o2::aod::NucleiTableNS::TPCsignalo2::aod::vtx3body::PyTrack2 tpcSignalpytrack2 floattrack2 py at min
    o2::aod::NucleiTableNS::ITSchi2o2::aod::vtx3body::PzTrack2 itsChi2pztrack2 floattrack2 pz at min
    o2::aod::NucleiTableNS::TPCchi2o2::aod::kfvtx3body::DCATrack0ToPVKF tpcChi2dcatrack0topvkf floatDCA of proton prong to PV from KFParticle
    o2::aod::NucleiTableNS::Flagsflagsuint16_to2::aod::kfvtx3body::DCATrack1ToPVKF dcatrack1topvkffloatDCA of pion prong to PV from KFParticle
    o2::aod::NucleiTableNS::TPCfindableClstpcFindableClsuint8_to2::aod::kfvtx3body::DCATrack2ToPVKF dcatrack2topvkffloatDCA of deuteron prong to PV from KFParticle
    o2::aod::NucleiTableNS::TPCcrossedRowstpcCrossedRowsuint8_to2::aod::kfvtx3body::DCAxyTrack0ToPVKF dcaxytrack0topvkffloatDCAxy of proton prong to PV from KFParticle
    o2::aod::NucleiTableNS::ITSclsMapitsClsMapuint8_to2::aod::kfvtx3body::DCAxyTrack1ToPVKF dcaxytrack1topvkffloatDCAxy of pion prong to PV from KFParticle
    o2::aod::NucleiTableNS::TPCnClstpcNClsuint8_to2::aod::kfvtx3body::DCAxyTrack2ToPVKF dcaxytrack2topvkffloatDCAxy of deuteron prong to PV from KFParticle
    o2::aod::NucleiTableNS::TPCnClsSharedtpcNClsShareduint8_to2::aod::kfvtx3body::DCAxyTrack0ToSVKF dcaxytrack0tosvkffloatDCAxy of proton prong to SV from KFParticle
    o2::aod::NucleiTableNS::ITSclusterSizesitsClusterSizesuint32_to2::aod::kfvtx3body::DCAxyTrack1ToSVKF dcaxytrack1tosvkffloatDCAxy of pion prong to SV from KFParticle
    o2::aod::NucleiTableNS::gPto2::aod::kfvtx3body::DCAxyTrack2ToSVKF genPtdcaxytrack2tosvkf floatDCAxy of deuteron prong to SV from KFParticle
    o2::aod::NucleiTableNS::gEtao2::aod::kfvtx3body::DCAxyTrack0ToTrack1KF genEtadcaxytrack0totrack1kf floatDCAxy of proton prong to pion from KFParticle
    o2::aod::NucleiTableNS::gPhio2::aod::kfvtx3body::DCAxyTrack0ToTrack2KF genPhidcaxytrack0totrack2kf floatDCAxy of proton prong to deuteron from KFParticle
    o2::aod::NucleiTableNS::PDGcodepdgCodeinto2::aod::kfvtx3body::DCAxyTrack1ToTrack2KF dcaxytrack1totrack2kffloatDCAxy of pion prong to deuteron from KFParticle
    o2::aod::NucleiTableNS::SurvivedEventSelectionsurvivedEventSelectionboolo2::aod::kfvtx3body::DCAVtxDaughtersKF dcavtxdaughterskffloatsum of DCAs between daughters in 3D from KFParticle
    o2::aod::NucleiTableNS::AbsoDecLo2::aod::kfvtx3body::DCAxyTrackPosToPV absoDecLdcaxytrackpostopv floatDCAxy of positive track to PV (propagated before vtx fit)
    -
    - -
    - -### o2-analysis-lf-pidtof-generic -Code file: pidTOFGeneric.cxx -
    - - -
    -
    - Table of the event time. One entry per collision. -
    - - - - - - - + + + + + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + -
    NameGetterTypeCommento2::aod::kfvtx3body::DCAxyTrackNegToPVdcaxytracknegtopvfloatDCAxy of negative track to PV (propagated before vtx fit)
    o2::aod::evtime::EvTimeo2::aod::kfvtx3body::DCAxyTrackBachToPV evTimedcaxytrackbachtopv floatEvent time. Can be obtained via a combination of detectors e.g. TOF, FT0A, FT0CDCAxy of bachelor track to PV (propagated before vtx fit)
    o2::aod::evtime::EvTimeErro2::aod::kfvtx3body::DCATrackPosToPV evTimeErrdcatrackpostopv floatError of event time. Can be obtained via a combination of detectors e.g. TOF, FT0A, FT0CDCA of positive track to PV (propagated before vtx fit)
    o2::aod::evtime::EvTimeTOFo2::aod::kfvtx3body::DCATrackNegToPV evTimeTOFdcatracknegtopv floatEvent time computed with the TOF detectorDCA of negative track to PV (propagated before vtx fit)
    o2::aod::evtime::EvTimeTOFErro2::aod::kfvtx3body::DCATrackBachToPV evTimeTOFErrdcatrackbachtopv floatError of the event time computed with the TOF detectorDCA of bachelor track to PV (propagated before vtx fit)
    o2::aod::evtime::EvTimeFT0o2::aod::kfvtx3body::Track0Sign evTimeFT0track0sign floatEvent time computed with the FT0 detectorsign of proton daughter track
    o2::aod::evtime::EvTimeFT0Erro2::aod::kfvtx3body::Track1Sign evTimeFT0Errtrack1sign floatError of the event time computed with the FT0 detectorsign of pion daughter track
    -
    - - -
    -
    - Table of the event time. One entry per track. -
    - - - - - - - + + + + + - + - + - + - + - + - + -
    NameGetterTypeCommento2::aod::kfvtx3body::Track2Signtrack2signfloatsign of deuteron daughter track
    o2::aod::tracktime::EvTimeForTracko2::aod::kfvtx3body::GenP evTimeForTrackgenp floatEvent time. Removed the bias for the specific trackgenerated momentum
    o2::aod::tracktime::EvTimeErrForTracko2::aod::kfvtx3body::GenPt evTimeErrForTrackgenpt floatError of event time. Removed the bias for the specific trackgenerated transverse momentum
    -
    - -
    - -### o2-analysis-lf-spectra-derived -Code file: spectraDerivedMaker.cxx -
    - - -
    -
    - -
    -
    - Header file: PWGLF/DataModel/spectraTOF.h -
    -
    Is used in: -
      -
    • o2::aod::SpColl = o2::aod::SpColls::iterator
    • -
    -
    - - - - - - + + + + + - - - - + + + + - + - - - + + + - + - - - + + + - + - + - + - + - + - + - + - + - + - + - + + + + + + + + - + - + - + - + - + + + + + + + + - + - - - + + + - + - - - + + + - + - + - + - + - + - + - + - + - + - + - + - + + + + + + + + + + + + + + + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - - - + + +
    NameGetterTypeCommento2::aod::kfvtx3body::GenDecVtxXgendecvtxxdoublegenerated decay vertex position x
    o2::soa::IndexGIglobalIndexint64_to2::aod::kfvtx3body::GenDecVtxY gendecvtxydoublegenerated decay vertex position y
    o2::aod::‌collision::NumContribo2::aod::kfvtx3body::GenDecVtxZ numContribuint16_tNumber of tracks used for the vertexgendecvtxzdoublegenerated decay vertex position z
    o2::aod::‌collision::PosXo2::aod::kfvtx3body::GenCtau posXfloatX Vertex position in cmgenctaudoublegenerated ctau
    o2::aod::‌collision::PosYo2::aod::kfvtx3body::GenPhi posYgenphi floatY Vertex position in cmgenerated phi
    o2::aod::‌collision::PosZo2::aod::kfvtx3body::GenEta posZgeneta floatZ Vertex position in cmgenerated eta
    o2::aod::spectra::CentFT0Mo2::aod::kfvtx3body::GenRapidity centFT0Mgenrapidity floatgenerated rapidity
    o2::aod::spectra::Sel8o2::aod::kfvtx3body::IsTrueH3L sel8istrueh3l boolflag for true hypertriton candidate
    o2::aod::kfvtx3body::IsTrueAntiH3L istrueantih3lboolflag for true anti-hypertriton candidate
    o2::aod::spectra::MultNTracksPVeta1o2::aod::kfvtx3body::PdgCode multNTracksPVeta1pdgcode intMC particle PDG code
    o2::aod::spectra::RunNumbero2::aod::kfvtx3body::IsReco runNumberisreco intflag if candidate was reconstructed
    o2::aod::kfvtx3body::SurvEvSel survevselintflag if reco collision survived event selection
    o2::aod::spectra::IsInelGt0o2::aod::vtx3body::VtxRadius DisInelGt0boolis INEL > 0vtxradiusfloat3 body decay radius (2D, centered at zero)
    o2::aod::spectra::IsInelGt1o2::aod::vtx3body::DistOverTotMom DisInelGt1boolis INEL > 1distovertotmom?PV to 3 body decay distance over total momentum
    o2::aod::spectra::CentFV0Ao2::aod::vtx3body::VtxCosPA DcentFV0AvtxcosPA floatDummy3 body vtx CosPA
    o2::aod::spectra::CentFT0Ao2::aod::vtx3body::DCAVtxToPV DcentFT0Adcavtxtopv floatDummyDCA of 3 body vtx to PV
    o2::aod::spectra::CentFT0Co2::aod::vtx3body::YHypertriton DcentFT0CyHypertriton floatDummy3 body vtx y with hypertriton or antihypertriton hypothesis
    o2::aod::spectra::MultZeqFV0Ao2::aod::vtx3body::Eta DmultZeqFV0Aeta floatDummy3 body vtx eta
    o2::aod::vtx3body::PhiDphifloat3 body vtx phi
    o2::aod::vtx3body::Track0PtDtrack0ptfloatdaughter0 pT
    o2::aod::spectra::MultZeqFT0Ao2::aod::vtx3body::Track0Eta DmultZeqFT0Atrack0eta floatDummydaughter0 eta
    o2::aod::spectra::MultZeqFT0Co2::aod::vtx3body::Track0Phi DmultZeqFT0Ctrack0phi floatDummydaughter0 phi
    o2::aod::spectra::MultZeqFDDAo2::aod::vtx3body::Track1Pt DmultZeqFDDAtrack1pt floatDummydaughter1 pT
    o2::aod::spectra::MultZeqFDDCo2::aod::vtx3body::Track1Eta DmultZeqFDDCtrack1eta floatDummydaughter1 eta
    o2::aod::spectra::MultZeqNTracksPVo2::aod::vtx3body::Track1Phi DmultZeqNTracksPVtrack1phi floatDummydaughter1 phi
    o2::aod::spectra::MultTrackletso2::aod::vtx3body::Track2Pt DmultTrackletstrack2pt floatDummydaughter2 pT
    o2::aod::spectra::MultTPCo2::aod::vtx3body::Track2Eta DmultTPCtrack2eta floatDummydaughter2 eta
    o2::aod::spectra::SelectionBito2::aod::vtx3body::Track2Phi Dselection_bitboolDummytrack2phifloatdaughter2 phi
    - +
    + +### o2-analysis-lf-threebody-reco-task +Code file: threebodyRecoTask.cxx +
    + +
    @@ -85354,442 +87673,275 @@ Code file: threebodyRecoTask.cxx -
    - - +
    @@ -85875,6 +88027,13 @@ Code file: float
    + + + + + + + @@ -85917,6 +88083,13 @@ Code file: phi of the bachelor daughter - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    phi of the proton daughter
    o2::aod::hyp3body::RadiusProtonradiusProtonfloatradius of innermost hit of the proton daughter
    o2::aod::hyp3body::PtPion
    o2::aod::hyp3body::TPCNclusProtontpcNclusProtonuint8_tnumber of TPC clusters of the proton daughter
    o2::aod::hyp3body::TPCNclusPiontpcNclusPionuint8_tnumber of TPC clusters of the pion daughter
    o2::aod::hyp3body::TPCNclusBachelortpcNclusBacheloruint8_tnumber of TPC clusters of the bachelor daughter
    o2::aod::hyp3body::ITSNclusSizeProtonitsNclusSizeProtonuint8_taverage ITS cluster size of the proton daughter
    o2::aod::hyp3body::ITSNclusSizePionitsNclusSizePionuint8_taverage ITS cluster size of the pion daughter
    o2::aod::hyp3body::ITSNclusSizeBacheloritsNclusSizeBacheloruint8_taverage ITS cluster size of the bachelor daughter
    o2::aod::hyp3body::TPCNSigmaProtontpcNSigmaProtonfloatnsigma of TPC PID of the proton daughter
    o2::aod::hyp3body::TPCNSigmaPiontpcNSigmaPionfloatnsigma of TPC PID of the pion daughter
    o2::aod::hyp3body::TPCNSigmaBachelortpcNSigmaBachelorfloatnsigma of TPC PID of the bachelor daughter
    o2::aod::hyp3body::TOFNSigmaBachelortofNSigmaBachelorfloatnsigma of TOF PID of the bachelor daughter
    o2::aod::hyp3body::DCAXYProtonToPVdcaxyProtontoPVfloatDCAXY of the proton daughter to pv
    o2::aod::hyp3body::DCAXYPionToPVdcaxyPiontoPVfloatDCAXY of the pion daughter to pv
    o2::aod::hyp3body::DCAXYBachelorToPVdcaxyBachelortoPVfloatDCAXY of the bachelor daughter to pv
    o2::aod::hyp3body::DCAProtonToPVdcaProtontoPVfloatDCA of the proton daughter to pv
    o2::aod::hyp3body::DCAPionToPVdcaPiontoPVfloatDCA of the pion daughter to pv
    o2::aod::hyp3body::DCABachelorToPVdcaBachelortoPVfloatDCA of the bachelor daughter to pv
    -
    - - -
    -
    - -
    -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + - + - - - - - - - - - - - - - - - + @@ -86407,6 +88323,8 @@ Code file: float + + + + + + +
    NameGetterTypeComment
    o2::soa::IndexGIglobalIndexint64_t
    o2::aod::hyp3body::Centralitycentralityfloatcentrality
    o2::aod::hyp3body::IsMatterisMatterboolbool: true for matter
    o2::aod::hyp3body::Mmfloatinvariant mass
    o2::aod::hyp3body::Ppfloatp
    o2::aod::hyp3body::PtptfloatpT
    o2::aod::hyp3body::Ctctfloatct
    o2::aod::hyp3body::CosPAcospafloat
    o2::aod::hyp3body::DCADaughtersdcaDaughtersfloatDCA among daughters
    o2::aod::hyp3body::DCACandToPVdcaCandtopvfloatDCA of the reconstructed track to pv
    o2::aod::hyp3body::PtProtonptProtonfloatpT of the proton daughter
    o2::aod::hyp3body::EtaProtonetaProtonfloateta of the proton daughter
    o2::aod::hyp3body::PhiProtonphiProtonfloatphi of the proton daughter
    o2::aod::hyp3body::PtPionptPionfloatpT of the pion daughter
    o2::aod::hyp3body::EtaPionetaPionfloateta of the pion daughter
    o2::aod::hyp3body::PhiPionphiPionfloatphi of the pion daughter
    o2::aod::hyp3body::PtBacheloro2::aod::hyp3body::RadiusBachelor ptBachelorradiusBachelor floatpT of the bachelor daughter
    o2::aod::hyp3body::EtaBacheloretaBachelorfloateta of the bachelor daughter
    o2::aod::hyp3body::PhiBachelorphiBachelorfloatphi of the bachelor daughterradius of innermost hit of the bachelor daughter
    o2::aod::hyp3body::TPCNclusProton
    o2::aod::mycascades::McPdgCodemcPdgCodeint-1 unknown
    @@ -93688,6 +95613,13 @@ Code file: int + + o2::aod::myv0candidates::Alpha + + alpha + float + + + + o2::aod::myv0candidates::QtArm + + qtarm + float + +
    @@ -103756,6 +105702,236 @@ Code file: SGCandProducer.cxx
    + +
    +
    + +
    +
    + Header file: PWGUD/DataModel/UDTables.h +
    +
    Is used in: +
      +
    • o2::aod::UDMcCollision = o2::aod::UDMcCollisions::iterator
    • +
    +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    NameGetterTypeComment
    o2::soa::IndexGIglobalIndexint64_t
    o2::aod::udmccollision::GlobalBCglobalBCuint64_t
    o2::aod::mccollision::GeneratorsIDgeneratorsIDshortdisentangled generator IDs should be accessed using getGeneratorId, getSubGeneratorId and getSourceId
    o2::aod::mccollision::PosXposXfloatX vertex position in cm
    o2::aod::mccollision::PosYposYfloatY vertex position in cm
    o2::aod::mccollision::PosZposZfloatZ vertex position in cm
    o2::aod::mccollision::TtfloatCollision time relative to given bc in ns
    o2::aod::mccollision::WeightweightfloatMC weight
    o2::aod::mccollision::ImpactParameterimpactParameterfloatImpact parameter for A-A
    +
    + + +
    +
    + +
    +
    + Header file: PWGUD/DataModel/UDTables.h +
    +
    Is used in: +
      +
    • o2::aod::UDMcParticle = o2::aod::UDMcParticles::iterator
    • +
    +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    NameGetterTypeComment
    o2::soa::IndexGIglobalIndexint64_t
    o2::aod::udmcparticle::UDMcCollisionIdIudMcCollisionIdint32Pointer into UDMcCollisions
    o2::aod::mcparticle::PdgCodepdgCodeintPDG code
    o2::aod::mcparticle::StatusCodestatusCodeintGenerators status code or physics process. Do not use directly. Use dynamic columns getGenStatusCode() or getProcess()
    o2::aod::mcparticle::Flagsflagsuint8_tALICE specific flags, see MCParticleFlags. Do not use directly. Use the dynamic columns, e.g. producedByGenerator()
    o2::aod::udmcparticle::MothersIdsSAImothersIdsMother tracks (possible empty) array. Iterate over mcParticle.mothers_as())
    o2::aod::udmcparticle::DaughtersIdSliceSSLIdaughtersIdsint32_tDaughter tracks (possibly empty) slice. Check for non-zero with mcParticle.has_daughters(). Iterate over mcParticle.daughters_as())
    o2::aod::mcparticle::WeightweightfloatMC weight
    o2::aod::udmcparticle::Pxpxfloat
    o2::aod::udmcparticle::Pypyfloat
    o2::aod::udmcparticle::Pzpzfloat
    o2::aod::udmcparticle::Eefloat
    o2::aod::mcparticle::ProducedByGeneratorDproducedByGeneratorboolTrue if particle produced by the generator (==TMCProcess::kPrimary); False if by the transport code
    o2::aod::mcparticle::FromBackgroundEventDfromBackgroundEventboolParticle from background event
    o2::aod::mcparticle::GetGenStatusCodeDgetGenStatusCodeintThe native status code put by the generator, or -1 if a particle produced during transport
    o2::aod::mcparticle::GetProcessDgetProcessintThe VMC physics code (as int) that generated this particle (see header TMCProcess.h in ROOT)
    o2::aod::mcparticle::IsPhysicalPrimaryDisPhysicalPrimaryboolTrue if particle is considered a physical primary according to the ALICE definition
    +
    +
    @@ -104160,6 +106336,37 @@ Code file: o2::aod::UDMcCollsLabels +
    +
    + +
    +
    +
    Is used in: +
      +
    • o2::aod::UDMcCollsLabel = o2::aod::UDMcCollsLabels::iterator
    • +
    +
    + + + + + + + + + + + + + + + +
    NameGetterTypeComment
    o2::aod::udcollision::UDMcCollisionIdIudMcCollisionIdint32Pointer into UDMcCollisions
    +
    +
    @@ -104722,6 +106929,44 @@ Code file: o2::aod::UDMcTrackLabels +
    +
    + +
    +
    +
    Is used in: +
      +
    • o2::aod::UDMcTrackLabel = o2::aod::UDMcTrackLabels::iterator
    • +
    +
    + + + + + + + + + + + + + + + + + + + + + + +
    NameGetterTypeComment
    o2::aod::udmctracklabel::UDMcParticleIdIudMcParticleIdint32Pointer into UDMcParticles
    o2::aod::udmctracklabel::McMaskmcMaskuint16_t
    +
    +