Skip to content

Commit

Permalink
Update so DPG can turn off sampling
Browse files Browse the repository at this point in the history
  • Loading branch information
Laura Serksnyte committed Mar 21, 2024
1 parent fcc6c3c commit 63e539a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions DATA/production/qc-async/tpc.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@
"cycleDurationSeconds": "300",
"dataSource": {
"type": "dataSamplingPolicy",
"name": "tpc-clusters"
"name": "tpc-clusters",
"query": "inputClusters:TPC/CLUSTERNATIVE"
},
"taskParameters": {
"mergeableOutput": "true",
Expand Down Expand Up @@ -98,7 +99,8 @@
"movingWindows" : [ "h2DNClustersEta" ],
"dataSource": {
"type": "dataSamplingPolicy",
"name": "tpc-tracks"
"name": "tpc-tracks",
"query": "inputTracks:TPC/TRACKS/0"
},
"taskParameters": {
"cutAbsEta": "1.",
Expand Down

0 comments on commit 63e539a

Please sign in to comment.