File tree Expand file tree Collapse file tree 5 files changed +21
-20
lines changed
PWGLF/TableProducer/Strangeness/Converters Expand file tree Collapse file tree 5 files changed +21
-20
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
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
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
5555 COMPONENT_NAME Analysis)
5656
5757o2physics_add_dpl_workflow(straevselsconverter5
@@ -117,4 +117,4 @@ o2physics_add_dpl_workflow(stramccollisionconverter2
117117o2physics_add_dpl_workflow(zdcneutronsconverter
118118 SOURCES zdcneutronsconverter.cxx
119119 PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore
120- COMPONENT_NAME Analysis)
120+ COMPONENT_NAME Analysis)
Original file line number Diff line number Diff line change 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+
1718using namespace o2 ;
1819using 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};
Original file line number Diff line number Diff line change 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+
1718using namespace o2 ;
1819using 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};
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 ;
Original file line number Diff line number Diff line change 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
1919using namespace o2 ;
2020using namespace o2 ::framework;
You can’t perform that action at this time.
0 commit comments