Skip to content

Commit 0e81e65

Browse files
rmunzerdavidrohr
andauthored
Tpc update qc (#1270)
* Update tpc.json * Update tpc.json * Update tpc.json * Update tpc.json --------- Co-authored-by: David Rohr <github@jwdt.org>
1 parent 3dd77ad commit 0e81e65

2 files changed

Lines changed: 32 additions & 4 deletions

File tree

DATA/production/qc-async/tpc.json

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,8 @@
8484
"resetAfterCycles": "1",
8585
"maxNumberCycles": "-1",
8686
"dataSource": {
87-
"type": "direct",
88-
"query" : "inputTracks:TPC/TRACKS/0"
87+
"type": "dataSamplingPolicy",
88+
"name": "tpc-tracks"
8989
},
9090
"taskParameters": {
9191
"cutAbsEta": "1.",
@@ -120,6 +120,20 @@
120120
}
121121
],
122122
"blocking": "false"
123+
},
124+
{
125+
"id": "tpc-tracks",
126+
"active": "true",
127+
"machines": [],
128+
"query" : "inputTracks:TPC/TRACKS/0",
129+
"samplingConditions": [
130+
{
131+
"condition": "random",
132+
"fraction": "0.1",
133+
"seed": "1234"
134+
}
135+
],
136+
"blocking": "false"
123137
}
124138
]
125139
}

DATA/production/qc-sync/tpc.json

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,8 @@
108108
"resetAfterCycles": "10",
109109
"maxNumberCycles": "-1",
110110
"dataSource": {
111-
"type": "direct",
112-
"query": "inputTracks:TPC/TRACKS/0"
111+
"type": "dataSamplingPolicy",
112+
"name": "tpc-tracks"
113113
},
114114
"taskParameters": {
115115
"cutAbsEta": "1.",
@@ -147,6 +147,20 @@
147147
}
148148
],
149149
"blocking": "false"
150+
},
151+
{
152+
"id": "tpc-tracks",
153+
"active": "true",
154+
"machines": [],
155+
"query" : "inputTracks:TPC/TRACKS/0",
156+
"samplingConditions": [
157+
{
158+
"condition": "random",
159+
"fraction": "0.01",
160+
"seed": "1234"
161+
}
162+
],
163+
"blocking": "false"
150164
}
151165
]
152166
}

0 commit comments

Comments
 (0)