Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,8 @@
#include "DataFormatsGlobalTracking/RecoContainer.h"
#include "StrangenessTracking/StrangenessTrackingConfigParam.h"
#include "GlobalTrackingWorkflow/StrangenessTrackingSpec.h"
#include "ITSWorkflow/ClusterWriterSpec.h"
#include "ITSWorkflow/TrackerSpec.h"
#include "ITSWorkflow/TrackReaderSpec.h"
#include "ITSMFTWorkflow/ClusterReaderSpec.h"
#include "Framework/CCDBParamSpec.h"
#include "DataFormatsParameters/GRPObject.h"

Expand Down
2 changes: 0 additions & 2 deletions Detectors/ITSMFT/ITS/workflow/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ o2_add_library(ITSWorkflow
TARGETVARNAME targetName
SOURCES src/RecoWorkflow.cxx
src/ClusterWriterWorkflow.cxx
src/ClustererSpec.cxx
src/ClusterWriterSpec.cxx
src/TrackerSpec.cxx
src/TrackWriterSpec.cxx
src/TrackReaderSpec.cxx
Expand Down

This file was deleted.

72 changes: 0 additions & 72 deletions Detectors/ITSMFT/ITS/workflow/src/ClusterWriterSpec.cxx

This file was deleted.

4 changes: 2 additions & 2 deletions Detectors/ITSMFT/ITS/workflow/src/ClusterWriterWorkflow.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
/// @file ClusterWriterWorkflow.cxx

#include "ITSWorkflow/ClusterWriterWorkflow.h"
#include "ITSWorkflow/ClusterWriterSpec.h"
#include "ITSMFTWorkflow/ClusterWriterSpec.h"

namespace o2
{
Expand All @@ -26,7 +26,7 @@ framework::WorkflowSpec getWorkflow(bool useMC)
{
framework::WorkflowSpec specs;

specs.emplace_back(o2::its::getClusterWriterSpec(useMC));
specs.emplace_back(o2::itsmft::getITSClusterWriterSpec(useMC));

return specs;
}
Expand Down
218 changes: 0 additions & 218 deletions Detectors/ITSMFT/ITS/workflow/src/ClustererSpec.cxx

This file was deleted.

Loading