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
3 changes: 0 additions & 3 deletions PWGHF/HFL/DataModel/ElectronSelectionTable.h
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ DECLARE_SOA_COLUMN(DeltaPhiMatch, deltaPhiMatch, float); //! dPhi matched track
DECLARE_SOA_COLUMN(IsEmcal, isEmcal, bool); //! electron information with Emcal
=======


} // namespace hf_sel_electron
DECLARE_SOA_TABLE(HfSelEl, "AOD", "HFSELEL", //! Electron Informations
o2::soa::Index<>,
Expand Down Expand Up @@ -92,8 +91,6 @@ DECLARE_SOA_COLUMN(IsULSElectron, isULSElectron, int); //! Unlike sign e
DECLARE_SOA_COLUMN(IsEmcal, isEmcal, bool); //! electron information
} // namespace hf_corr_sel_electron



DECLARE_SOA_TABLE(HfCorrSelEl, "AOD", "HfCORRSELEL", //! Electron Informations
o2::soa::Index<>,
hf_corr_sel_electron::CollisionId,
Expand Down
Loading