We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8393157 commit e9fc388Copy full SHA for e9fc388
2 files changed
Detectors/AOD/CMakeLists.txt
@@ -13,7 +13,6 @@ o2_add_library(
13
AODProducerWorkflow
14
SOURCES src/AODProducerWorkflowSpec.cxx
15
PUBLIC_LINK_LIBRARIES
16
- O2::AnalysisDataModel
17
O2::DetectorsVertexing
18
O2::Framework
19
O2::FT0Workflow
@@ -54,6 +53,5 @@ o2_add_executable(
54
53
O2::TOFCalibration
55
O2::SimConfig
56
O2::DataFormatsFT0
57
58
O2::Steer
59
)
Detectors/AOD/src/AODProducerWorkflowSpec.cxx
@@ -12,7 +12,6 @@
12
/// @file AODProducerWorkflowSpec.cxx
#include "AODProducerWorkflow/AODProducerWorkflowSpec.h"
-#include "AnalysisDataModel/PID/PIDTOF.h"
#include "DataFormatsFT0/RecPoints.h"
#include "DataFormatsITS/TrackITS.h"
#include "DataFormatsMFT/TrackMFT.h"
0 commit comments