Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions Framework/example-default.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -215,4 +212,4 @@
]
}
]
}
}
5 changes: 2 additions & 3 deletions doc/Advanced.md
Original file line number Diff line number Diff line change
Expand Up @@ -1594,7 +1594,6 @@ This is the global structure of the configuration in QC.

}
},
"dataSamplingPoliciesFile": "json:///path/to/data/sampling/config.json",
"dataSamplingPolicies": [

]
Expand All @@ -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

Expand Down