99// granted to it by virtue of its status as an Intergovernmental Organization
1010// or submit itself to any jurisdiction.
1111
12- // / \file CandidateReconstructionTables .h
13- // / \brief Definitions of tables produced by candidate reconstruction workflows
12+ // / \file AliasTables .h
13+ // / \brief Table aliases
1414// /
1515// / \author Gian Michele Innocenti <gian.michele.innocenti@cern.ch>, CERN
1616// / \author Vít Kučera <vit.kucera@cern.ch>, CERN
1717
1818#ifndef PWGHF_DATAMODEL_ALIASTABLES_H_
1919#define PWGHF_DATAMODEL_ALIASTABLES_H_
2020
21+ #include " Common/DataModel/EventSelection.h"
22+ #include " Common/DataModel/PIDResponseTOF.h"
23+ #include " Common/DataModel/PIDResponseTPC.h"
24+ #include " Common/DataModel/TrackSelectionTables.h"
25+
2126#include < Framework/AnalysisDataModel.h>
2227
2328namespace o2 ::aod
2429{
25- // Table aliases
2630using BcFullInfos = soa::Join<aod::BCsWithTimestamps, aod::BcSels, aod::Run3MatchedToBCSparse>;
2731
2832using TracksWCov = soa::Join<Tracks, TracksCov>;
@@ -48,7 +52,6 @@ using TracksPidTinyPi = soa::Join<aod::pidTPCPi, aod::pidTOFPi>;
4852using TracksPidTinyKa = soa::Join<aod::pidTPCKa, aod::pidTOFKa>;
4953using TracksPidTinyPr = soa::Join<aod::pidTPCPr, aod::pidTOFPr>;
5054using TracksPidTinyDe = soa::Join<aod::pidTPCDe, aod::pidTOFDe>;
51-
5255} // namespace o2::aod
5356
5457#endif // PWGHF_DATAMODEL_ALIASTABLES_H_
0 commit comments