Skip to content

Commit dc0c5bc

Browse files
Laura Serksnytechiarazampolli
authored andcommitted
Update so DPG can turn off sampling
1 parent f11408b commit dc0c5bc

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

DATA/production/qc-async/tpc.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@
3333
"cycleDurationSeconds": "300",
3434
"dataSource": {
3535
"type": "dataSamplingPolicy",
36-
"name": "tpc-clusters"
36+
"name": "tpc-clusters",
37+
"query": "inputClusters:TPC/CLUSTERNATIVE"
3738
},
3839
"taskParameters": {
3940
"mergeableOutput": "true",
@@ -98,7 +99,8 @@
9899
"movingWindows" : [ "h2DNClustersEta" ],
99100
"dataSource": {
100101
"type": "dataSamplingPolicy",
101-
"name": "tpc-tracks"
102+
"name": "tpc-tracks",
103+
"query": "inputTracks:TPC/TRACKS/0"
102104
},
103105
"taskParameters": {
104106
"cutAbsEta": "1.",

0 commit comments

Comments
 (0)