Skip to content

Commit aeb89ac

Browse files
authored
fix name
1 parent dea1a2f commit aeb89ac

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

PWGHF/HFC/DataModel/CorrelationTables.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -475,8 +475,8 @@ namespace hf_electron
475475
DECLARE_SOA_COLUMN(PhiElectron, phiElectron, float); //! Phi of electron
476476
DECLARE_SOA_COLUMN(EtaElectron, etaElectron, float); //! Eta of electron
477477
DECLARE_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
480480
DECLARE_SOA_COLUMN(PoolBin, poolBin, int); //! Pool Bin of event defined using zvtx and multiplicit
481481
DECLARE_SOA_COLUMN(GIndexCol, gIndexCol, int); //! Global index for the collision
482482
DECLARE_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

Comments
 (0)