Skip to content

Commit 3aa1e26

Browse files
committed
Fix**2
1 parent 7058483 commit 3aa1e26

File tree

3 files changed

+18
-9
lines changed

3 files changed

+18
-9
lines changed

PWGLF/DataModel/LFHypernucleiKfTables.h

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,14 @@
1616
#ifndef PWGLF_DATAMODEL_LFHYPERNUCLEIKFTABLES_H_
1717
#define PWGLF_DATAMODEL_LFHYPERNUCLEIKFTABLES_H_
1818

19-
#include <cmath>
20-
#include "Framework/ASoA.h"
21-
#include "Framework/AnalysisDataModel.h"
22-
#include "Common/DataModel/Centrality.h"
2319
#include "Common/Core/RecoDecay.h"
20+
#include "Common/DataModel/Centrality.h"
21+
#include "Common/DataModel/TrackSelectionTables.h"
22+
23+
#include <Framework/ASoA.h>
24+
#include <Framework/AnalysisDataModel.h>
25+
26+
#include <cmath>
2427

2528
namespace o2::aod
2629
{

PWGLF/DataModel/LFStrangenessFinderTables.h

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,16 @@
1313
// finders. These are cross-check tasks that are not meant to do final analyses
1414
// as finding will be extremely slow and complex at the AO2D level.
1515

16-
#ifndef O2_ANALYSIS_STRANGENESSFINDERTABLES_H_
17-
#define O2_ANALYSIS_STRANGENESSFINDERTABLES_H_
16+
#ifndef PWGLF_DATAMODEL_LFSTRANGENESSFINDERTABLES_H_
17+
#define PWGLF_DATAMODEL_LFSTRANGENESSFINDERTABLES_H_
18+
19+
#include "PWGLF/DataModel/LFStrangenessTables.h"
1820

19-
#include "Framework/AnalysisDataModel.h"
2021
#include "Common/Core/RecoDecay.h"
21-
#include "CommonConstants/PhysicsConstants.h"
22+
23+
#include <CommonConstants/PhysicsConstants.h>
24+
#include <Framework/AnalysisDataModel.h>
25+
2226
#include <cmath>
2327

2428
// V0 auxiliary tables
@@ -84,4 +88,4 @@ DECLARE_SOA_TABLE(CascGoodAntiLambdas, "AOD", "CASCGOODALAM", o2::soa::Index<>,
8488

8589
} // namespace o2::aod
8690

87-
#endif // O2_ANALYSIS_STRANGENESSFINDERTABLES_H_
91+
#endif // PWGLF_DATAMODEL_LFSTRANGENESSFINDERTABLES_H_

PWGLF/DataModel/v0qaanalysis.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
#ifndef PWGLF_DATAMODEL_V0QAANALYSIS_H_
1616
#define PWGLF_DATAMODEL_V0QAANALYSIS_H_
1717

18+
#include <Framework/ASoA.h>
19+
1820
namespace o2::aod
1921
{
2022

0 commit comments

Comments
 (0)