- May 08, 2018
-
-
John Chapman authored
Remove unused `pitchY` variable. Former-commit-id: 4bd2efbf4862d2e3cdafae06aef01f289ae8f387
-
- 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
-
- Feb 09, 2018
-
-
TrkG4UserActions: Comply with ATLAS naming conventions. See merge request atlas/athena!8698 (cherry picked from commit 1a0ee179 [formerly 1ced3e993ee49e66161ecbe2c8cfa9005b0f74ed]) b0da5e5a TrkG4UserActions: Comply with ATLAS naming conventions. Former-commit-id: 372718f309739a6b5b9bd8f03997186c10629c50
-
- Jan 09, 2018
-
-
Marcus Matthias Morgenstern authored
Former-commit-id: eb98bfc24e40aeb24fa9423f41ec3ed94725b90f
-
ATR-17470 list->vector migration See merge request atlas/athena!7355 Former-commit-id: 322376aef3623dd918e9d9e818a0d97966ab3ce9
-
- Dec 21, 2017
-
-
Tim Martin authored
This reverts merge request !7355 Former-commit-id: 9cef9265
-
- Dec 12, 2017
-
-
Marcus Matthias Morgenstern authored
Former-commit-id: 54a769d5b0606af15bfc93cb1076e856607adc45
-
- Dec 10, 2017
-
-
Tamara Vazquez Schroeder authored
This reverts merge request !7301 Former-commit-id: f304b7ee7e5f9cc6d5e975ffcbb273d731d6d692
-
Tamara Vazquez Schroeder authored
This reverts merge request !6822 Former-commit-id: 0b89aea1d09c6eede365029b9a549e1751f8da53
-
- Dec 07, 2017
-
-
Former-commit-id: b3a22d9f5ec10799da263e376c4e14dc757ee084
-
Marcus Matthias Morgenstern authored
Former-commit-id: 39b0086e3a371c950f068478857e76e62676515d
-
- Nov 30, 2017
-
-
Marcus Matthias Morgenstern authored
Former-commit-id: 121da896cecec0ccc8f99fe6f03fac0796eaba13
-
- Nov 24, 2017
-
-
Simone Amoroso authored
Former-commit-id: 196c3ffe631b1f5c8d4cf0b741bc081735a3a0cb
-
- Nov 20, 2017
-
-
Will Leight authored
This provides a fix for ATLASRECTS-3973 by downgrading an unnecessary WARNING message to DEBUG. Former-commit-id: 7d23eef3
-
- Nov 17, 2017
-
-
Vincent Pascuzzi authored
Former-commit-id: 2b5a333df8c66f61b7e5ec6fcd94fe15e87e24c8
-