- Jan 05, 2021
-
-
Allow changing the channel number where a given AttributeList may be found.
-
Tadej Novak authored
-
- Dec 23, 2020
-
-
Peter van Gemmeren authored
-
The IRootAuxDynReader objects were never deleted. Change to hold them via unique_ptr.
-
- Dec 22, 2020
-
-
- Dec 21, 2020
-
-
Attila Krasznahorkay authored
Converter tests in "mini-projects" (that do not have the full EDM available to them) may print such warnings during the tests. Without making the tests fail.
-
- Dec 18, 2020
-
-
Attila Krasznahorkay authored
Thereby avoiding having to escape importing errors on every import attempt.
-
- Dec 17, 2020
-
-
Peter van Gemmeren authored
-
Attila Krasznahorkay authored
Specifically in AthAnalysis, where many of the packages that this file can potentially use, are not available.
-
- Dec 16, 2020
-
-
Peter van Gemmeren authored
-
- Dec 14, 2020
-
-
- removed relativ paths - updated sorting of lists
-
- Dec 12, 2020
-
-
Made sure that run_tpcnv_legacy_test(...) and run_tpcnv_test(...) would not interfere with each other. By choosing different (cache) variable names in them for looking up the script skeletons that they each need.
-
- Dec 10, 2020
-
-
scott snyder authored
In the code for loading a BLOB, the pointer in the call to adopt() was always null. What's there doesn't seem to make sense --- looks like p and q were swapped. Try to fix (although i don't think this is actually used in athena).
-
- Dec 05, 2020
-
-
scott snyder authored
Missing #include <optional>. Fixes compilation failure with gcc11.
-
- Dec 04, 2020
-
-
Marcin Nowak authored
POOL does not need the container name (it is deducted internally) but other persistency technologies may make use of this field
-
-
John Chapman authored
These lines were removed from `Control/AthenaPython/python/PyAthenaComps.py` in commit 82558bee.
-
John Chapman authored
Add Trk.EventCnvSuperTool to TPCnvTestConfig.py
-
- Dec 01, 2020
-
-
- Nov 30, 2020
-
-
Vakhtang Tsulaia authored
Closes ATEAM-677
-
Frank Winklmeier authored
Delete the obsolete `Reconstruction/RecExample/RecExCommission` package. Also delete files in other packages that are related and obsolete. The `rec.Commissioning` flag remains as that seems to be set to `True` in various places. Even for those cases, there should be no change in job configuration. Move only remaining `MinimalCommissioningSetup.py` to RecExCond package.
-
- Nov 27, 2020
-
-
scott snyder authored
Fix test failures in master.
-
- Nov 25, 2020
-
-
There should be no need to expose the header of the FileMetaDataTool to other packages, it can be treated as a component and called through its interface. Remove some unneeded headers. Enable checking for thread safety.
-
- Nov 20, 2020
-
-
Frank Winklmeier authored
TAG making ("doWriteTAG") is no longer supported and this package only contains unused algorithms. Remove references from other packages to this package or delete them entirely if obsolete. The `EventTagGlobal.AttributeList` variable is still required in RecExCommon. But in many other places we anyhow just use the hard-coded value `"SimpleTag"`. So do the same here to avoid this trivial dependency.
-
- Nov 19, 2020
-
-
Frank Winklmeier authored
Update test references due to Tool auto-retrieval changes in Gaudi v34 (!37533). Also delete three unused references.
-
- Nov 16, 2020
-
-
Frank Winklmeier authored
-
- Nov 13, 2020
-
-
scott snyder authored
Should link against RootUtils, not RootUtilsPyROOT.
-
amete authored
-
Joerg Stelzer authored
-
- Nov 12, 2020
-
-
scott snyder authored
Update test reference files. Fixes failues in master.
-
amete authored
-
* fix integer div * remove flake UT * overwrite default ignore list to enable E70x
-
-
scott snyder authored
- Spurious copy in for loop.
-
- Nov 11, 2020
-
-
scott snyder authored
- Pass class instances by const reference, not by value.
-
- Nov 10, 2020
-
-
leggett authored
-
- Nov 08, 2020
-
-
Add a basic helper function to build PoolAttribute strings, switch to using it, revive the split level of 99 to POOLContainerForm(DataHeaderForm)
-
- Nov 06, 2020
-
-
Trying to group access to TagInfo object exclusively to the TagInfoMgr so it can be better managed during input file transitions in MT
-
Tadej Novak authored
-
- Nov 04, 2020
-
-
Vakhtang Tsulaia authored
-