@@ -479,7 +479,7 @@ DECLARE_SOA_COLUMN(PtElectron, ptElectron, float); //! Transverse momentum of el
479479DECLARE_SOA_COLUMN (LSElCount, lSElCounts, int ); // ! like sign Electron
480480DECLARE_SOA_COLUMN (ULSElCount, uLSElCount, int ); // ! unLike sign Electron
481481DECLARE_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
483483DECLARE_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+
497498namespace hf_correlation_electron_hadron
498499{
499500DECLARE_SOA_COLUMN (DeltaPhi, deltaPhi, float ); // ! DeltaPhi between Electron and Hadrons
0 commit comments