From 31457603fc3c2b811150ac6113b415211f8f8dc9 Mon Sep 17 00:00:00 2001 From: Isakov Artem Date: Mon, 2 Dec 2024 14:39:23 +0100 Subject: [PATCH] ITS: Added Moving Window objects (#1819) * Added MW to ITS * Removed empty files --------- Co-authored-by: Tao Fang --- DATA/production/qc-async/its.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/DATA/production/qc-async/its.json b/DATA/production/qc-async/its.json index 832f88c63..19b51dd07 100644 --- a/DATA/production/qc-async/its.json +++ b/DATA/production/qc-async/its.json @@ -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", @@ -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",