Skip to content

Commit 3145760

Browse files
IsakovADTao-Fang
andauthored
ITS: Added Moving Window objects (#1819)
* Added MW to ITS * Removed empty files --------- Co-authored-by: Tao Fang <tfang@cern.ch>
1 parent 9553f16 commit 3145760

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

DATA/production/qc-async/its.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,15 @@
3131
"detectorName": "ITS",
3232
"cycleDurationSeconds": "180",
3333
"maxNumberCycles": "-1",
34+
"movingWindows": [
35+
"Layer0/ClusterOccupation",
36+
"Layer1/ClusterOccupation",
37+
"Layer2/ClusterOccupation",
38+
"Layer3/ClusterOccupation",
39+
"Layer4/ClusterOccupation",
40+
"Layer5/ClusterOccupation",
41+
"Layer6/ClusterOccupation"
42+
],
3443
"dataSource_comment": "The other type of dataSource is \"direct\", see basic-no-sampling.json.",
3544
"dataSource": {
3645
"type": "direct",
@@ -54,6 +63,11 @@
5463
"detectorName": "ITS",
5564
"cycleDurationSeconds": "30",
5665
"maxNumberCycles": "-1",
66+
"movingWindows": [
67+
"Ntracks",
68+
"NClusters",
69+
"AngularDistribution"
70+
],
5771
"dataSource_comment": "The other type of dataSource is \"direct\", see basic-no-sampling.json.",
5872
"dataSource": {
5973
"type": "direct",

0 commit comments

Comments
 (0)