This project is mirrored from https://:*****@gitlab.cern.ch:8443/atlas/athena.git.
Pull mirroring updated .
- 20 Oct, 2021 1 commit
-
-
Daniele Zanzi authored
-
- 12 May, 2021 1 commit
-
-
Frank Winklmeier authored
Add a custom `logging` formatter for all child loggers in the TriggerMenuMT package. Due to the deep module hierarchy, logger names often become too long and make log file reading difficult. The custom formatter now only shows the first and last module name, e.g.: Py:TriggerMenuMT.HLTMenuConfig.UnconventionalTracking.FullScanLRTConfiguration becomes Py:TriggerMenuMT:FullScanLRTConfiguration Also remove all custom logger names and use the module `__name__` consistently.
-
- 13 Aug, 2020 1 commit
-
-
- 10 Aug, 2020 1 commit
-
-
* Also unify input and output * Fix float values in some parameters (L1Topo expects int here)
-
- 28 Jan, 2020 1 commit
-
-
Prior all DataStructure-derived classes were holding a copy of the ptree that they were constructed from. Now they hold either a reference (ptree*) or own the original (shared_ptr<ptree>). Basically the objects L1Menu, HLTMenu, and L1-/HLTPrescaleSet will hold the ptree created from the json files. All sub structures will only have a pointer to the sub-tree which is part of the big ptree. This avoids copying ptree's around and inflating the size of the menu. One has to be carefull when creating the sub-structure and only pass references to sub-trees of the original tree to the constructors.
-
- 29 Aug, 2019 2 commits
-
-
Joerg Stelzer authored
First version (fairly complete) to generate the Run 3 L1 Menu. Main points: * The L1Menu and L1TopoMenu have been merged * There are three directories: - L1/Menu for the menu definition - L1/Config for the threshold and item definition and cabling layout, and - L1/Base for classes to hold the menu in place Start assembling an MC_pp_v8 menu. The menu remains split into 2 files, a file Menu_x that defines the items, and a file Menu_x_inputs, which defines the configuration of the topo boards, muctpi and ctpin. A third Menu file exists for the legacy inputs.
-
Joerg Stelzer authored
First version (fairly complete) to generate the Run 3 L1 Menu. Main points: * The L1Menu and L1TopoMenu have been merged * There are three directories: - L1/Menu for the menu definition - L1/Config for the threshold and item definition and cabling layout, and - L1/Base for classes to hold the menu in place Start assembling an MC_pp_v8 menu. The menu remains split into 2 files, a file Menu_x that defines the items, and a file Menu_x_inputs, which defines the configuration of the topo boards, muctpi and ctpin. A third Menu file exists for the legacy inputs.
-