@@ -78,17 +78,17 @@ DECLARE_SOA_TABLE(HfSelEl, "AOD", "HFSELEL", //! Electron Informations
7878// definition of columns and tables for HfcorrElectron Selection
7979namespace hf_corr_sel_electron
8080{
81- DECLARE_SOA_INDEX_COLUMN (Collision, collision); // ! collisioniD of the electron track
82- DECLARE_SOA_INDEX_COLUMN (Track, track); // ! trackid of of the electron track
83- DECLARE_SOA_COLUMN (EtaTrack, etaTrack, float ); // ! pseudorapidity of the electron track
84- DECLARE_SOA_COLUMN (PhiTrack, phiTrack, float ); // ! azimuth of the electron track
85- DECLARE_SOA_COLUMN (PtTrack, ptTrack, float ); // ! transverse momentum of the electron track
86- DECLARE_SOA_COLUMN (TpcNSigmaElTrack, tpcNSigmaElTrack, float ); // ! tpcNSigma of the electron track(TPC PID)
87- DECLARE_SOA_COLUMN (TofNSigmaElTrack, tofNSigmaElTrack, float ); // ! tofNSigma of the electron track(TOF PID)
88- DECLARE_SOA_COLUMN (InvariantMassNonHfe, invariantMassNonHfe , float ); // ! invariant mass of the non-Hfelectron
89- DECLARE_SOA_COLUMN (NElPairLS, nElPairLS, int ); // ! Number of Like sign electron pair
90- DECLARE_SOA_COLUMN (NElPairUS, nElPairUS, int ); // ! Number of UnLike sign electron pair
91- DECLARE_SOA_COLUMN (IsEmcal, isEmcal, bool ); // ! electron information
81+ DECLARE_SOA_INDEX_COLUMN (Collision, collision); // ! collisioniD of the electron track
82+ DECLARE_SOA_INDEX_COLUMN (Track, track); // ! trackid of of the electron track
83+ DECLARE_SOA_COLUMN (EtaTrack, etaTrack, float ); // ! pseudorapidity of the electron track
84+ DECLARE_SOA_COLUMN (PhiTrack, phiTrack, float ); // ! azimuth of the electron track
85+ DECLARE_SOA_COLUMN (PtTrack, ptTrack, float ); // ! transverse momentum of the electron track
86+ DECLARE_SOA_COLUMN (TpcNSigmaElTrack, tpcNSigmaElTrack, float ); // ! tpcNSigma of the electron track(TPC PID)
87+ DECLARE_SOA_COLUMN (TofNSigmaElTrack, tofNSigmaElTrack, float ); // ! tofNSigma of the electron track(TOF PID)
88+ DECLARE_SOA_COLUMN (InvariantMassEE, invariantMassEE , float ); // ! invariant mass of the non-Hfelectron
89+ DECLARE_SOA_COLUMN (NElPairLS, nElPairLS, int ); // ! Number of Like sign electron pair
90+ DECLARE_SOA_COLUMN (NElPairUS, nElPairUS, int ); // ! Number of UnLike sign electron pair
91+ DECLARE_SOA_COLUMN (IsEmcal, isEmcal, bool ); // ! electron information
9292} // namespace hf_corr_sel_electron
9393
9494DECLARE_SOA_TABLE (HfCorrSelEl, " AOD" , " HfCORRSELEL" , // ! Electron Informations
@@ -99,7 +99,7 @@ DECLARE_SOA_TABLE(HfCorrSelEl, "AOD", "HfCORRSELEL", //! Electron Informations
9999 hf_corr_sel_electron::PtTrack,
100100 hf_corr_sel_electron::TpcNSigmaElTrack,
101101 hf_corr_sel_electron::TofNSigmaElTrack,
102- hf_corr_sel_electron::InvariantMassNonHfe ,
102+ hf_corr_sel_electron::InvariantMassEE ,
103103 hf_corr_sel_electron::NElPairLS,
104104 hf_corr_sel_electron::NElPairUS,
105105 hf_corr_sel_electron::IsEmcal);
0 commit comments