Skip to content

Commit

Permalink
ITS: Added Moving Window objects (#1819)
Browse files Browse the repository at this point in the history
* Added MW to ITS

* Removed empty files

---------

Co-authored-by: Tao Fang <tfang@cern.ch>
  • Loading branch information
IsakovAD and Tao-Fang authored Dec 2, 2024
1 parent 9553f16 commit 3145760
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions DATA/production/qc-async/its.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,15 @@
"detectorName": "ITS",
"cycleDurationSeconds": "180",
"maxNumberCycles": "-1",
"movingWindows": [
"Layer0/ClusterOccupation",
"Layer1/ClusterOccupation",
"Layer2/ClusterOccupation",
"Layer3/ClusterOccupation",
"Layer4/ClusterOccupation",
"Layer5/ClusterOccupation",
"Layer6/ClusterOccupation"
],
"dataSource_comment": "The other type of dataSource is \"direct\", see basic-no-sampling.json.",
"dataSource": {
"type": "direct",
Expand All @@ -54,6 +63,11 @@
"detectorName": "ITS",
"cycleDurationSeconds": "30",
"maxNumberCycles": "-1",
"movingWindows": [
"Ntracks",
"NClusters",
"AngularDistribution"
],
"dataSource_comment": "The other type of dataSource is \"direct\", see basic-no-sampling.json.",
"dataSource": {
"type": "direct",
Expand Down

0 comments on commit 3145760

Please sign in to comment.