diff --git a/Modules/ITS/src/ITSTrackTask.cxx b/Modules/ITS/src/ITSTrackTask.cxx index 296b30e763..ede6f3312b 100644 --- a/Modules/ITS/src/ITSTrackTask.cxx +++ b/Modules/ITS/src/ITSTrackTask.cxx @@ -19,8 +19,7 @@ #include #include #include -#include "ReconstructionDataFormats/Vertex.h" -#include "ReconstructionDataFormats/PrimaryVertex.h" +#include "DataFormatsITS/Vertex.h" #include "ITStracking/IOUtils.h" #include #include "Common/Utils.h" @@ -138,7 +137,7 @@ void ITSTrackTask::monitorData(o2::framework::ProcessingContext& ctx) auto trackRofArr = ctx.inputs().get>("rofs"); auto clusRofArr = ctx.inputs().get>("clustersrof"); auto clusArr = ctx.inputs().get>("compclus"); - auto vertexArr = ctx.inputs().get>>>("Vertices"); + auto vertexArr = ctx.inputs().get>("Vertices"); auto vertexRofArr = ctx.inputs().get>("Verticesrof"); auto clusIdx = ctx.inputs().get>("clusteridx");