@@ -88,13 +88,13 @@ DECLARE_SOA_COLUMN(TpcNSigmaElTrack, tpcNSigmaElTrack, float); //! tpcNSig
8888DECLARE_SOA_COLUMN (TofNSigmaElTrack, tofNSigmaElTrack, float ); // ! tofNSigma of the electron track(TOF PID)
8989DECLARE_SOA_COLUMN (TpcNClsCrRowsTrack, tpcNClsCrRowsTrack, float ); // ! Number of crossed TPC Rows in electron track
9090DECLARE_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
9393DECLARE_SOA_COLUMN (DcaXYTrack, dcaXYTrack, float ); // ! dca of the electron in xy direction
9494DECLARE_SOA_COLUMN (DcaZTrack, dcaZTrack, float ); // ! dca of the electron in z direction
9595
9696DECLARE_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
9898DECLARE_SOA_COLUMN (LSMassEE, lSMassEE, std::vector<float >); // ! mass of the Like sign electron pair
9999DECLARE_SOA_COLUMN (ULSMassEE, uLSMassEE, std::vector<float >); // ! mass of UnLike sign electron pair
100100DECLARE_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