![]() |
Project
|
Functions | |
| DECLARE_SOA_INDEX_COLUMN (BC, bc) | |
| DECLARE_SOA_COLUMN (GeneratorsID, generatorsID, short) | |
| BC index. | |
| DECLARE_SOA_COLUMN (PosX, posX, float) | |
| disentangled generator IDs should be accessed using getGeneratorId, getSubGeneratorId and getSourceId | |
| DECLARE_SOA_COLUMN (PosY, posY, float) | |
| X vertex position in cm. | |
| DECLARE_SOA_COLUMN (PosZ, posZ, float) | |
| Y vertex position in cm. | |
| DECLARE_SOA_COLUMN (T, t, float) | |
| Z vertex position in cm. | |
| DECLARE_SOA_COLUMN (Weight, weight, float) | |
| Collision time relative to given bc in ns. | |
| DECLARE_SOA_COLUMN (ImpactParameter, impactParameter, float) | |
| MC weight. | |
| DECLARE_SOA_COLUMN (EventPlaneAngle, eventPlaneAngle, float) | |
| Impact parameter for A-A. | |
| DECLARE_SOA_DYNAMIC_COLUMN (GetGeneratorId, getGeneratorId, [](short generatorsID) -> int { return o2::mcgenid::getGeneratorId(generatorsID);}) | |
| Event plane angle for A-A. | |
| DECLARE_SOA_DYNAMIC_COLUMN (GetSubGeneratorId, getSubGeneratorId, [](short generatorsID) -> int { return o2::mcgenid::getSubGeneratorId(generatorsID);}) | |
| DECLARE_SOA_DYNAMIC_COLUMN (GetSourceId, getSourceId, [](short generatorsID) -> int { return o2::mcgenid::getSourceId(generatorsID);}) | |
| o2::aod::mccollision::DECLARE_SOA_COLUMN | ( | EventPlaneAngle | , |
| eventPlaneAngle | , | ||
| float | |||
| ) |
Impact parameter for A-A.
| o2::aod::mccollision::DECLARE_SOA_COLUMN | ( | GeneratorsID | , |
| generatorsID | , | ||
| short | |||
| ) |
BC index.
| o2::aod::mccollision::DECLARE_SOA_COLUMN | ( | ImpactParameter | , |
| impactParameter | , | ||
| float | |||
| ) |
MC weight.
| o2::aod::mccollision::DECLARE_SOA_COLUMN | ( | PosX | , |
| posX | , | ||
| float | |||
| ) |
disentangled generator IDs should be accessed using getGeneratorId, getSubGeneratorId and getSourceId
| o2::aod::mccollision::DECLARE_SOA_COLUMN | ( | PosY | , |
| posY | , | ||
| float | |||
| ) |
X vertex position in cm.
| o2::aod::mccollision::DECLARE_SOA_COLUMN | ( | PosZ | , |
| posZ | , | ||
| float | |||
| ) |
Y vertex position in cm.
| o2::aod::mccollision::DECLARE_SOA_COLUMN | ( | T | , |
| t | , | ||
| float | |||
| ) |
Z vertex position in cm.
| o2::aod::mccollision::DECLARE_SOA_COLUMN | ( | Weight | , |
| weight | , | ||
| float | |||
| ) |
Collision time relative to given bc in ns.
| o2::aod::mccollision::DECLARE_SOA_DYNAMIC_COLUMN | ( | GetGeneratorId | , |
| getGeneratorId | , | ||
| [] (short generatorsID) -> int { return o2::mcgenid::getGeneratorId(generatorsID);} | |||
| ) |
Event plane angle for A-A.
| o2::aod::mccollision::DECLARE_SOA_DYNAMIC_COLUMN | ( | GetSourceId | , |
| getSourceId | , | ||
| [] (short generatorsID) -> int { return o2::mcgenid::getSourceId(generatorsID);} | |||
| ) |
| o2::aod::mccollision::DECLARE_SOA_DYNAMIC_COLUMN | ( | GetSubGeneratorId | , |
| getSubGeneratorId | , | ||
| [] (short generatorsID) -> int { return o2::mcgenid::getSubGeneratorId(generatorsID);} | |||
| ) |
| o2::aod::mccollision::DECLARE_SOA_INDEX_COLUMN | ( | BC | , |
| bc | |||
| ) |