From d1ec69c536a9272f02271ef54d098fa9d5d2265f Mon Sep 17 00:00:00 2001 From: Piotr Konopka Date: Tue, 29 Apr 2025 08:45:44 +0200 Subject: [PATCH] Remove any mentions of dataSamplingPoliciesFile Closes QC-1247. It seems the feature is already gone, but some mentions in the documentation remained. --- Framework/example-default.json | 5 +---- doc/Advanced.md | 5 ++--- 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/Framework/example-default.json b/Framework/example-default.json index b9f4d200f5..07bd335def 100644 --- a/Framework/example-default.json +++ b/Framework/example-default.json @@ -184,9 +184,6 @@ } } }, - "dataSamplingPoliciesFile_comment": "In case that policies are stored in different file, specify its path below. When both dataSamplingPolicies and dataSamplingPoliciesFile are specified, the latter has higher priority", - "dataSamplingPoliciesFile": "json:///home/genghiskhan/alice/QualityControl/dataSamplingConfig.json", - "dataSamplingPolicies_comment": "this is ignored when dataSamplingPoliciesFile is specified", "dataSamplingPolicies": [ { "id": "ex1", @@ -215,4 +212,4 @@ ] } ] -} +} \ No newline at end of file diff --git a/doc/Advanced.md b/doc/Advanced.md index d71fd959a2..76b2f0da98 100644 --- a/doc/Advanced.md +++ b/doc/Advanced.md @@ -1594,7 +1594,6 @@ This is the global structure of the configuration in QC. } }, - "dataSamplingPoliciesFile": "json:///path/to/data/sampling/config.json", "dataSamplingPolicies": [ ] @@ -1613,8 +1612,8 @@ There are six QC-related components: * "postprocessing" - contains declarations of PostProcessing Tasks. It is only needed only when Post-Processing is run. -The configuration file can also include a path to Data Sampling configuration ("dataSamplingPoliciesFile") or the -list of Data Sampling Policies. Please refer to the [Data Sampling documentation](https://github.com/AliceO2Group/AliceO2/tree/dev/Utilities/DataSampling) to find more information. +The configuration file can also include a list of Data Sampling Policies. +Please refer to the [Data Sampling documentation](https://github.com/AliceO2Group/AliceO2/tree/dev/Utilities/DataSampling) to find more information. ### Common configuration