Skip to content

Commit 834c9b5

Browse files
authored
Remove build error
1 parent dd9880b commit 834c9b5

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

PWGHF/HFL/DataModel/ElectronSelectionTable.h

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -88,13 +88,13 @@ DECLARE_SOA_COLUMN(TpcNSigmaElTrack, tpcNSigmaElTrack, float); //! tpcNSig
8888
DECLARE_SOA_COLUMN(TofNSigmaElTrack, tofNSigmaElTrack, float); //! tofNSigma of the electron track(TOF PID)
8989
DECLARE_SOA_COLUMN(TpcNClsCrRowsTrack, tpcNClsCrRowsTrack, float); //! Number of crossed TPC Rows in electron track
9090
DECLARE_SOA_COLUMN(TpcCrRowsRatioTrack, tpcCrRowsRatioTrack, float); //! Ratio crossed rows over findable clusters electron track
91-
DECLARE_SOA_COLUMN(ITSChi2NClTrack, itsChi2NClTrack, float); //! Chi2 / cluster for the ITS electron track
92-
DECLARE_SOA_COLUMN(TPCChi2NClTrack, tpcChi2NClTrack, float); //! Chi2 / cluster for the TPC electron track
91+
DECLARE_SOA_COLUMN(ItsChi2NClTrack, itsChi2NClTrack, float); //! Chi2 / cluster for the ITS electron track
92+
DECLARE_SOA_COLUMN(TpcChi2NClTrack, tpcChi2NClTrack, float); //! Chi2 / cluster for the TPC electron track
9393
DECLARE_SOA_COLUMN(DcaXYTrack, dcaXYTrack, float); //! dca of the electron in xy direction
9494
DECLARE_SOA_COLUMN(DcaZTrack, dcaZTrack, float); //! dca of the electron in z direction
9595

9696
DECLARE_SOA_COLUMN(M02El, m02El, float); //! M02 of the electron cluster
97-
DECLARE_SOA_COLUMN(EOPEl, eopEl, float); //! energy momentum ratio of the electron
97+
DECLARE_SOA_COLUMN(EopEl, eopEl, float); //! energy momentum ratio of the electron
9898
DECLARE_SOA_COLUMN(LSMassEE, lSMassEE, std::vector<float>); //! mass of the Like sign electron pair
9999
DECLARE_SOA_COLUMN(ULSMassEE, uLSMassEE, std::vector<float>); //! mass of UnLike sign electron pair
100100
DECLARE_SOA_COLUMN(NElPairLS, nElPairLS, int); //! Number of Like sign electron pair
@@ -112,11 +112,11 @@ DECLARE_SOA_TABLE(HfCorrSelEl, "AOD", "HfCORRSELEL", //! Electron Informations
112112
hf_corr_sel_electron::TofNSigmaElTrack,
113113
hf_corr_sel_electron::TpcNClsCrRowsTrack,
114114
hf_corr_sel_electron::TpcCrRowsRatioTrack,
115-
hf_corr_sel_electron::ITSChi2NClTrack,
116-
hf_corr_sel_electron::TPCChi2NClTrack,
115+
hf_corr_sel_electron::ItsChi2NClTrack,
116+
hf_corr_sel_electron::TpcChi2NClTrack,
117117
hf_corr_sel_electron::DcaXYTrack,
118118
hf_corr_sel_electron::DcaZTrack,
119-
hf_corr_sel_electron::EOPEl,
119+
hf_corr_sel_electron::EopEl,
120120
hf_corr_sel_electron::M02El,
121121
hf_corr_sel_electron::LSMassEE,
122122
hf_corr_sel_electron::ULSMassEE,

0 commit comments

Comments
 (0)