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
16 changes: 8 additions & 8 deletions PWGHF/HFC/DataModel/CorrelationTables.h
Original file line number Diff line number Diff line change
Expand Up @@ -473,14 +473,14 @@ DECLARE_SOA_TABLE(DmesonSelection, "AOD", "DINCOLL", // Selection of D meson in
// definition of columns and tables for electron properties
namespace hf_electron
{
DECLARE_SOA_COLUMN(PhiElectron, phiElectron, float); //! Phi of electron
DECLARE_SOA_COLUMN(EtaElectron, etaElectron, float); //! Eta of electron
DECLARE_SOA_COLUMN(PtElectron, ptElectron, float); //! Transverse momentum of electron
DECLARE_SOA_COLUMN(NLSEl, nLSEl, int); //! like sign Electron
DECLARE_SOA_COLUMN(NULSEl, nULSEl, 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
DECLARE_SOA_COLUMN(TimeStamp, timeStamp, int64_t); //! Timestamp for the collision
DECLARE_SOA_COLUMN(PhiElectron, phiElectron, float); //! Phi of electron
DECLARE_SOA_COLUMN(EtaElectron, etaElectron, float); //! Eta of electron
DECLARE_SOA_COLUMN(PtElectron, ptElectron, float); //! Transverse momentum of electron
DECLARE_SOA_COLUMN(NLSEl, nLSEl, int); //! like sign Electron
DECLARE_SOA_COLUMN(NULSEl, nULSEl, 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
DECLARE_SOA_COLUMN(TimeStamp, timeStamp, int64_t); //! Timestamp for the collision

} // namespace hf_electron

Expand Down
Loading