- Oct 30, 2020
-
-
Rachid Mazini authored
For Forward-Compatibility port reading of RootTreeIndexContainer, MC16a See merge request atlas/athena!37702
-
- Oct 28, 2020
-
-
- Oct 23, 2020
-
-
Rachid Mazini authored
Manual sweep from 21.0 to 21.0-mc16a: Remove project-dependent code (ATR-15697) and some cleanup See merge request atlas/athena!37447
-
Rachid Mazini authored
DataHeader_p6 for MC16a See merge request atlas/athena!37527
-
Rachid Mazini authored
Sweep TriggerMenuXML fixes from 21.0 to 21.0-mc16a See merge request atlas/athena!37534
-
- Oct 22, 2020
-
-
Pass the release version via CMAKE (AtlasVersion is not set during the build) Former-commit-id: 457d4b6a
-
Use AtlasVersion instead of the release metadata to get the release number. The latter doesn't seem to work during the build. Also get rid of all the obsolete upload code. Former-commit-id: 08ddb33e
-
-
-
- Oct 20, 2020
- Oct 10, 2020
-
-
Rachid Mazini authored
Backport various xAOD::EventInfo related updates to 21.0-mc16a See merge request atlas/athena!37067
-
- Oct 08, 2020
-
-
Rachid Mazini authored
Manual sweep of !36656 from master to 21.0-mc16a: TRT RDO Reduction 2 (still p2 but ready for p3) See merge request atlas/athena!36713
-
Tadej Novak authored
-
This mechanism is being back-ported from the master branch in order to support running Run-2 Trigger simulation in r21 over RDO files produced by r22, as it is explained in ATEAM-568 With these changes RDOtoRDOTrigger can run in r21 over r22 RDOs either in serial or in MP mode
-
- Oct 07, 2020
-
-
Rachid Mazini authored
Externals Update, 21.0-mc16a branch (2020.10.07.) See merge request atlas/athena!37062
-
Tadej Novak authored
-
Tadej Novak authored
-
Tadej Novak authored
-
Tadej Novak authored
-
Tadej Novak authored
-
Tadej Novak authored
-
Tadej Novak authored
-
Tadej Novak authored
-
Attila Krasznahorkay authored
-
In order to allow running jobs that read an input file holding xAOD::EventInfo, which themselves further modify this object, introduced the new xAODMaker::EventInfoNonConstCnvAlg algorithm. Which makes a deep copy of the original object, and overwrites it in the event store with its deep copy. To test that the code works as expected, introduced xAODReader::EventInfoModifierAlg, an algorithm testing that a non-const xAOD::EventInfo object can be retrieved, and then modified. And added a jobOption testing that the two algorithms can work correctly. Former-commit-id: dc5c875e9e1a2b4e50e1fb1ba428deb995e69c76
-
Rachid Mazini authored
Add SCT_RawDataContainer_p4 stuff (ATLASSIM-4810) See merge request atlas/athena!36601
-
Add SCT_RawDataContainer_p4 stuff to be able to read SCT RDOs produced with release 22 (ATLASSIM-4810)
-
- Oct 06, 2020
-
-
Rachid Mazini authored
Externals Update (CentOS 7 Fixes), 21.0-mc16a branch (2020.10.05.) See merge request atlas/athena!36972
-
- Oct 05, 2020
-
-
Attila Krasznahorkay authored
-
Attila Krasznahorkay authored
-
- Sep 25, 2020
-
-
Edward Moyse authored
TRT RDO Reduction 2 (still p2 but ready for p3) See merge request atlas/athena!36656
-
Rachid Mazini authored
Merging updates to allow reading of HepMcParticleLink_p2-based containers into 21.0-mc16a See merge request atlas/athena!36578
-
- Sep 22, 2020
-
-
John Chapman authored
To make reviewing easier, I've fixed the deprecation warnings from Gaudi about `messageService()` for the packages updated in this merge request.
-
Toshi Sumida authored
Former-commit-id: b26a5fdf
-
- Sep 21, 2020
-
-
scott snyder authored
Fixes ctest test failures. Former-commit-id: 8dc8d9a65df8e1de99ea3bd8873440c2842ad533
-
John Chapman authored
Two `TrigTruthEventAthenaPool` unit tests were failing due the tests not being able to find the reference files. Back-ported the fix for this from `master`. `TrigTruthEventTPCnv_15.8.0` and `TrigTruthEventTPCnv_18.0.0` should now succeed. Former-commit-id: b0f3c52e
-
John Chapman authored
`TrigInDetTrackTruthMap_tlp3` is a new persistent version of `TrigInDetTrackTruthMap` which uses `HepMcParticleLink_p2` rather than `HepMcParticleLink_p1`. `TrigInDetTrackTruthMap_tlp2` is still written out. These changes allow files containing `TrigInDetTrackTruthMap_tlp3` to be read at least. This is necessary for forward-compatibility between `21.0` and `21.3` - see ATLASSIM-2586 and ATLASSIM-3457. Former-commit-id: f1b0e4a4
-
John Chapman authored
This commit adds the new persistent formats for the Track Truth classes that will in future be written out by jobs run `21.3` and `master`. These changes are for forward compatibility only, so while `persToTrans` method is defined, the `transToPers` method just throws an exception saying that writing this persistent format is not supported in this release. See ATLASSIM-3457. Former-commit-id: 2e59974f73cad3e9e52101e87414ab0d8900a2a3
-
Olivier Arnaez authored
Add new `TrackParticleTruthCollection_p2` and `TrackParticleTruthCollectionContainer_p2` classes which use `HepMcParticleLink_p2` and corresponding TP Converters. NB The peristent versions using `HepMcParticleLink_p1` are still written out by default. (cherry picked from commit aa3286c2a93ac47d342d30131581dc15970e1f27) Add unit tests the for `TrackParticleTruth` TP Converters (cherry picked from commit 4d3cc18027874d378522730b6e941ced8e8eba5a) Updated `TrackParticleTruthTPCnv` unit tests to use valid `HepMcParticleLinks` Former-commit-id: 902bc6e9cd46594825c20aba1d854f8c2b4f2d22
-
Scott Snyder authored
Allow tests to find reference files outside of the repository. Former-commit-id: 63dfd674
-