- May 14, 2019
-
-
scott snyder authored
ToolSvc silently discards attempts to add duplicates. But if configurableRun3Behavior is enabled, then those duplicates may be distinct Configurable instances. If we're also reading an old configuration fragment, this can lead to errors about public tools not being in ToolSvc. Work around by forcing the owner of rejected duplicates to be ToolSvc. (Only enabled when configurableRun3Behavior is on.)
-
- Apr 25, 2019
-
-
Frank Winklmeier authored
HeapMon is obsolete and not used anywhere. Also remove the corresponding athena option (was without effect since a long time).
-
- Apr 23, 2019
-
-
Initial python3 port. Not intended to fix everything now; only what's needed for basic athena/configuration jobs.
-
- Apr 18, 2019
-
-
scott snyder authored
Needed for compatibility with py3 FilePeeker changes.
-
- Apr 16, 2019
-
-
Krzysztof Jamrog authored
-
Krzysztof Jamrog authored
-
- Apr 10, 2019
-
-
Krzysztof Jamrog authored
-
- Apr 05, 2019
-
-
Miha Muskinja authored
-
- Mar 18, 2019
-
-
Move ConditionStore to default in ComponentAccumulator and standard Athena jobs, remove pycomps from pickle
-
- 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: 51bdb0ef448caee659c72e83aa2122ab618b7b0b
-
- 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: 3a61baee
-
- 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: 20210347
-
- 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
-