- Mar 24, 2018
-
-
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: 2613b001
-
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: 0c1c0d3b0c6bd977208a58a2fc9c9062d4516c7c
-
- 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 09, 2018
- 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: 9cef92650e307d66ac86fb3df6095e634f958e2e
-
- 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
-
Vincent Pascuzzi authored
Former-commit-id: 821d34fc1d67a5a07060ed7f5e8ea0a5c0ca1a65
-
Vincent Pascuzzi authored
Former-commit-id: c77d0a22719605b7690171ecb33cbb2facdc72e9
-
Vincent Pascuzzi authored
Goal is to synchronise 20.20 tags with 21.0 for development. Minor changes: memory leaks fixes, and ATLAS naming conventions employed. Former-commit-id: b6b041b98f052d6cf534d4654d51f14ae63e6e2f
-
- Nov 13, 2017
-
-
Olivier Arnaez authored
Former-commit-id: 0550d6f4a336227c1e3f6c3c15c7df83222117c1
-
- Nov 10, 2017
-
-
John Derek Chapman authored
Simulation declareInterface migration Part2 ATLASSIM-3439 See merge request !4816 Former-commit-id: 5c565bdecb29a6dd1e22627557dfe2a6d19c2ef4
-
John Derek Chapman authored
Declare interface fixes 21.3 See merge request !4814 Former-commit-id: 53299a6cc812697ab08f8b8d02b7f8c6c42b3a5a
-