- Nov 20, 2020
-
-
Siarhei Harkusha authored
Tile monitoring histogram with global CRC errros has been added. Titles of several monitoring histograms have been fixed.
-
- Nov 17, 2020
-
-
Siarhei Harkusha authored
Names of Tile monitoring histograms for Run 3 have been fixed.
-
- Jul 15, 2020
-
-
Frank Berghaus authored
Refactor the read configuration for bytestream in component accumulator style. Looking at code from the athena configuration team it seems that we use camelCase for functions and methods. Since that changes the interface it requires a update to the clients.
-
- May 18, 2020
-
-
Walter Lampl authored
-
- Mar 12, 2020
-
-
Siarhei Harkusha authored
-
Siarhei Harkusha authored
Labels have been replaced with xlabels and ylabels in monitoring histogrmas configurations for Run 3.
-
- Dec 20, 2019
-
-
address flake8 compliance; unify track summary tool retrieval; move to new bunch crossing conditions object
-
- Dec 12, 2019
-
-
Siarhei Harkusha authored
Tile monitoring histograms with monitored value vs luminosity block have been made extensible.
-
- Dec 04, 2019
-
-
John Chapman authored
Updated `ComponentAccumulator` configuration tests which dump the configuration to a pickle file. In python 3 the output file needs to be explicitly opened in binary mode. I.e. ``` f = open('configdump.pkl', 'wb') ``` rather than ``` f = open('configdump.pkl', 'w') ```
-
- Dec 03, 2019
-
-
The code is moved from an update that wasn't finished before ATLAS opened its software in December 2018. The move to the public repository was done via a patch file generated from the old repository. The command git apply --reject patchfile.patch was used together with a carefull inspection of the rejected hunks.
-
- Dec 01, 2019
-
-
Siarhei Harkusha authored
New TileCellMonitorAlgorithm algorithm has been added to monitor Tile cells for run 3. Functionality has just been copied from TileCellMonTool. Tile base monitoring algorithm (TileMonitorAlgorithm) has been added to factor out common functionality (especially monitoring per L1 trigger type). Inside Tile monitoring configuration helper additional set of useful function have been added to configure Tile monitoring histograms per partition, L1 trigger type, gain, sample. Tile cell monitoring for Run 3 has been included in general Tile monitoring configuration for run 3. Test of Tile Cell monitoring algorithm for run 3 has been added.
-
- Oct 20, 2019
-
-
Siarhei Harkusha authored
Old-style configuration of Tile MBTS monitoring algorithm for run 3 has been added. Old-style configuration of Tile data corruption monitoring algorithm for run 3 has been added. Tile MBTS and data corruption monitoring algorithms have been added in old-style JO by default. Old-style monitoring of Tile MBTS and data corruption has been switched off by defatult.
-
- Oct 19, 2019
-
-
The following new general flag has been added (former global.InputFormat): ConfigFlags.Input.Format Global configuration of Tile Monitoring has been added for run 3. Configurations of Tile DQ and MBTS monitoring algorithms for run 3 have been updated to take into account format of input data. Test of global configuration of Tile monitoring for run 3 has been added.
-
- Sep 29, 2019
-
-
Siarhei Harkusha authored
New TileDQFragMonitorAlgorithm algorithm has been added to monitor Tile data corruption for run 3. Functionality has just been copied from TileDQFragLWMonTool. New TileDQFragMonitorAlgorithm python module has been added to configure this algorithm in new JO style. Test of TileDQFragMonitorAlgorithm has been added also.
-