Skip to content

Commit e249aed

Browse files
authored
Update CorrelationTables.h
1 parent 886131e commit e249aed

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

PWGHF/HFC/DataModel/CorrelationTables.h

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -479,7 +479,7 @@ DECLARE_SOA_COLUMN(PtElectron, ptElectron, float); //! Transverse momentum of el
479479
DECLARE_SOA_COLUMN(LSElCount, lSElCounts, int); //! like sign Electron
480480
DECLARE_SOA_COLUMN(ULSElCount, uLSElCount, int); //! unLike sign Electron
481481
DECLARE_SOA_COLUMN(PoolBin, poolBin, int); //! Pool Bin of event defined using zvtx and multiplicit
482-
DECLARE_SOA_COLUMN(CollisionId, collisionId, int); //! Global index for the collision
482+
DECLARE_SOA_COLUMN(GIndexCol, gIndexCol, int); //! Global index for the collision
483483
DECLARE_SOA_COLUMN(TimeStamp, timeStamp, int64_t); //! Timestamp for the collision
484484

485485
} // namespace hf_electron
@@ -491,9 +491,10 @@ DECLARE_SOA_TABLE(HfElectron, "AOD", "HFELECTRON", //! Hf Electron properties
491491
aod::hf_electron::LSElCount,
492492
aod::hf_electron::ULSElCount,
493493
aod::hf_electron::PoolBin,
494-
aod::hf_electron::CollisionId,
494+
aod::hf_electron::GIndexCol,
495495
aod::hf_electron::TimeStamp);
496496

497+
497498
namespace hf_correlation_electron_hadron
498499
{
499500
DECLARE_SOA_COLUMN(DeltaPhi, deltaPhi, float); //! DeltaPhi between Electron and Hadrons

0 commit comments

Comments
 (0)