File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 )
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments