- Jun 07, 2018
-
-
Adam Edward Barton authored
Former-commit-id: d4c5cb78155ffbe78a700bce5f0490bbb5bc3cf2
-
- Jun 05, 2018
-
-
Adam Edward Barton authored
Former-commit-id: 99a74283bc11c180527a58d0f28a595dcb0783dd
-
- May 21, 2018
-
-
Adam Edward Barton authored
Former-commit-id: 9b8446dedd83a2aeae54f45a352d7be8eafa37d0
-
Adam Edward Barton authored
Former-commit-id: f299cb38a5150b982aa5de020c1a9b35834b9ca3
-
- May 15, 2018
-
-
scott snyder authored
Allow test reference files to be found outside of the repository. The tests in this package require TrackParticleAtheanPool, which is not built in AthDerivation. So disable the tests if this library is not available. Former-commit-id: ef02176d62be95b082ea52d050d469ee6e978f26
-
scott snyder authored
Synchronize with version in 21.2: The tests in this package require TrackParticleAtheanPool, which is not built in AthDerivation. So disable the tests if this library is not available. Former-commit-id: dfc8bf951dda80335ffc5c23d05a7fda0e16f901
-
- May 14, 2018
-
-
scott snyder authored
Avoid calling functions that may return null via a reference. Allow testing whether a CylinderSurface has a bounds object (it can be missing depending on how the object was constructed). Allows avoiding undefined behavior sanitizer warnings from event dumping. Former-commit-id: 6aaed1df488f86e7caf3d14b7b872d9e592e558b
-
scott snyder authored
Backport from master: Suppress undefined behavior sanitizer warning for a deliberate cross-cast (related to working around a problem with old EDM versions). Former-commit-id: 53c90b4de2af509569681eec1fc0b1c2a36bd65a
-
- May 08, 2018
-
-
John Chapman authored
Remove unused `pitchY` variable. Former-commit-id: 4bd2efbf4862d2e3cdafae06aef01f289ae8f387
-
- May 07, 2018
-
-
Edward Moyse authored
Former-commit-id: 4a4639f3354da7da447bd556f612f2d1a5fbbeec
-
Licence cleanup - see ATLASRECTS-4399 See merge request atlas/athena!9570 Former-commit-id: 7c21e8c6c9d5378dedf6134a7b2e59857476b25a
-
Cherry-picked 97d47287 [formerly e5e2803a23e666fb226067f4161f3d58fdb2565]. only fix was to accept the vector to list migration.e Former-commit-id: 41c460c919d5a0e3af61613a58ce7578bc0ad555
-
- May 03, 2018
-
-
Adam Edward Barton authored
Former-commit-id: f54a7908b231f2ea6655b912398ec010bd31d6b9
-
- May 01, 2018
-
-
Adam Edward Barton authored
Former-commit-id: 40042e5b4b9c2c2b63f3971f56ede314af6fa48c
-
- Mar 26, 2018
-
-
Tim Martin authored
This reverts commit aa5fed68 [formerly 32a5a7f8934e1d99834cf295dad9b50bf445b6a7], reversing changes made to a0d90e4a [formerly 1888a6f1424c63e186731715a77e46192b99b3d2]. Former-commit-id: f5dbbc024a73b2e85125732361d16386f6a91d9a
-
- Mar 24, 2018
-
-
Dave Casper authored
Former-commit-id: 0c054b80
-
Dave Casper authored
Former-commit-id: 35e992835cba0cc12797240a257bbe205c984bde
-
Dave Casper authored
Former-commit-id: c41e48c5def987c57269baed8de6b85da44e1c46
-
Dave Casper authored
Change default value of TracksMaxZinterval to current trial working point (1 mm) for high luminosity Former-commit-id: 442e49edd1f9d4a6e42ba605b0ff521e099fac35
-
Dave Casper authored
Former-commit-id: 2613b0010a6132cd723d4592098fa97b3583c2df
-
Dave Casper authored
Former-commit-id: 58dd4aaa90d5850718a56830d614051569eec16d
-
Dave Casper authored
Former-commit-id: 4aa056a17647673324f54ee3c0388d4c3553c373
-
Dave Casper authored
Former-commit-id: 29395acf20a62cec864b5aa5474f40d414179419
-
Dave Casper authored
Former-commit-id: 2b87fd021bf532058354038cb16e44e529d7d582
-
Dave Casper authored
Former-commit-id: c776e396b639144bc6ce359ed2aa6d70e3d2d50b
-
Dave Casper authored
Add truth vertex analysis to test algorithm; fix bug in density calculation; tested successful on full-truth MC. Former-commit-id: 1d841f3b9826d4159dc87e0d78ddc9a8a2ecb096
-
Dave Casper authored
Former-commit-id: beb7766fecd81dee4da57ef07552bb30dd36e0e4
-
Dave Casper authored
Former-commit-id: 6254a78fa69082c806d550028c86d34ae3f3a980
-
Dave Casper authored
Former-commit-id: d80e883f31147500145381a8ccf347672be7e9ba
-
Dave Casper authored
Clean-up and apply hopefully workable method to efficiently evaluate contributions only from tracks near sample point. Former-commit-id: a238ad49a96a87dc655a5d4ce589b4e639832575
-
Dave Casper authored
Attempt to optimize so only tracks with a reasonable distance of the test point are used in the computation. Former-commit-id: 061ed3f39614b5e3a5340889bcd52d5150a2281d
-
Dave Casper authored
Former-commit-id: 502565ce18581a49a6d0d301d1de3572fed6137c
-
Dave Casper authored
Former-commit-id: 6f0360ba4058e820297bf50d7ce89604f9b408e2
-
Dave Casper authored
Former-commit-id: 8aa4bc3a4f495ccc52ebbafa004bef1922a2da18
-
Dave Casper authored
Former-commit-id: 275b8d4e47cef05435fffbd31410b10940cf744e
-
- Mar 12, 2018
-
-
Will Leight authored
As discussed in !2959, a bug in the extrapolator was in rare cases causing thousands of scatterers to be added to a track. Thanks to Peter Kluit, we believe that we have now tracked this down to a bug in the STEP_Propagator. The propagator was getting stuck in a volume and iterating forward in steps of 1-10 um, adding a scatterer each time. At the time, we implemented a "fix" that simply aborted the track-finding when more than 1000 scatterers were found on a track. Now, the underlying issue should finally be resolved. It appears that the problem was occurring when the propagator found two solutions from the starting surface, the first of which was trivial and the second of which gave a negative distance estimate. In this case, the propagator would automatically flip direction, bringing it back almost to the starting point, where it would add a scatterer. Then the process would repeat thousands of times, until it got far enough away from the start position that there was no second solution, or one with a postive distance estimate. By identifying these cases and rejecting their negative-distance second solutions, this problem is avoided. Given the rarity of this problem, FT0 tests naturally show no violation, results are available at /afs/cern.ch/work/w/wleight/public/MuonSW/tooManyScatterers/RunTier0Tests.log Former-commit-id: 0c1c0d3b
-
- Mar 01, 2018
-
-
Vincent Pascuzzi authored
The previous commit to this class incorrectly used smart pointers, specifically, their ownership was not released. Moreover, the wrapped objects were initialised incorrectly, leading to the same `Trk::PlaneSurface' being duplicated, filling the vector with the same surface. Although it appears the owning objects free memory, we play it safe by keeping the smart pointers here, as opposed to resorting back to raw ones. Former-commit-id: d79f604018172cc9533a35c453d05a589554a346
-
- Feb 20, 2018
-
-
John Chapman authored
This is mainly to fix ATLASSIM-3588, but there were a few other instances too. `StreamHITS` is found in `AlgSequence("Streams")` rather than `AlgSequence()` now. Will make a separate merge request fixing the same issue for `StreamRDO`. Former-commit-id: 535e9d5cbc652caadf5bd5de6ced117431a47c9a
-
Scott Snyder authored
Allow test reference files to be found outside of the repository. Former-commit-id: 1aec47c128824c7cf96bf12ce713359fc3325c8f
-
- Feb 15, 2018
-
-
Stewart Martin-Haugh authored
Optimisation of straightLineDistanceEstimate based on basic vector algebra and common terms: 30% faster Former-commit-id: c01f6e5f9f523a302c6ed9f349fea177913f262d
-