Skip to content

Commit f1f4b98

Browse files
committed
PWGLF: do not include ITS internal code
1 parent 06e8c9e commit f1f4b98

File tree

5 files changed

+26
-24
lines changed

5 files changed

+26
-24
lines changed

PWGLF/TableProducer/Strangeness/Converters/CMakeLists.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,22 +41,22 @@ o2physics_add_dpl_workflow(straevselsconverter
4141

4242
o2physics_add_dpl_workflow(straevselsconverter2
4343
SOURCES straevselsconverter2.cxx
44-
PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore O2::ITStracking
44+
PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore O2::ReconstructionDataFormats
4545
COMPONENT_NAME Analysis)
4646

4747
o2physics_add_dpl_workflow(straevselsconverter3
4848
SOURCES straevselsconverter3.cxx
49-
PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore O2::ITStracking
49+
PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore O2::ReconstructionDataFormats
5050
COMPONENT_NAME Analysis)
5151

5252
o2physics_add_dpl_workflow(straevselsconverter4
5353
SOURCES straevselsconverter4.cxx
54-
PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore O2::ITStracking
54+
PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore
5555
COMPONENT_NAME Analysis)
5656

5757
o2physics_add_dpl_workflow(straevselsconverter5
5858
SOURCES straevselsconverter5.cxx
59-
PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore O2::ITStracking O2Physics::AnalysisCCDB
59+
PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore O2Physics::AnalysisCCDB
6060
COMPONENT_NAME Analysis)
6161

6262
o2physics_add_dpl_workflow(straevselsconverter2rawcents
@@ -117,4 +117,4 @@ o2physics_add_dpl_workflow(stramccollisionconverter2
117117
o2physics_add_dpl_workflow(zdcneutronsconverter
118118
SOURCES zdcneutronsconverter.cxx
119119
PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore
120-
COMPONENT_NAME Analysis)
120+
COMPONENT_NAME Analysis)

PWGLF/TableProducer/Strangeness/Converters/straevselsconverter2.cxx

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,13 @@
88
// In applying this license CERN does not waive the privileges and immunities
99
// granted to it by virtue of its status as an Intergovernmental Organization
1010
// or submit itself to any jurisdiction.
11-
#include "Framework/runDataProcessing.h"
12-
#include "Framework/AnalysisTask.h"
13-
#include "Framework/AnalysisDataModel.h"
14-
#include "ITStracking/Vertexer.h"
1511
#include "PWGLF/DataModel/LFStrangenessTables.h"
1612

13+
#include "Framework/AnalysisDataModel.h"
14+
#include "Framework/AnalysisTask.h"
15+
#include "Framework/runDataProcessing.h"
16+
#include "ReconstructionDataFormats/Vertex.h"
17+
1718
using namespace o2;
1819
using namespace o2::framework;
1920

@@ -52,7 +53,7 @@ struct straevselsconverter2 {
5253
values.totalFDDAmplitudeC(),
5354
values.energyCommonZNA(),
5455
values.energyCommonZNC(),
55-
o2::its::Vertex::FlagsMask /*dummy flag value*/);
56+
o2::dataformats::Vertex<bool>::FlagsMask /*dummy flag value*/);
5657
}
5758
}
5859
};

PWGLF/TableProducer/Strangeness/Converters/straevselsconverter3.cxx

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,13 @@
88
// In applying this license CERN does not waive the privileges and immunities
99
// granted to it by virtue of its status as an Intergovernmental Organization
1010
// or submit itself to any jurisdiction.
11-
#include "Framework/runDataProcessing.h"
12-
#include "Framework/AnalysisTask.h"
13-
#include "Framework/AnalysisDataModel.h"
14-
#include "ITStracking/Vertexer.h"
1511
#include "PWGLF/DataModel/LFStrangenessTables.h"
1612

13+
#include "Framework/AnalysisDataModel.h"
14+
#include "Framework/AnalysisTask.h"
15+
#include "Framework/runDataProcessing.h"
16+
#include "ReconstructionDataFormats/Vertex.h"
17+
1718
using namespace o2;
1819
using namespace o2::framework;
1920

@@ -53,7 +54,7 @@ struct straevselsconverter3 {
5354
values.totalFDDAmplitudeC(),
5455
values.energyCommonZNA(),
5556
values.energyCommonZNC(),
56-
o2::its::Vertex::FlagsMask /*dummy flag value*/);
57+
o2::dataformats::Vertex<bool>::FlagsMask /*dummy flag value*/);
5758
}
5859
}
5960
};

PWGLF/TableProducer/Strangeness/Converters/straevselsconverter4.cxx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
// In applying this license CERN does not waive the privileges and immunities
99
// granted to it by virtue of its status as an Intergovernmental Organization
1010
// or submit itself to any jurisdiction.
11-
#include "Framework/runDataProcessing.h"
12-
#include "Framework/AnalysisTask.h"
13-
#include "Framework/AnalysisDataModel.h"
14-
#include "ITStracking/Vertexer.h"
1511
#include "PWGLF/DataModel/LFStrangenessTables.h"
1612

13+
#include "Framework/AnalysisDataModel.h"
14+
#include "Framework/AnalysisTask.h"
15+
#include "Framework/runDataProcessing.h"
16+
1717
using namespace o2;
1818
using namespace o2::framework;
1919

PWGLF/TableProducer/Strangeness/Converters/straevselsconverter5.cxx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88
// In applying this license CERN does not waive the privileges and immunities
99
// granted to it by virtue of its status as an Intergovernmental Organization
1010
// or submit itself to any jurisdiction.
11-
#include "Framework/runDataProcessing.h"
12-
#include "Framework/AnalysisTask.h"
13-
#include "Framework/AnalysisDataModel.h"
11+
#include "PWGLF/DataModel/LFStrangenessTables.h"
12+
1413
#include "CCDB/BasicCCDBManager.h"
1514
#include "DataFormatsParameters/AggregatedRunInfo.h"
16-
#include "ITStracking/Vertexer.h"
17-
#include "PWGLF/DataModel/LFStrangenessTables.h"
15+
#include "Framework/AnalysisDataModel.h"
16+
#include "Framework/AnalysisTask.h"
17+
#include "Framework/runDataProcessing.h"
1818

1919
using namespace o2;
2020
using namespace o2::framework;

0 commit comments

Comments
 (0)