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
4 changes: 2 additions & 2 deletions PWGHF/HFL/DataModel/ElectronSelectionTable.h
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ DECLARE_SOA_COLUMN(PhiTrack, phiTrack, float); //! azimuth of th
DECLARE_SOA_COLUMN(PtTrack, ptTrack, float); //! transverse momentum of the electron track
DECLARE_SOA_COLUMN(TpcNSigmaElTrack, tpcNSigmaElTrack, float); //! tpcNSigma of the electron track(TPC PID)
DECLARE_SOA_COLUMN(TofNSigmaElTrack, tofNSigmaElTrack, float); //! tofNSigma of the electron track(TOF PID)
DECLARE_SOA_COLUMN(LsElePairCount, lsElePairCount, int); //! Number of Like sign electron pair
DECLARE_SOA_COLUMN(UlsElePairCount, ulsElePairCount, int); //! Number of UnLike sign electron pair
DECLARE_SOA_COLUMN(LsElePairCount, lsElePairCount, int); //! Number of Like sign electron pair
DECLARE_SOA_COLUMN(UlsElePairCount, ulsElePairCount, int); //! Number of UnLike sign electron pair
DECLARE_SOA_COLUMN(IsEmcal, isEmcal, bool); //! electron information
} // namespace hf_corr_sel_electron

Expand Down
Loading