Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
6e64f20
added initializerevetqa.cxx and updated xi1530Analysisqa.cxx
mjkim525 Aug 20, 2025
a4821a9
Please consider the following formatting changes
alibuild Aug 20, 2025
3bb699b
Merge pull request #6 from alibuild/alibot-cleanup-12657
mjkim525 Aug 20, 2025
78a29da
Merge branch 'AliceO2Group:master' into master
mjkim525 Aug 21, 2025
aeba5a8
Fix xi1530Analysisqa.cxx
mjkim525 Aug 21, 2025
f90f3e2
Please consider the following formatting changes
alibuild Aug 21, 2025
6ae7ebd
Merge pull request #7 from alibuild/alibot-cleanup-12673
mjkim525 Aug 21, 2025
21d7212
Merge branch 'AliceO2Group:master' into master
mjkim525 Oct 23, 2025
8ab1add
Merge branch 'AliceO2Group:master' into master
mjkim525 Nov 13, 2025
e172b2a
Merge branch 'AliceO2Group:master' into master
mjkim525 Dec 9, 2025
c3548e8
Merge branch 'AliceO2Group:master' into master
mjkim525 Dec 22, 2025
f9df5e1
Merge branch 'AliceO2Group:master' into master
mjkim525 Dec 29, 2025
6e6f3cf
Merge branch 'AliceO2Group:master' into master
mjkim525 Jan 5, 2026
cccda7e
Merge branch 'AliceO2Group:master' into master
mjkim525 Jan 8, 2026
6120733
Merge branch 'AliceO2Group:master' into master
mjkim525 Jan 15, 2026
c6a0873
Merge branch 'AliceO2Group:master' into master
mjkim525 Jan 21, 2026
15c2de2
Merge branch 'AliceO2Group:master' into master
mjkim525 Jan 23, 2026
a382756
Merge branch 'AliceO2Group:master' into master
mjkim525 Jan 25, 2026
385d79f
Merge branch 'AliceO2Group:master' into master
mjkim525 Feb 3, 2026
f3d46b2
Merge branch 'AliceO2Group:master' into master
mjkim525 Feb 3, 2026
a03e4da
Reso-Framework Update: add gen-level info.,MCCent. calibration
mjkim525 Feb 3, 2026
eba3850
Please consider the following formatting changes
alibuild Feb 3, 2026
239772f
Merge pull request #8 from alibuild/alibot-cleanup-14780
mjkim525 Feb 3, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 14 additions & 2 deletions PWGLF/DataModel/LFResonanceTables.h
Original file line number Diff line number Diff line change
Expand Up @@ -68,23 +68,28 @@ DECLARE_SOA_COLUMN(EvtPlResAB, evtPlResAB, float); //
DECLARE_SOA_COLUMN(EvtPlResAC, evtPlResAC, float); //! Second harmonic event plane resolution of A-C sub events
DECLARE_SOA_COLUMN(EvtPlResBC, evtPlResBC, float); //! Second harmonic event plane resolution of B-C sub events
DECLARE_SOA_COLUMN(BMagField, bMagField, float); //! Magnetic field
DECLARE_SOA_COLUMN(IsRecINELgt0, isRecINELgt0, bool); //! Is reconstructed INEL>0 event
// MC
DECLARE_SOA_COLUMN(IsVtxIn10, isVtxIn10, bool); //! Vtx10
DECLARE_SOA_COLUMN(IsINELgt0, isINELgt0, bool); //! INEL>0
DECLARE_SOA_COLUMN(IsTriggerTVX, isTriggerTVX, bool); //! TriggerTVX
DECLARE_SOA_COLUMN(IsInSel8, isInSel8, bool); //! InSel8
DECLARE_SOA_COLUMN(IsInAfterAllCuts, isInAfterAllCuts, bool); //! InAfterAllCuts
DECLARE_SOA_COLUMN(ImpactParameter, impactParameter, float); //! ImpactParameter
DECLARE_SOA_COLUMN(MCMultiplicity, mcMultiplicity, float); //! MC Multiplicity

} // namespace resocollision
DECLARE_SOA_TABLE(ResoCollisions, "AOD", "RESOCOLLISION",
o2::soa::Index<>,
o2::aod::mult::MultNTracksPV,
o2::aod::mult::MultNTracksPVeta1,
o2::aod::mult::MultNTracksPVetaHalf,
collision::PosX,
collision::PosY,
collision::PosZ,
resocollision::Cent,
resocollision::BMagField);
resocollision::BMagField,
resocollision::IsRecINELgt0);
using ResoCollision = ResoCollisions::iterator;

DECLARE_SOA_TABLE(ResoCollisionColls, "AOD", "RESOCOLLISIONCOL",
Expand All @@ -98,7 +103,8 @@ DECLARE_SOA_TABLE(ResoMCCollisions, "AOD", "RESOMCCOLLISION",
resocollision::IsTriggerTVX,
resocollision::IsInSel8,
resocollision::IsInAfterAllCuts,
resocollision::ImpactParameter);
resocollision::ImpactParameter,
resocollision::MCMultiplicity);
using ResoMCCollision = ResoMCCollisions::iterator;

DECLARE_SOA_TABLE(ResoSpheroCollisions, "AOD", "RESOSPHEROCOLLISION",
Expand Down Expand Up @@ -229,6 +235,8 @@ DECLARE_SOA_COLUMN(IsPhysicalPrimary, isPhysicalPrimary, bool);
DECLARE_SOA_COLUMN(ProducedByGenerator, producedByGenerator, bool);
DECLARE_SOA_COLUMN(MotherId, motherId, int); //! Id of the mother particle
DECLARE_SOA_COLUMN(MotherPDG, motherPDG, int); //! PDG code of the mother particle
DECLARE_SOA_COLUMN(MotherPt, motherPt, float); //! Pt of the mother particle
DECLARE_SOA_COLUMN(MotherRap, motherRap, float); //! Rapidity of the mother particle
DECLARE_SOA_COLUMN(DaughterPDG1, daughterPDG1, int); //! PDG code of the first Daughter particle
DECLARE_SOA_COLUMN(DaughterPDG2, daughterPDG2, int); //! PDG code of the second Daughter particle
DECLARE_SOA_COLUMN(DaughterID1, daughterID1, int); //! Id of the first Daughter particle
Expand Down Expand Up @@ -812,6 +820,8 @@ DECLARE_SOA_TABLE(ResoMCV0s, "AOD", "RESOMCV0",
mcparticle::PdgCode,
resodaughter::MotherId,
resodaughter::MotherPDG,
resodaughter::MotherPt,
resodaughter::MotherRap,
resodaughter::DaughterID1,
resodaughter::DaughterID2,
resodaughter::DaughterPDG1,
Expand All @@ -824,6 +834,8 @@ DECLARE_SOA_TABLE(ResoMCCascades, "AOD", "RESOMCCASCADE",
mcparticle::PdgCode,
resodaughter::MotherId,
resodaughter::MotherPDG,
resodaughter::MotherPt,
resodaughter::MotherRap,
resodaughter::BachTrkID,
resodaughter::V0ID,
resodaughter::DaughterPDG1,
Expand Down
Loading
Loading