- Feb 22, 2019
-
-
Miha Muskinja authored
-
- Feb 20, 2019
-
-
- Feb 18, 2019
-
-
Benjamin Wynne authored
-
- Feb 15, 2019
-
-
Stewart Martin-Haugh authored
-
Stewart Martin-Haugh authored
-
- Feb 13, 2019
-
-
scott snyder authored
When we set up xAODEventInfoCnv in AtlasUnitGeneratorJob, disable DoBeginRun.
-
- Feb 05, 2019
-
-
Vakhtang Tsulaia authored
of client algorithms to xAOD::EventInfo Migrated AthExHive to xAOD::EventInfo
-
- Jan 30, 2019
-
-
- Jan 28, 2019
-
-
Stewart Martin-Haugh authored
-
- Jan 25, 2019
-
-
- Jan 23, 2019
-
-
Frank Winklmeier authored
After upgrade to flake8 3.6.0, fix the following additional python code style issues: - bare exception - use double-backslash for printing a backslash
-
- Jan 10, 2019
-
-
- Dec 18, 2018
-
-
Stewart Martin-Haugh authored
-
- Dec 06, 2018
-
-
Frank Winklmeier authored
Adding the `McEventSelector` only works in case there wasn't already an `EventSelector` of different type configured before. Otherwise the `ConfigurableDb` will complain that one tries to add a Configurable with the same name but different type. Added a protection and warning message for this case. This will allow the use of some job options in the HLT (e.g. HelloWorld) where a different EventSelector is used. For all other cases, this change should have zero impact as the code was already non-functional before. Former-commit-id: d53096a4
-
- Nov 27, 2018
-
-
Frank Winklmeier authored
Add a flake8 unit test and make the python code compliant. Former-commit-id: 51bdb0ef
-
- Nov 14, 2018
-
-
Frank Winklmeier authored
USETCMALLOC[MINIMAL] is set to '1' and not 'true' in case it is being used as a preload. Former-commit-id: 90966555
-
- Oct 17, 2018
-
-
Scott Snyder authored
ToolSvc is already set up in AppMgr.py; don't try to do it again in AtlasUnixStandardJob.py, or we can get duplicate errors from Configurable. Former-commit-id: 6366846c
-
- Sep 20, 2018
-
-
Stewart Martin-Haugh authored
Former-commit-id: 488e0ff0
-
Stewart Martin-Haugh authored
Former-commit-id: e14257bf
-
- Sep 12, 2018
-
-
Frank Winklmeier authored
Fix a (probably) harmless bug in some of the backwards-compatibility code in AppMgr. There was a double negation (`not not`) and a comparison to the wrong configurable type (Service instead of AlgTool). In addition made the code handle lists of tools correct and added a unit test for ToolSvc.__iadd__ Former-commit-id: 3a61baeeb4fe4ac6b6ba2950d9371e729442a50a
-
- Sep 05, 2018
-
-
Frank Winklmeier authored
Remove code to load the trigger configuration from a pickle file that was created from the TriggerDB. This code is obsolete and was never used. Also did some general code cleanup to comply with PEP8. Former-commit-id: 794acd53
-
- Aug 23, 2018
-
-
Tomasz Bold authored
moved to Py unittest, modified flatSequncers in such a way that sequences having muliple parents are not repeated Former-commit-id: 61e5ae41
-
- Jul 27, 2018
-
-
Tomasz Bold authored
Moving back to seqAND reporting early so all tests work. Will have to investigate it later in more details Former-commit-id: 8c854ed6
-
- Jul 19, 2018
-
-
Tomasz Bold authored
Former-commit-id: cb121d97
-
- Jul 18, 2018
-
-
Tomasz Bold authored
Former-commit-id: dacc736b
-
- Jul 17, 2018
-
-
Scott Snyder authored
Event filtering was broken because the contents of athFilterSeq were being unrolled into athMasterSeq, which in turn had StopOverride set in order to ensure that registration always gets run. Remove the unrolling, and move athRegStreams to athMasterSeq. Former-commit-id: ac0fe07f
-
- Jul 16, 2018
-
-
Former-commit-id: 202103473e19508fdf01d3b277abbb311e0f613e
-
- Jun 01, 2018
-
-
Walter Lampl authored
Former-commit-id: 9952a8c7
-
- May 16, 2018
-
-
Tomasz Bold authored
Former-commit-id: decb5380
-
- May 15, 2018
-
-
Stewart Martin-Haugh authored
Former-commit-id: 210fbe40
-
- May 08, 2018
-
-
Former-commit-id: 63597342
-
- Mar 28, 2018
-
-
Former-commit-id: c65ab80c
-
- Mar 07, 2018
-
-
Tomasz Bold authored
Former-commit-id: e2093a4f
-
Frank Winklmeier authored
Change the default log level of the Logging module from WARNING to INFO. This has zero impact when used within athena.py as the default log level of athena.py is INFO anyway. It will have an impact when used from plain python. But since our developers are used to seeing INFO messages by default this should be a better default value (although it's no longer consistent with the default of the python logging library). Former-commit-id: 0b65559a
-
- Feb 02, 2018
-
-
Tomasz Bold authored
Former-commit-id: 80b5dfe6
-
- Feb 01, 2018
-
-
Tomasz Bold authored
Former-commit-id: 1a825b66
-
- Jan 18, 2018
-
-
Former-commit-id: 1014c05b
-
- Jan 10, 2018
-
-
scott snyder authored
Former-commit-id: 0f7e2a37
-
scott snyder authored
Former-commit-id: 428bbd0b
-
- Dec 15, 2017
-
-
Steven Andrew Farrell authored
Former-commit-id: a5ae9d48
-