- 21 Feb, 2020 1 commit
-
-
Also refactor LVL1ConfigSvc a bit to clearly separate Run2 and Run3 menu loading
-
- 12 Dec, 2019 1 commit
-
-
L1 trigger software can use these packages setting set( BuildWithoutAthena True )
-
- 30 Oct, 2019 1 commit
-
-
Frank Winklmeier authored
Enable the `flake8` build checker and make code compliant. Also delete files that are obsolete.
-
- 08 Oct, 2019 1 commit
-
-
Apply suggestion to Trigger/TrigConfiguration/TrigConfInterfaces/TrigConfInterfaces/ITrigConfigSvc.h
-
- 25 Sep, 2019 1 commit
-
-
Joerg Stelzer authored
Also fix the problem with the CTPSimulation, reported in ATR-20331
-
- 13 Sep, 2019 1 commit
-
-
Frank Winklmeier authored
Replace the old `TrigConf::HLTJobOptionsSvc` with the new `TrigConf::JobOptionsSvc`. The service will ultimately be able to read job properties from JSON (file and DB). Unlike the old service, which completely re-implemented Gaudi's `JobOptionsSvc` with all its internal classes (e.g. catalogue), the new one is just a wrapper around the default `JobOptionsSvc`. Apart from the additional features, it just forwards all other calls to the "real" instance. This renders our own implementation of `JobOptionsCatalogue` and `JobOptionsList` obsolete. An additional benefit is that this new service can also be used when running from Python. For debugging purposes, the service can also dump its catalogue into a JSON file (configured via the `DUMPFILE` property). However, for production the usual way of extracting the joboptions from the athena pickle file should be used.
-
- 23 Jun, 2019 1 commit
-
-
Frank Winklmeier authored
TrigLockedHist has been moved to the AthenaMonitoring package.
-
- 13 Mar, 2019 1 commit
-
-
Frank Winklmeier authored
Delete obsolete hltCoolNotify.py script and move trigconf_property.py to TrigConfigSvc.
-
- 04 Mar, 2019 1 commit
-
-
Attila Krasznahorkay authored
There are a lot more python dependencies that we should add as well, but for now this should do...
-
- 10 Jan, 2019 1 commit
-
-
scott snyder authored
Missing dependency on AthAnalysisBaseComps.
-
- 18 Dec, 2018 1 commit
-
-
Tim Martin authored
-
- 02 May, 2018 1 commit
-
-
Frank Winklmeier authored
The default ctest post-processing script (post.sh) requires a reference log file in all cases (otherwise it prints a warning). In case the test output is irrelevant, one can now use the nopost.sh script in the test definition: ``` atlas_add_test( ... POST_EXEC_SCRIPT nopost.sh ) ``` Former-commit-id: c83f63a3
-
- 04 Apr, 2018 1 commit
-
-
Tomasz Bold authored
Moving to L1 Decoder Adapted to new flags system Former-commit-id: 681a092e
-
- 26 Jul, 2017 1 commit
-
-
Former-commit-id: 0fb71be4
-
- 05 Jul, 2017 1 commit
-
-
Scott Snyder authored
Former-commit-id: 91e0d87e
-
- 10 Mar, 2017 1 commit
-
- 26 Nov, 2016 1 commit
-
-
Frank Winklmeier authored
* data/*.xml: Delete obsolete files * share/testMD.py: Delete * TrigConfigSvc-01-01-73 Former-commit-id: 4dfdab33
-
- 09 May, 2016 1 commit
-
-
Joerg Stelzer authored
* python/TrigConf2COOLLib.py: fix a small issue with the output level detection of the Trig conf to cool archiver * TrigConfigSvc-01-01-67 2016-04-23 Joerg Stelzer <stelzer@cern.ch> * DSConfigSvc.cxx: connect to the correct database for MC and trigger reprocessing jobs * python/TrigConf2COOLLib.py: add writing of BGK to tmp cool (for MC production) * TrigConfigSvc-01-01-66 2016-04-22 Frank Winklmeier <fwinkl@cern> * Remove obsolete files referencing TriggerMenuPython * TrigConfigSvc-01-01-64 2016-04-09 Joerg Stelzer <stelzer@cern> * Update checkTriggerConfig.py * TrigConfigSvc-01-01-63 2016-04-08 Joerg Stelzer <stelzer@cern> * python/TrigConfigSvcConfig.py: ensure that the TrigConfigSvc is initialized before the run starts ... (Long ChangeLog diff - truncated)
-