Skip to content

Commit 477151d

Browse files
wiechulashahor02
authored andcommitted
TPC: clean up CompletionPolicy
1 parent b05125a commit 477151d

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

Detectors/TPC/workflow/src/track-and-cluster-filter.cxx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ using namespace o2::framework;
2727
void customize(std::vector<o2::framework::CompletionPolicy>& policies)
2828
{
2929
using o2::framework::CompletionPolicy;
30-
policies.push_back(CompletionPolicyHelpers::defineByName("tpc-track-and-cluster-filter", CompletionPolicy::CompletionOp::Consume));
31-
3230
// the TPC sector completion policy checks when the set of TPC/CLUSTERNATIVE data is complete
3331
// in addition we require to have input from all other routes
3432
policies.push_back(o2::tpc::TPCSectorCompletionPolicy("tpc-track-and-cluster-filter",

0 commit comments

Comments
 (0)