We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88fe655 commit 5fa626fCopy full SHA for 5fa626f
1 file changed
Detectors/TPC/workflow/src/tpc-calib-pad-raw.cxx
@@ -41,6 +41,13 @@ using RDHUtils = o2::raw::RDHUtils;
41
42
const std::string DEFAULTINPUT = "A:TPC/RAWDATA";
43
44
+// customize the completion policy
45
+void customize(std::vector<o2::framework::CompletionPolicy>& policies)
46
+{
47
+ using o2::framework::CompletionPolicy;
48
+ policies.push_back(CompletionPolicyHelpers::defineByName("calib-tpc-raw.*", CompletionPolicy::CompletionOp::Consume));
49
+}
50
+
51
// we need to add workflow options before including Framework/runDataProcessing
52
void customize(std::vector<ConfigParamSpec>& workflowOptions)
53
{
0 commit comments