Skip to content

Commit 9d87baa

Browse files
committed
Finish data model split
1 parent 77a37b2 commit 9d87baa

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

PWGHF/DataModel/AliasTables.h

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,20 +9,24 @@
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

2328
namespace o2::aod
2429
{
25-
// Table aliases
2630
using BcFullInfos = soa::Join<aod::BCsWithTimestamps, aod::BcSels, aod::Run3MatchedToBCSparse>;
2731

2832
using TracksWCov = soa::Join<Tracks, TracksCov>;

PWGHF/DataModel/CandidateReconstructionTables.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,6 @@
2626

2727
#include "ALICE3/DataModel/ECAL.h"
2828
#include "Common/Core/RecoDecay.h"
29-
#include "Common/DataModel/EventSelection.h"
30-
#include "Common/DataModel/PIDResponseTOF.h"
31-
#include "Common/DataModel/PIDResponseTPC.h"
32-
#include "Common/DataModel/TrackSelectionTables.h"
3329

3430
#include <CommonConstants/PhysicsConstants.h>
3531
#include <Framework/ASoA.h>

PWGHF/DataModel/CandidateSkimmingTables.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
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 CandidateSkimmingTables.h
13+
/// \brief Definitions of tables produced by candidate skimming workflows
1414
///
1515
/// \author Gian Michele Innocenti <gian.michele.innocenti@cern.ch>, CERN
1616
/// \author Vít Kučera <vit.kucera@cern.ch>, CERN

0 commit comments

Comments
 (0)