- 21 Feb, 2020 1 commit
-
-
Also refactor LVL1ConfigSvc a bit to clearly separate Run2 and Run3 menu loading
-
- 16 Feb, 2020 1 commit
-
-
Joerg Stelzer authored
* Enable creation of a default L1PrescaleSet file * create a joboptions json file that is modified for db upload
-
- 10 Feb, 2020 2 commits
-
-
Joerg Stelzer authored
The prescaling happens according to the HLTPrescaleSet
-
Frank Winklmeier authored
- print function
-
- 07 Feb, 2020 1 commit
-
-
Tim Martin authored
-
- 02 Feb, 2020 1 commit
-
-
Joerg Stelzer authored
-
- 01 Feb, 2020 3 commits
-
-
Joerg Stelzer authored
-
Joerg Stelzer authored
During reconstruction the menu is only available at the first event. Histogram initialization and creation of some helper structures (ItemMap, ThresholdMap) have been delayed to the first event. Item logic when read from COOL needs to be reconstructed. Histograms from CTPSimulation have been added to output hists file, but are still missing metadata for merging
-
Joerg Stelzer authored
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 Jan, 2020 1 commit
-
-
scott snyder authored
- Missing override keywword. - Unused private data member.
-
- 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.
-
- 22 Jan, 2020 2 commits
-
-
Tim Martin authored
-
Tim Martin authored
Move hashing functions out of this package, rename remaining helpers to instead be under the HLTTEUtils class
-
- 20 Jan, 2020 1 commit
-
-
Tim Martin authored
move tests to new home, update header guards, move python calls. DecisionHandling.TrigCompositeUtils -> TrigCompositeUtils.TrigCompositeUtils
-
- 13 Jan, 2020 1 commit
-
-
Frank Winklmeier authored
Use `Python_.*` variables instead of the non-standard `PYTHON_.*`.
-
- 10 Jan, 2020 2 commits
-
-
scott snyder authored
clang warning: signed/unsigned comparison.
-
Frank Winklmeier authored
Replace `PythonLibs` and `PythonInterp` to the corresponding `find_package( Python ... )` calls. And remove the dependency entirely where not necessary.
-
- 20 Dec, 2019 1 commit
-
-
scott snyder authored
print function. functions removed from string module.
-
- 17 Dec, 2019 3 commits
-
-
scott snyder authored
- print function - int/long - syntax for catching and raising exceptions - xrange -> range - file -> open; use binary files for pickles. - cmp
-
Tim Martin authored
-
Tim Martin authored
-
- 16 Dec, 2019 1 commit
-
-
scott snyder authored
Retrieving a DataHandle is deprecated. This will give a thread-safety warning soon, so change it to an ordinary retrieve.
-
- 15 Dec, 2019 1 commit
-
-
scott snyder authored
- print function
-
- 13 Dec, 2019 1 commit
-
-
scott snyder authored
long fixes
-
- 12 Dec, 2019 1 commit
-
-
L1 trigger software can use these packages setting set( BuildWithoutAthena True )
-
- 10 Dec, 2019 1 commit
-
-
John Chapman authored
-
- 06 Dec, 2019 1 commit
-
-
Joerg Stelzer authored
-
- 04 Dec, 2019 2 commits
-
-
Joerg Stelzer authored
-
Joerg Stelzer authored
-
- 03 Dec, 2019 1 commit
-
-
Joerg Stelzer authored
-
- 02 Dec, 2019 1 commit
-
-
Joerg Stelzer authored
-
- 26 Nov, 2019 1 commit
-
-
Frank Winklmeier authored
Package contains scripts to upload the trigger configuration to the Run-1/2 trigger database, which is being completely replaced in Run-3.
-
- 23 Nov, 2019 1 commit
-
-
Joerg Stelzer authored
-
- 21 Nov, 2019 1 commit
-
-
Joerg Stelzer authored
-
- 20 Nov, 2019 1 commit
-
-
Tim Martin authored
-
- 19 Nov, 2019 5 commits
-
-
scott snyder authored
Remove some unused, deprecated methods.
-
scott snyder authored
cppcheck warnings: - Uninitialized member variables. - Prefer preincrement to postincrement for iterators. - Prefer using the init-list to initializing members in constructors. - Pass std::string by const reference, not by value.
-
Joerg Stelzer authored
-
-
John Chapman authored
Updated `ComponentAccumulator` configuration tests which dump the configuration to a pickle file. In python3 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')```
-