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 @@ -476,7 +476,7 @@ namespace hf_electron
DECLARE_SOA_COLUMN(Phi, phi, float); //! Phi of electron
DECLARE_SOA_COLUMN(Eta, eta, float); //! Eta of electron
DECLARE_SOA_COLUMN(PtElectron, ptElectron, float); //! Transverse momentum of electron
DECLARE_SOA_COLUMN(LSElCount, lSElCount, int); //! like sign Electron
DECLARE_SOA_COLUMN(LSElCount, lSElCount, 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 multiplicit
DECLARE_SOA_COLUMN(GIndexCol, gIndexCol, int); //! Global index for the collision
Expand Down
Loading