forked from AliceO2Group/AliceO2
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexampleDataSamplingConfig.json
More file actions
56 lines (56 loc) · 1.15 KB
/
exampleDataSamplingConfig.json
File metadata and controls
56 lines (56 loc) · 1.15 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"dataSamplingPolicies": [
{
"id": "simpleQcTask",
"active": "true",
"machines": [],
"dataHeaders": [
{
"binding": "TPC_CLUSTERS_S",
"dataOrigin": "TPC",
"dataDescription": "CLUSTERS"
},
{
"binding": "TPC_CLUSTERS_P_S",
"dataOrigin": "TPC",
"dataDescription": "CLUSTERS_P"
}
],
"subSpec": "-1",
"samplingConditions": [
{
"condition": "random",
"fraction": "0.1",
"seed": "22222"
}
],
"blocking": "false"
},
{
"id": "rootQcTask",
"active": "true",
"machines": [],
"dataHeaders": [
{
"binding": "TST_HISTOS_S",
"dataOrigin": "TST",
"dataDescription": "HISTOS"
},
{
"binding": "TST_STRING_S",
"dataOrigin": "TST",
"dataDescription": "STRING"
}
],
"subSpec": "-1",
"samplingConditions": [
{
"condition": "random",
"fraction": "0.2",
"seed": "3333"
}
],
"blocking": "false"
}
]
}