Skip to content

Commit 6891880

Browse files
committed
Update antineutron CEX table and task
1 parent 03a8a85 commit 6891880

2 files changed

Lines changed: 67 additions & 176 deletions

File tree

PWGLF/DataModel/LFAntinCexTables.h

Lines changed: 8 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ namespace o2::aod
2626
namespace antin_cex
2727
{
2828
// Metadata
29-
DECLARE_SOA_COLUMN(IsCex, isCex, bool); // 1=CEX (from antin), 0=BG
30-
DECLARE_SOA_COLUMN(MotherPdg, motherPdg, int32_t); // mother PDG
31-
DECLARE_SOA_COLUMN(MotherNHitIB, motherNHitIB, int); // mother IB Hits
32-
DECLARE_SOA_COLUMN(ColId, colId, int32_t); // mcCollisionId
33-
DECLARE_SOA_COLUMN(PId, pId, int32_t); // proton MC id
34-
DECLARE_SOA_COLUMN(AntipId, antipId, int32_t); // antiproton MC id
29+
DECLARE_SOA_COLUMN(IsCex, isCex, bool); // 1=CEX (from antin), 0=BG
30+
DECLARE_SOA_COLUMN(MotherPdg, motherPdg, int32_t); // mother PDG
31+
DECLARE_SOA_COLUMN(MotherP, motherP, float); // mother P
32+
DECLARE_SOA_COLUMN(ColId, colId, int32_t); // mcCollisionId
33+
DECLARE_SOA_COLUMN(PId, pId, int32_t); // proton MC id
34+
DECLARE_SOA_COLUMN(AntipId, antipId, int32_t); // antiproton MC id
3535

3636
// MC (pair)
3737
DECLARE_SOA_COLUMN(McPairP, mcPairP, float);
@@ -42,12 +42,6 @@ DECLARE_SOA_COLUMN(McAngleDeg, mcAngleDeg, float);
4242
DECLARE_SOA_COLUMN(McVtxX, mcVtxX, float);
4343
DECLARE_SOA_COLUMN(McVtxY, mcVtxY, float);
4444
DECLARE_SOA_COLUMN(McVtxZ, mcVtxZ, float);
45-
DECLARE_SOA_COLUMN(VtxNAll, vtxNAll, int16_t);
46-
DECLARE_SOA_COLUMN(VtxNCh, vtxNCh, int16_t);
47-
DECLARE_SOA_COLUMN(VtxNNeut, vtxNNeut, int16_t);
48-
DECLARE_SOA_COLUMN(VtxNPi0, vtxNPi0, int16_t);
49-
DECLARE_SOA_COLUMN(VtxNGamma, vtxNGamma, int16_t);
50-
DECLARE_SOA_COLUMN(VtxNN, vtxNN, int16_t);
5145

5246
// Tracks (pair, fitter)
5347
DECLARE_SOA_COLUMN(TrkPairP, trkPairP, float);
@@ -108,8 +102,6 @@ DECLARE_SOA_COLUMN(SVDeltaRToLayer, svDeltaRToLayer, float);
108102

109103
DECLARE_SOA_COLUMN(PTrkItsHitMap, pTrkItsHitMap, uint16_t);
110104
DECLARE_SOA_COLUMN(APTrkItsHitMap, apTrkItsHitMap, uint16_t);
111-
DECLARE_SOA_COLUMN(PLayersOk, pLayersOk, int8_t);
112-
DECLARE_SOA_COLUMN(APLayersOk, apLayersOk, int8_t);
113105

114106
DECLARE_SOA_COLUMN(PVtxZ, pVtxZ, float);
115107

@@ -127,10 +119,9 @@ DECLARE_SOA_COLUMN(AntipTrkTgl, antipTrkTgl, float);
127119
// Table
128120
DECLARE_SOA_TABLE(AntinCexPairs, "AOD", "ANTINCEX",
129121
antin_cex::IsCex,
130-
antin_cex::MotherPdg, antin_cex::MotherNHitIB, antin_cex::ColId, antin_cex::PId, antin_cex::AntipId,
122+
antin_cex::MotherPdg, antin_cex::MotherP, antin_cex::ColId, antin_cex::PId, antin_cex::AntipId,
131123
antin_cex::McPairP, antin_cex::McPairPt, antin_cex::McPairPz,
132124
antin_cex::McDplane, antin_cex::McAngleDeg, antin_cex::McVtxX, antin_cex::McVtxY, antin_cex::McVtxZ,
133-
antin_cex::VtxNAll, antin_cex::VtxNCh, antin_cex::VtxNNeut, antin_cex::VtxNPi0, antin_cex::VtxNGamma, antin_cex::VtxNN,
134125
antin_cex::TrkPairP, antin_cex::TrkPairPt, antin_cex::TrkPairPz, antin_cex::TrkAngleDeg,
135126
antin_cex::TrkVtxfitDcaPair, antin_cex::TrkVtxfitR, antin_cex::TrkVtxfitDistToPv,
136127
antin_cex::TrkVtxfitSecVtxX, antin_cex::TrkVtxfitSecVtxY, antin_cex::TrkVtxfitSecVtxZ,
@@ -142,7 +133,7 @@ DECLARE_SOA_TABLE(AntinCexPairs, "AOD", "ANTINCEX",
142133
antin_cex::PairPointingAngleDeg, antin_cex::PvsvThetaDeg, antin_cex::PvsvPhiDeg, antin_cex::PairPBalance, antin_cex::PairPtBalance, antin_cex::PairQ,
143134
antin_cex::DPairP, antin_cex::DPairPt, antin_cex::DPairPz, antin_cex::DOpenAngle,
144135
antin_cex::SVNearestLayerId, antin_cex::SVDeltaRToLayer,
145-
antin_cex::PTrkItsHitMap, antin_cex::APTrkItsHitMap, antin_cex::PLayersOk, antin_cex::APLayersOk,
136+
antin_cex::PTrkItsHitMap, antin_cex::APTrkItsHitMap,
146137
antin_cex::PVtxZ,
147138
antin_cex::PTrkItsNSigmaPr, antin_cex::PTrkItsPidValid, antin_cex::PTrkTgl,
148139
antin_cex::AntipTrkItsNSigmaPr, antin_cex::AntipTrkItsPidValid, antin_cex::AntipTrkTgl);

0 commit comments

Comments
 (0)