Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion PWGHF/HFC/DataModel/CorrelationTables.h
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,7 @@ DECLARE_SOA_COLUMN(PtElectron, ptElectron, float); //! Transverse momentum of el
DECLARE_SOA_COLUMN(LSElCount, lSElCounts, int); //! like sign Electron
DECLARE_SOA_COLUMN(ULSElCount, uLSElCount, int); //! unLike sign Electron
DECLARE_SOA_COLUMN(PoolBin, poolBin, int); //! Pool Bin of event defined using zvtx and multiplicity
DECLARE_SOA_COLUMN(CollisionId, collisionId, int); //! Global index for the collision
DECLARE_SOA_COLUMN(CollisionId, collisionId, int); //! Global index for the collision
DECLARE_SOA_COLUMN(TimeStamp, timeStamp, int64_t); //! Timestamp for the collision

} // namespace hf_electron
Expand Down
Loading