Skip to content

Commit

Permalink
Moving window
Browse files Browse the repository at this point in the history
  • Loading branch information
Laura Serksnyte authored and chiarazampolli committed Dec 15, 2023
1 parent 174c9b8 commit f0aab02
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions DATA/production/qc-async/tpc.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"className": "o2::quality_control_modules::tpc::Clusters",
"moduleName": "QcTPC",
"detectorName": "TPC",
"cycleDurationSeconds": "60",
"cycleDurationSeconds": "300",
"dataSource": {
"type": "dataSamplingPolicy",
"name": "tpc-clusters"
Expand All @@ -51,7 +51,8 @@
"className": "o2::quality_control_modules::tpc::PID",
"moduleName": "QcTPC",
"detectorName": "TPC",
"cycleDurationSeconds": "60",
"cycleDurationSeconds": "300",
"movingWindows" : [ "hdEdxTotMIP_TPC" ],
"dataSource": {
"type": "direct",
"query" : "inputTracks:TPC/TRACKS/0"
Expand All @@ -73,7 +74,8 @@
"className": "o2::quality_control_modules::tpc::Tracks",
"moduleName": "QcTPC",
"detectorName": "TPC",
"cycleDurationSeconds": "60",
"cycleDurationSeconds": "300",
"movingWindows" : [ "h2DNClustersEta" ],
"dataSource": {
"type": "dataSamplingPolicy",
"name": "tpc-tracks"
Expand Down

0 comments on commit f0aab02

Please sign in to comment.