@@ -475,8 +475,8 @@ namespace hf_electron
475475DECLARE_SOA_COLUMN (PhiElectron, phiElectron, float ); // ! Phi of electron
476476DECLARE_SOA_COLUMN (EtaElectron, etaElectron, float ); // ! Eta of electron
477477DECLARE_SOA_COLUMN (PtElectron, ptElectron, float ); // ! Transverse momentum of electron
478- DECLARE_SOA_COLUMN (NLSEl, nLSEl , int ); // ! like sign Electron
479- DECLARE_SOA_COLUMN (NULSEl, nULSEl , int ); // ! unLike sign Electron
478+ DECLARE_SOA_COLUMN (NElectronsLS, nElectronsLS , int ); // ! number of like-sign
479+ DECLARE_SOA_COLUMN (NElectronsUS, nElectronsUS , int ); // ! number of Unlike-sign
480480DECLARE_SOA_COLUMN (PoolBin, poolBin, int ); // ! Pool Bin of event defined using zvtx and multiplicit
481481DECLARE_SOA_COLUMN (GIndexCol, gIndexCol , int ); // ! Global index for the collision
482482DECLARE_SOA_COLUMN (TimeStamp, timeStamp, int64_t ); // ! Timestamp for the collision
@@ -487,8 +487,8 @@ DECLARE_SOA_TABLE(HfElectron, "AOD", "HFELECTRON", //! Hf Electron properties
487487 aod::hf_electron::PhiElectron,
488488 aod::hf_electron::EtaElectron,
489489 aod::hf_electron::PtElectron,
490- aod::hf_electron::NLSEl ,
491- aod::hf_electron::NULSEl ,
490+ aod::hf_electron::NElectronsLS ,
491+ aod::hf_electron::NElectronsUS ,
492492 aod::hf_electron::PoolBin,
493493 aod::hf_electron::GIndexCol,
494494 aod::hf_electron::TimeStamp);
0 commit comments