- Feb 23, 2020
-
-
Joerg Stelzer authored
-
- Feb 21, 2020
-
-
Will Taylor authored
-
- Jan 28, 2020
-
-
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.
-
- Jan 08, 2020
-
-
scott snyder authored
Don't print a traceback for a nonexistent trigger menu. See ATR-20731.
-
- Dec 18, 2019
-
-
scott snyder authored
- cmp - no destructuring for lambda arguments - xrange -> range - Fix relative imports. - generators -> list - iteritems - fix use of filter on strings - can't use -1 for level in __import__ - duplicate enum value - except statment syntax. - func_name - izip - integer literals starting with 0 - exec can't set local variables - sorting - integer vs float division
-
- Oct 29, 2019
-
-
- Oct 23, 2019
-
-
Frank Winklmeier authored
This reverts merge request !27081
-
-
- Oct 17, 2019
-
-
Ligang Xia authored
-
- Oct 16, 2019
-
-
Ligang Xia authored
-
- Oct 15, 2019
-
-
Ligang Xia authored
-
- Oct 12, 2019
-
-
Joerg Stelzer authored
Moves HLT menu generation into testHLT_MT.py
-
- Oct 10, 2019
-
-
Joerg Stelzer authored
Moves HLT menu generation into testHLT_MT.py
-
Ligang Xia authored
-
Ligang Xia authored
-
- Oct 08, 2019
-
-
Apply suggestion to Trigger/TrigConfiguration/TrigConfInterfaces/TrigConfInterfaces/ITrigConfigSvc.h
-
- Aug 29, 2019
-
-
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.
-