Skip to content

Commit 0355306

Browse files
authored
removing obsolete matcher tasks (AliceO2Group#4740)
1 parent b0741b2 commit 0355306

4 files changed

Lines changed: 0 additions & 87 deletions

File tree

Analysis/Tasks/CMakeLists.txt

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -91,13 +91,3 @@ o2_add_dpl_workflow(weak-decay-indices
9191
SOURCES weakDecayIndices.cxx
9292
PUBLIC_LINK_LIBRARIES O2::Framework O2::DetectorsBase O2::AnalysisDataModel
9393
COMPONENT_NAME Analysis)
94-
95-
o2_add_dpl_workflow(run2-matcher
96-
SOURCES run2Matcher.cxx
97-
PUBLIC_LINK_LIBRARIES O2::Framework O2::DetectorsBase O2::AnalysisDataModel
98-
COMPONENT_NAME Analysis)
99-
100-
o2_add_dpl_workflow(run3-matcher
101-
SOURCES run3Matcher.cxx
102-
PUBLIC_LINK_LIBRARIES O2::Framework O2::DetectorsBase O2::AnalysisDataModel
103-
COMPONENT_NAME Analysis)

Analysis/Tasks/run2Matcher.cxx

Lines changed: 0 additions & 37 deletions
This file was deleted.

Analysis/Tasks/run3Matcher.cxx

Lines changed: 0 additions & 38 deletions
This file was deleted.

Analysis/Tutorials/src/ZDCVZeroIteration.cxx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ using namespace o2::framework::expressions;
1717

1818
// This task shows how to access the ZDC and FV0A information which belongs to a collision
1919
// The association is made through the BC column (and in Run 3 may not be unique!)
20-
// To run this workflow, the o2-analysis-run2-matcher has to be run as well.
21-
// Example: o2-analysis-run2-matcher --aod-file AO2D.root | o2-analysistutorial-zdc-vzero-iteration
2220

2321
// This example access the collisions and the related FV0A information.
2422
// Note that one has to subscribe to aod::Collisions const& and aod::FV0As const& to load

0 commit comments

Comments
 (0)