Skip to content

Commit 55f359e

Browse files
committed
PWGLF: do not include ITS internal code
1 parent d647d63 commit 55f359e

File tree

4 files changed

+9
-8
lines changed

4 files changed

+9
-8
lines changed

PWGLF/TableProducer/Strangeness/Converters/CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,17 +41,17 @@ 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 O2::CommonDataFormat
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 O2::CommonDataFormat
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 O2::ReconstructionDataFormats O2::CommonDataFormat
5555
COMPONENT_NAME Analysis)
5656

5757
o2physics_add_dpl_workflow(straevselsconverter2rawcents

PWGLF/TableProducer/Strangeness/Converters/straevselsconverter2.cxx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
#include "Framework/runDataProcessing.h"
1212
#include "Framework/AnalysisTask.h"
1313
#include "Framework/AnalysisDataModel.h"
14-
#include "ITStracking/Vertexer.h"
14+
#include "CommonDataFormat/TimeStamp.h"
15+
#include "ReconstructionDataFormats/Vertex.h"
1516
#include "PWGLF/DataModel/LFStrangenessTables.h"
1617

1718
using namespace o2;
@@ -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<o2::dataformats::TimeStamp<int>>::FlagsMask /*dummy flag value*/);
5657
}
5758
}
5859
};

PWGLF/TableProducer/Strangeness/Converters/straevselsconverter3.cxx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
#include "Framework/runDataProcessing.h"
1212
#include "Framework/AnalysisTask.h"
1313
#include "Framework/AnalysisDataModel.h"
14-
#include "ITStracking/Vertexer.h"
14+
#include "CommonDataFormat/TimeStamp.h"
15+
#include "ReconstructionDataFormats/Vertex.h"
1516
#include "PWGLF/DataModel/LFStrangenessTables.h"
1617

1718
using namespace o2;
@@ -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<o2::dataformats::TimeStamp<int>>::FlagsMask /*dummy flag value*/);
5758
}
5859
}
5960
};

PWGLF/TableProducer/Strangeness/Converters/straevselsconverter4.cxx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
#include "Framework/runDataProcessing.h"
1212
#include "Framework/AnalysisTask.h"
1313
#include "Framework/AnalysisDataModel.h"
14-
#include "ITStracking/Vertexer.h"
1514
#include "PWGLF/DataModel/LFStrangenessTables.h"
1615

1716
using namespace o2;

0 commit comments

Comments
 (0)