Skip to content

Commit d1704b2

Browse files
committed
fix column names
1 parent 2b5d841 commit d1704b2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

PWGHF/D2H/Tasks/taskLc.cxx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,13 +79,13 @@ DECLARE_SOA_COLUMN(M, m, float);
7979
DECLARE_SOA_COLUMN(Pt, pt, float);
8080
DECLARE_SOA_COLUMN(BkgScore, bkgScore, float);
8181
DECLARE_SOA_COLUMN(PromptScore, promptScore, float);
82-
DECLARE_SOA_COLUMN(FDScore, fDScore, float);
82+
DECLARE_SOA_COLUMN(FdScore, fdScore, float);
8383
DECLARE_SOA_COLUMN(PtProng0, ptProng0, float);
8484
DECLARE_SOA_COLUMN(PtProng1, ptProng1, float);
8585
DECLARE_SOA_COLUMN(PtProng2, ptProng2, float);
8686
DECLARE_SOA_COLUMN(Chi2PCA, chi2PCA, float);
8787
DECLARE_SOA_COLUMN(DecayLength, decayLength, float);
88-
DECLARE_SOA_COLUMN(CPA, cPA, float);
88+
DECLARE_SOA_COLUMN(Cpa, cpa, float);
8989
DECLARE_SOA_COLUMN(PvContributors, pvContributors, float);
9090
DECLARE_SOA_COLUMN(AmpFV0A, ampFV0A, float);
9191
DECLARE_SOA_COLUMN(AmpFT0A, ampFT0A, float);
@@ -101,7 +101,7 @@ DECLARE_SOA_TABLE(HfUpcLcBdtInfos, "AOD", "HFUPCLCBDTINFOS",
101101
full::Pt,
102102
full::BkgScore,
103103
full::PromptScore,
104-
full::FDScore,
104+
full::FdScore,
105105
full::PvContributors,
106106
full::AmpFV0A,
107107
full::AmpFT0A,
@@ -119,7 +119,7 @@ DECLARE_SOA_TABLE(HfUpcLcInfos, "AOD", "HFUPCLCINFOS",
119119
full::PtProng2,
120120
full::Chi2PCA,
121121
full::DecayLength,
122-
full::CPA,
122+
full::Cpa,
123123
full::PvContributors,
124124
full::AmpFV0A,
125125
full::AmpFT0A,

0 commit comments

Comments
 (0)