File tree Expand file tree Collapse file tree 4 files changed +9
-8
lines changed
PWGLF/TableProducer/Strangeness/Converters Expand file tree Collapse file tree 4 files changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -41,17 +41,17 @@ o2physics_add_dpl_workflow(straevselsconverter
4141
4242o2physics_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
4747o2physics_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
5252o2physics_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
5757o2physics_add_dpl_workflow(straevselsconverter2rawcents
Original file line number Diff line number Diff line change 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
1718using 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};
Original file line number Diff line number Diff line change 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
1718using 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};
Original file line number Diff line number Diff line change 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
1716using namespace o2 ;
You can’t perform that action at this time.
0 commit comments