Skip to content

Commit d96e7fe

Browse files
author
Luigi Dello Stritto
committed
fix
1 parent d1699c9 commit d96e7fe

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

PWGHF/TableProducer/treeCreatorLcToK0sP.cxx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ DECLARE_SOA_COLUMN(DecayLength, decayLength, float);
7070
DECLARE_SOA_COLUMN(DecayLengthXY, decayLengthXY, float);
7171
DECLARE_SOA_COLUMN(DecayLengthNormalised, decayLengthNormalised, float);
7272
DECLARE_SOA_COLUMN(DecayLengthXYNormalised, decayLengthXYNormalised, float);
73-
DECLARE_SOA_COLUMN(CPA, cpa, float);
74-
DECLARE_SOA_COLUMN(CPAXY, cpaXY, float);
73+
DECLARE_SOA_COLUMN(Cpa, cpa, float);
74+
DECLARE_SOA_COLUMN(CpaXY, cpaXY, float);
7575
DECLARE_SOA_COLUMN(Ct, ct, float);
7676
DECLARE_SOA_COLUMN(PtV0Pos, ptV0Pos, float);
7777
DECLARE_SOA_COLUMN(PtV0Neg, ptV0Neg, float);
@@ -123,8 +123,8 @@ DECLARE_SOA_TABLE(HfCandCascLites, "AOD", "HFCANDCASCLITE",
123123
full::NSigmaTOFPr0,
124124
full::M,
125125
full::Pt,
126-
full::CPA,
127-
full::CPAXY,
126+
full::Cpa,
127+
full::CpaXY,
128128
full::Ct,
129129
full::Eta,
130130
full::Phi,
@@ -196,8 +196,8 @@ DECLARE_SOA_TABLE(HfCandCascFulls, "AOD", "HFCANDCASCFULL",
196196
full::M,
197197
full::Pt,
198198
full::P,
199-
full::CPA,
200-
full::CPAXY,
199+
full::Cpa,
200+
full::CpaXY,
201201
full::Ct,
202202
full::Eta,
203203
full::Phi,
@@ -245,9 +245,9 @@ struct HfTreeCreatorLcToK0sP {
245245

246246
HfHelper hfHelper;
247247

248-
Filter filterSelectCandidates = aod::hf_sel_candidate_lc_to_k0s_p::isSelLcToK0sP >= 1;
249248
using TracksWPid = soa::Join<aod::Tracks, aod::TracksPidPr>;
250249
using SelectedCandidatesMc = soa::Filtered<soa::Join<aod::HfCandCascade, aod::HfCandCascadeMcRec, aod::HfSelLcToK0sP>>;
250+
Filter filterSelectCandidates = aod::hf_sel_candidate_lc_to_k0s_p::isSelLcToK0sP >= 1;
251251

252252
void init(InitContext const&)
253253
{

0 commit comments

Comments
 (0)