- May 24, 2019
-
-
scott snyder authored
Adjust for headers moved from SGTools to AthenaKernel.
-
scott snyder authored
Adjust for headers moved from SGTools to AthenaKernel.
-
- Apr 16, 2019
-
-
Tetiana Moskalets authored
-
- Apr 14, 2019
-
-
Tetiana Moskalets authored
Adding (C) to python snippets, deleting cmt file, deleting Generators/Herwig7_i/src/components/Herwig7_i_load.cxx
-
Tetiana Moskalets authored
-
- Apr 09, 2019
-
-
Tetiana Moskalets authored
-
- Apr 08, 2019
-
-
Zach Marshall authored
The models are distributed from https://gitlab.cern.ch/atlas-generators-team/MadGraphModels This is a legacy area that was not used for any running in release 21 and should not be used for any running in release 21, or in the future.
-
- Apr 05, 2019
-
-
Tetiana Moskalets authored
-
- Mar 21, 2019
-
-
Tomasz Bold authored
-
- Mar 20, 2019
-
-
Zach Marshall authored
-
scott snyder authored
When we read _p1 links, we need to determine which event collection to target. The target was being set to TruthEvent unless there was a nonzero event index, in which case it was being set to TruthEvent_PU. However, in some of those cases, the events contains TruthEvent but not TruthEvent_PU, the result being that we were making invalid links that would trip an assertion when used. Now, make sure that TruthEvent_PU exists before targeting it. (Yeah, it's inefficient to do this for each link, but since this is only for reading old data, it's probably not worth doing it differently.) Fixes a crash seen in the MuonEventAthenaPool tests.
-
- Mar 19, 2019
-
-
Zach Marshall authored
-
- Mar 16, 2019
-
-
scott snyder authored
Fix potential infinite loop in looking up event container. Treat barcode of 0x7fffffff as null.
-
- Mar 14, 2019
-
-
- Mar 08, 2019
-
-
scott snyder authored
If we have a null link, we can't do the normal eventIndex() processing. Just return 0 in that case, rather than tripping an assertion.
-
- Mar 05, 2019
-
-
scott snyder authored
Allow HepMcParticleLink to point at one of several McEventCollections. See !20486.
-
scott snyder authored
Allow HepMcParticleLink to point at one of several McEventCollections. See !20486.
-
- Feb 28, 2019
-
-
Miha Muskinja authored
-
- Feb 22, 2019
-
-
Miha Muskinja authored
-
- Feb 20, 2019
-
-
Tetiana Moskalets authored
-
- Feb 06, 2019
-
-
scott snyder authored
Remove useless calls to empty().
-
- Jan 31, 2019
-
-
Ewelina Maria Lobodzinska authored
update Herwig7_i interface (to rel. 21.6 version)
-
- Jan 25, 2019
-
-
Attila Krasznahorkay authored
-
- Jan 07, 2019
-
-
John Chapman authored
-
John Chapman authored
-
John Chapman authored
-
- Dec 18, 2018
-
-
Edward Moyse authored
-
- Dec 17, 2018
-
-
Walter Lampl authored
Files with identical content (same SHA1) but different file permissions cause confusing differences shown in GitLab. The file permissions of 61 files were set to 644 (ATLINFR-2011).
-
- Dec 16, 2018
-
-
Changes in the ambiguity solver to improve tracking for high Pt Bs. Changes can be turned on by using two different flags. Former-commit-id: 363b497df1d78b92a67c4b497c878d36eb4c7acc
-
- Dec 14, 2018
-
-
Vakhtang Tsulaia authored
Given the standalone library is based on Eigen instead of CLHEP, all GeoModel clients in Athena code were also migrated to the Eigen-based interface of GeoModel. This affected a large number of packages. Most significant changes have been introduced to subsystem GeoModel packages. The in-house GeoModelKernel code has been removed from the repository. Almost all header files in PixelGeoModel have been moved to the src directory. The next step should be turning this package into a component-only library. Similar code reorganization can be applied to SCT_GeoModel too. Subsystem readout geometry interfaces remain mostly unchanged, except for a minor change in the InDet readout geometry interface (which was unavoidable). Several non-GeoModel packages affected by this migration mostly required addition of missing CLHEP includes. Former-commit-id: 9cffebb16406dd699b3b8162a9d460b9f91a3a24
-
- Dec 13, 2018
-
-
Scott Snyder authored
In C++11, implicit declarations of copy and assignment are deprecated if the class has a user defined destructor or copy or assignment. gcc9 now warns about this by default. Adjust to avoid the warning. Former-commit-id: 4de4f428
-
- Oct 25, 2018
-
-
Peter van Gemmeren authored
Former-commit-id: ceb7f12a
-
- Oct 18, 2018
-
-
scott snyder authored
Update references to headers in CLIDSvc moved to AthenaKernel. Also remove unneeded dependency on SGTools. Former-commit-id: 1396df09
-
- Oct 17, 2018
-
-
scott snyder authored
Defer imports that may load shared libraries until after job configuration is complete. Otherwise, we may get mysterious failures of the plugin loader. Former-commit-id: ad54e161
-
scott snyder authored
Defer imports that may load shared libraries until after job configuration is complete. Otherwise, we may get mysterious failures of the plugin loader. Former-commit-id: 3dc4d8ca
-
- Oct 16, 2018
-
-
scott snyder authored
Update references to headers in CLIDSvc moved to AthenaKernel. Also remove unneeded dependency on SGTools. Former-commit-id: 04323fc4
-
- Oct 11, 2018
-
-
Peter van Gemmeren authored
Former-commit-id: 447b8d6c
-
scott snyder authored
(Binaries apparently include boost with -I rather than -isystem.) Fixed in boost 1.68 (see https://github.com/boostorg/mpl/issues/31) Former-commit-id: 230efd362c64ce818cfc87c8729044f1016acdf8
-
- Oct 05, 2018
-
-
scott snyder authored
gcc8 warnings: Catching polymorphic exceptions by value. Former-commit-id: 076af557749e5ef737259dc004131d40f5a16237
-
scott snyder authored
gcc8 warning: Catching polymorphic exception by value. Former-commit-id: a11c75d6
-