We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8de04e commit 0cd3095Copy full SHA for 0cd3095
1 file changed
Framework/src/runTPCQCPID.cxx
@@ -22,11 +22,13 @@
22
#include "Framework/DataSampling.h"
23
#include "QualityControl/InfrastructureGenerator.h"
24
25
+using namespace o2;
26
using namespace o2::framework;
27
28
void customize(std::vector<CompletionPolicy>& policies)
29
{
30
DataSampling::CustomizeInfrastructure(policies);
31
+ quality_control::customizeInfrastructure(policies);
32
}
33
34
void customize(std::vector<ChannelConfigurationPolicy>& policies)
0 commit comments