diff --git a/docs/datamodel/ao2dTables.md b/docs/datamodel/ao2dTables.md index 94523a36..17a6f09e 100644 --- a/docs/datamodel/ao2dTables.md +++ b/docs/datamodel/ao2dTables.md @@ -6523,6 +6523,8 @@ For better overview the tables are grouped into the following categories: \| [Ge
sum of DCAs between daughters in 3D from KFParticle | +||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
o2::aod::vtx3body::DCAXYTrack0ToPV | ++ | dcaXYtrack0topv | +float | +DCAXY of prong0 to PV | +||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
o2::aod::vtx3body::DCAXYTrack1ToPV | ++ | dcaXYtrack1topv | +float | +DCAXY of prong1 to PV | +||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
o2::aod::vtx3body::DCAXYTrack2ToPV | ++ | dcaXYtrack2topv | +float | +DCAXY of prong2 to PV | +||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
o2::aod::vtx3body::DCATrack0ToPV | @@ -81357,13 +81315,6 @@ Code file: + + |
Name | ++ | Getter | +Type | +Comment | +
---|---|---|---|---|
o2::aod::kfvtx3body::KFVtx3BodyDataId | +I | +kfvtx3BodyDataId | +int32 | +Index to KFVtx3BodyData entry | +
Name | ++ | Getter | +Type | +Comment | +
---|---|---|---|---|
o2::aod::mckfvtx3bodylabel::McParticleId | +I | +mcParticleId | +int32 | +MC particle for KF Vtx3BodyDatas | +
Name | ++ | Getter | +Type | +Comment | +
---|---|---|---|---|
o2::aod::mcfullkfvtx3bodylabel::McParticleId | +I | +mcParticleId | +int32 | +MC particle for Decay3Bodys | +
Name | ++ | Getter | +Type | +Comment | +
---|---|---|---|---|
o2::soa::Index | +GI | +globalIndex | +int64_t | ++ |
o2::aod::udmccollision::GlobalBC | ++ | globalBC | +uint64_t | ++ |
o2::aod::mccollision::GeneratorsID | ++ | generatorsID | +short | +disentangled generator IDs should be accessed using getGeneratorId, getSubGeneratorId and getSourceId | +
o2::aod::mccollision::PosX | ++ | posX | +float | +X vertex position in cm | +
o2::aod::mccollision::PosY | ++ | posY | +float | +Y vertex position in cm | +
o2::aod::mccollision::PosZ | ++ | posZ | +float | +Z vertex position in cm | +
o2::aod::mccollision::T | ++ | t | +float | +Collision time relative to given bc in ns | +
o2::aod::mccollision::Weight | ++ | weight | +float | +MC weight | +
o2::aod::mccollision::ImpactParameter | ++ | impactParameter | +float | +Impact parameter for A-A | +
Name | ++ | Getter | +Type | +Comment | +
---|---|---|---|---|
o2::soa::Index | +GI | +globalIndex | +int64_t | ++ |
o2::aod::udmcparticle::UDMcCollisionId | +I | +udMcCollisionId | +int32 | +Pointer into UDMcCollisions | +
o2::aod::mcparticle::PdgCode | ++ | pdgCode | +int | +PDG code | +
o2::aod::mcparticle::StatusCode | ++ | statusCode | +int | +Generators status code or physics process. Do not use directly. Use dynamic columns getGenStatusCode() or getProcess() | +
o2::aod::mcparticle::Flags | ++ | flags | +uint8_t | +ALICE specific flags, see MCParticleFlags. Do not use directly. Use the dynamic columns, e.g. producedByGenerator() | +
o2::aod::udmcparticle::MothersIds | +SAI | +mothersIds | ++ | Mother tracks (possible empty) array. Iterate over mcParticle.mothers_as |
+
o2::aod::udmcparticle::DaughtersIdSlice | +SSLI | +daughtersIds | +int32_t | +Daughter tracks (possibly empty) slice. Check for non-zero with mcParticle.has_daughters(). Iterate over mcParticle.daughters_as |
+
o2::aod::mcparticle::Weight | ++ | weight | +float | +MC weight | +
o2::aod::udmcparticle::Px | ++ | px | +float | ++ |
o2::aod::udmcparticle::Py | ++ | py | +float | ++ |
o2::aod::udmcparticle::Pz | ++ | pz | +float | ++ |
o2::aod::udmcparticle::E | ++ | e | +float | ++ |
o2::aod::mcparticle::ProducedByGenerator | +D | +producedByGenerator | +bool | +True if particle produced by the generator (==TMCProcess::kPrimary); False if by the transport code | +
o2::aod::mcparticle::FromBackgroundEvent | +D | +fromBackgroundEvent | +bool | +Particle from background event | +
o2::aod::mcparticle::GetGenStatusCode | +D | +getGenStatusCode | +int | +The native status code put by the generator, or -1 if a particle produced during transport | +
o2::aod::mcparticle::GetProcess | +D | +getProcess | +int | +The VMC physics code (as int) that generated this particle (see header TMCProcess.h in ROOT) | +
o2::aod::mcparticle::IsPhysicalPrimary | +D | +isPhysicalPrimary | +bool | +True if particle is considered a physical primary according to the ALICE definition | +
Name | ++ | Getter | +Type | +Comment | +
---|---|---|---|---|
o2::aod::udcollision::UDMcCollisionId | +I | +udMcCollisionId | +int32 | +Pointer into UDMcCollisions | +
Name | ++ | Getter | +Type | +Comment | +
---|---|---|---|---|
o2::aod::udmctracklabel::UDMcParticleId | +I | +udMcParticleId | +int32 | +Pointer into UDMcParticles | +
o2::aod::udmctracklabel::McMask | ++ | mcMask | +uint16_t | ++ |