-
Notifications
You must be signed in to change notification settings - Fork 167
Expand file tree
/
Copy pathtpcQCTracks_sampled.json
More file actions
83 lines (83 loc) · 2.06 KB
/
Copy pathtpcQCTracks_sampled.json
File metadata and controls
83 lines (83 loc) · 2.06 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"qc": {
"config": {
"database": {
"implementation": "CCDB",
"host": "ccdb-test.cern.ch:8080",
"username": "not_applicable",
"password": "not_applicable",
"name": "not_applicable"
},
"Activity": {
"number": "303000"
},
"monitoring": {
"url": "infologger:///debug?qc"
},
"consul": {
"url": ""
},
"conditionDB": {
"url": "alice-ccdb.cern.ch"
}
},
"tasks": {
"Tracks": {
"active": "true",
"className": "o2::quality_control_modules::tpc::Tracks",
"moduleName": "QcTPC",
"detectorName": "TPC",
"cycleDurationSeconds": "10",
"dataSource_comment": "The other type of dataSource is \"direct\", see basic-no-sampling.json.",
"dataSource": {
"type": "dataSamplingPolicy",
"name": "tpc-tracks"
},
"taskParameters": {
"cutAbsEta": "1.", "cutMinNCluster": "60", "cutMindEdxTot": "20."
},
"grpGeomRequest" : {
"geomRequest": "None",
"askGRPECS": "false",
"askGRPLHCIF": "false",
"askGRPMagField": "true",
"askMatLUT": "true",
"askTime": "false",
"askOnceAllButField": "true",
"needPropagatorD": "false"
},
"location": "remote"
}
},
"checks": {
"QcCheckTracksSampled": {
"active": "true",
"className": "o2::quality_control_modules::skeleton::SkeletonCheck",
"moduleName": "QcSkeleton",
"policy": "OnAny",
"detectorName": "TPC",
"dataSource": [{
"type": "Task",
"name": "Tracks",
"MOs": ["example"]
}]
}
}
},
"dataSamplingPolicies": [
{
"id": "tpc-tracks",
"active": "true",
"machines": [],
"query": "inputTracks:TPC/TRACKS/0",
"samplingConditions": [
{
"condition": "random",
"fraction": "0.9",
"seed": "1234"
}
],
"blocking": "false"
}
]
}