- Mar 29, 2018
-
-
More gitignore See merge request atlas/athena!10019 (cherry picked from commit 8276f3c2 [formerly d39d58ac]) a861566a Remove some emacs temporary files 8a9b6580 Add some binary formats to .gitignore 56a575c7 Remove some KDevelop configurations c6bd22bb Remove binary and KDE fragments d2668f85 Add root and tmp.* binary files Former-commit-id: f77f83827739a86e5fc96980241f71405119c9c8
-
- Nov 10, 2017
-
-
John Derek Chapman authored
Simulation declareInterface migration Part2 ATLASSIM-3439 See merge request !4816 Former-commit-id: 5c565bde
-
- Jun 23, 2017
-
-
Susumu Oda authored
Former-commit-id: 7ad3b85d
-
- Jun 07, 2017
-
-
Goetz Gaycken authored
Former-commit-id: 3ca431bd
-
- May 19, 2017
-
-
Goetz Gaycken authored
Originally the first and last track parameter set was added to xAOD TrackParticles if the property KeepParameters was true, and all track parameter sets were written only, when KeepParameters was not set true but the property KeepAllPerigee was true. After the inclusion of the bad cluster identification, all parameters are stored if the BadClusterID property is false and KeepAllPerigee is true, independent of KeepParameters. Now the original behaviour is restored that either the first and the last or all track parameters are stored depending on the properties KeepParameters and KeepAllPerigee. Former-commit-id: 6bfe1887411f5892e8124dd65fdb54506773cb53
-
- Apr 18, 2017
-
-
Stewart Martin-Haugh authored
Debug link fixes See merge request !996 Former-commit-id: fe258c678afbee056626d81f9521322207e7896a
-
- Apr 12, 2017
-
-
Attila Krasznahorkay authored
library explicitly against PixelGeoModelLib. Unfortunately some trigger packages do include the header file of the package, even though it should not be usable for anything. (Its symbols are not available outside of the package.) Still, to keep those packages working, I introduced an interface library for the one header for now. That should just be removed from the configuration once the clients of the package are removed. Former-commit-id: af1cb77404c05dc8ac090e2761dfccbf775120f8
-
- Mar 09, 2017
-
-
Goetz Gaycken authored
This is a workaround for a short coming in the GlobalChi2Fitter, which currently does not properly treat brem fits when starting from PrepRawData. This addresses ATLASRECTS-3949. (TrkAmbiguityProcessor-01-00-14-04) Former-commit-id: fb4c9ce2303b6ffe70a1aeb3cee825f73c877964
-
- Feb 14, 2017
-
-
Goetz Gaycken authored
Ported fixes from th trunk: - Fixed initialisation ordering, - overrides are marked, - for coverity issues 108647,108648,111140 - Const fix. - Fix duplicate property declaration. - 'endreq' -> 'endmsg.' (TrkAmbiguityProcessor-01-00-14-03) * Fix coverity defects: 108647 26/04/2016 (Medium) Uninitialized scalar field :/Tracking/TrkTools/TrkAmbiguityProcessor/src/DenseEnvironmentsAmbiguityProcessorTool.cxx in function "DenseEnvironmentsAmbiguityProcessorTool" 111140 15/06/2016 (High) Use after free :/Tracking/TrkTools/TrkAmbiguityProcessor/src/DenseEnvironmentsAmbiguityProcessorTool.cxx in function "addTrack" 108648 26/04/2016 (Medium) Uninitialized scalar field :/Tracking/TrkTools/TrkAmbiguityProcessor/src/SimpleAmbiguityProcessorTool.cxx in function "SimpleAmbiguityProcessorTool" * tag as TrkAmbiguityProcessor-02-00-05 2016-09-20 scott snyder <snyder@bnl.gov> * Tagging TrkAmbiguityProcessor-02-00-04. * Const fix. * Fix duplicate property declaration. * endreq -> endmsg. 2016-05-03 Roland Jansky * Adding in functionality to save distance between collimated tracks and refit them. * Tagging TrkAmbiguityProcessor-01-00-11 Former-commit-id: 974f2dbfca71ba7c09077c1d546d97dffdddfd0e
-
Goetz Gaycken authored
The energy loss object was also cloned when only setting persistification hints, but the object was never deleted in this case. (TrkTrackSlimmingTool-00-06-01) * fix memory leak introduced by TP converter level slimming mode (coverity issue 112295). 2017-01-26 Alex Alonso * Migrate TrkTrackSlimmingTool-00-05-03 to trunk * tag as TrkTrackSlimmingTool-00-06-00 Former-commit-id: ba9d493b
-
- Feb 01, 2017
-
-
Alejandro Alonso Diaz authored
2017-01-21 Alex Alonso * Migrate the Rel 20.7 changes for low Pt to rel 21: * Use different various track fitter until one creates valid * covariance matrices (ATLASRECTS-3555). * Tagging TrkAmbiguityProcessor-01-00-14-02 Former-commit-id: 9314a4e8e6613b138364f202a16913233a886951
-
Goetz Gaycken authored
* fix endreq compiler warning and coverity defect: 108906 26/04/2016 (Medium) Uninitialized pointer field :/Tracking/TrkTools/TrkTrackSlimmingTool/src/TrackSlimmingTool.cxx in function "TrackSlimmingTool" * tag as TrkTrackSlimmingTool-00-05-03 Former-commit-id: 979b7296e454d05392247e17aef31830f0accbc6
-
- Sep 01, 2016
-
-
Peter Kluit authored
* another try to fix memory leak in TrkMaterialProvider ATLASRECTS-3102 * leaking surface const Trk::Surface& surf = *(meot->associatedSurface().clone()) * TrkMaterialProvider-00-00-47 2016-08-29 Peter Kluit * another fix memory leak in TrkMaterialProvider ATLASRECTS-3102 * TrkMaterialProvider-00-00-46 2016-08-22 Peter Kluit * fix memory leak in TrkMaterialProvider ATLASRECTS-3102 * TrkMaterialProvider-00-00-45 Former-commit-id: ca76137a
-
- Aug 19, 2016
-
-
Peter Kluit authored
* fixed bug needs TrkiPatFitterUtils-00-12-13 or later * TrkResidualPullCalculator-01-01-04 2016-06-30 Peter Kluit * updated the residual pull calculations for AEOTs * using the signed distance and projections as in the fit (TrkiPatUtilities) * TrkResidualPullCalculator-01-01-03 2016-06-29 Edward.Moyse@cern.ch * Just tagging Peter's changes below * TrkResidualPullCalculator-01-01-02 2016-06-22 Peter Kluit * changed interface for alignment effects on track to use const aeots * ResidualPullCalculator.cxx and ResidualPullCalculator.h * no tag 2016-06-21 Edward.Moyse@cern.ch * ResidualPullCalculator.cxx: fixed bug * tag as TrkResidualPullCalculator-01-01-01 ... (Long ChangeLog diff - truncated) Former-commit-id: 80b1375b
-
Edward Moyse authored
'IResidualPullCalculator.h: changed interface for alignment effects on track to use const aeots.' (TrkToolInterfaces-01-03-12) * Tagging as TrkToolInterfaces-01-03-12 2016-05-22 Peter Kluit * IResidualPullCalculator.h: changed interface for alignment effects on track to use const aeots * no tag yet Former-commit-id: fab7e0e9
-
- Jul 02, 2016
-
-
Goetz Gaycken authored
Former-commit-id: 077f42e2a1e3abf2d41c26d46983d28ddb3bdb83
-
Goetz Gaycken authored
- fix checkreq warnings and adjusted CMakeLists accordingly, - fix memory leak caused by refit track collection. (TrkAmbiguityProcessor-01-00-14) Former-commit-id: 97881a4c1125cb53981b9ecfc32d62c507e704a2
-
- Jun 14, 2016
-
-
Roland Jansky authored
2016-05-03 Roland Jansky * Adding in functionality to save distance between collimated tracks and refit them. * Tagging TrkAmbiguityProcessor-01-00-11 2016-04-08 Roland Jansky * Adding in configuration for TrkObserverTool, off by default * Tagging TrkAmbiguityProcessor-01-00-10 Former-commit-id: b0cd14b546d6d2f781855929b9f8d05b24ae2d59
-
Edward Moyse authored
ResidualPullCalculator.cxx: added experimental new method to handle AEOTs (TrkResidualPullCalculator-01-01-00) * ResidualPullCalculator.cxx: added experimental new method to handle AEOTs * tag as TrkResidualPullCalculator-01-01-00 Former-commit-id: e7d73795cbfeb71eadb1936b2522552ef8cc62c1
-
Edward Moyse authored
IResidualPullCalculator.h: Added new interface for alignment effects on track (TrkToolInterfaces-01-03-11) * IResidualPullCalculator.h: Added new interface for alignment effects on track * Tagged as TrkToolInterfaces-01-03-11 Former-commit-id: 3e46737ea82ac47ad89e3e51562e6ceeb8745e2c
-
- May 27, 2016
-
-
Jochen Meyer authored
* tag with automatically generated CMakeLists.txt * Tagging TrkMaterialProvider-00-00-44 2016-04-02 Vakho Tsulaia <tsulaia@cern.ch> * Dropping obsolete dependency on EventInfo * Tagging TrkMaterialProvider-00-00-43 2016-03-29 Peter Kluit * fix for crash in updateVectorMS ATLASRECTS-2428 * changed the order: first apply MS Eloss and X0 scale factors and after that add the CaloTSOS * tag TrkMaterialProvider-00-00-42 2016-01-13 Peter Kluit * Jira ATLASRECTS-2026 * correct the TSOS for an X0 scale (1) and Eloss scale (0.93) in the MuonSpectrometer * uses method updateVectorMS with the scales as arguments * scale factors come from the EnergyLossUpdator and were determined on MC * tag TrkMaterialProvider-00-00-41 2016-01-11 Peter Kluit ... (Long ChangeLog diff - truncated)
-
Atlas-Software Librarian authored
* cmt/requirements Specify the required ROOT components for cmake (transparent to CMT) * Tagged as TrkCompetingRIOsOnTrackTool-01-00-01
-
Atlas-Software Librarian authored
* address coverity 31565 14/10/2015 (Medium) Inferred misuse of enum :/Tracking/TrkTools/TrkParticleCreator/src/TrackParticleCreatorTool.cxx in function "setTrackSummary" * by adding coverity code annotation, declaring it as intentional. Checked at compile time with static_assert * tag as TrkParticleCreator-01-01-31
-
- Jan 19, 2016
-
-
Atlas-Software Librarian authored
* Turn on the TRT error scaling by default. * tag as TrkRIO_OnTrackCreator-01-02-02
-
- Nov 13, 2015
-
-
Atlas-Software Librarian authored
* Coverity fix: 31259 19/08/2015 (Medium) Dereference before null check :/Tracking/TrkTools/TrkAmbiguityProcessor/src/DenseEnvironmentsAmbiguityProcessorTool.cxx in function "updatePixelSplitInformationForCluster" * Tagged as TrkAmbiguityProcessor-01-00-09 2015-08-13 Nick Styles * Merge changes from -07-branch * Tagged as TrkAmbiguityProcessor-01-00-08 2015-07-27 Shaun Roe * Coverity fixes: 14358 09/07/2014 (Medium) Not restoring ostream format :/Tracking/TrkTools/TrkAmbiguityProcessor/src/SimpleAmbiguityProcessorTool.cxx in function "statistics" 20175 21/10/2014 (Medium) Not restoring ostream format :/Tracking/TrkTools/TrkAmbiguityProcessor/src/DenseEnvironmentsAmbiguityProcessorTool.cxx in function "statistics" 20056 21/10/2014 (Medium) Dereference after null check :/Tracking/TrkTools/TrkAmbiguityProcessor/src/DenseEnvironmentsAmbiguityProcessorTool.cxx in function "updatePixelSplitInformation" 28940 17/01/2015 (Medium) Dereference before null check :/Tracking/TrkTools/TrkAmbiguityProcessor/src/DenseEnvironmentsAmbiguityProcessorTool.cxx in function "updatePixelSplitInformation" 2015-06-27 Miriam Diamond * Add DBM to printouts * tagged as TrkAmbiguityProcessor-01-00-07-04 2015-05-19 Nick Styles ... (Long ChangeLog diff - truncated)
-
Atlas-Software Librarian authored
* Add new interface to TRT_PID. Requested by fast digi. * Tagged as TrkToolInterfaces-01-03-10
-
Goetz Gaycken authored
* renamed TRTLocalOccupancy to TRTTrackOccupancy. 2015-10-07 Goetz Gaycken * Fixed compiler warning when compiling without -DNDEBUG.
-
- Oct 10, 2015
-
-
Atlas-Software Librarian authored
* fix coverity defects 13544 09/07/2014 (Medium) Logically dead code :/Tracking/TrkTools/TrkTrackSlimmingTool/src/TrackSlimmingTool.cxx in function "slim" 13545 09/07/2014 (Medium) Logically dead code :/Tracking/TrkTools/TrkTrackSlimmingTool/src/TrackSlimmingTool.cxx in function "slim" 13546 09/07/2014 (Medium) Logically dead code :/Tracking/TrkTools/TrkTrackSlimmingTool/src/TrackSlimmingTool.cxx in function "slim" * tag as TrkTrackSlimmingTool-00-05-02
-
Atlas-Software Librarian authored
2015-09-09 Antonio Boveia <antonio.boveia@cern.ch> * Restore geantino scheme (revert TrkTruthCreatorTools-00-06-07) * Reduce CPU used with geantino scheme * Tag as TrkTruthCreatorTools-00-06-09
-
Atlas-Software Librarian authored
-
Goetz Gaycken authored
* Resolved (persistification part) - ATLASRECTS-2043: added number of TRT HT hits to xAOD TrackParticle - ATLASRECTS-2045: added dE/dx to xAOD TrackParticle and the number of hits used for this computation. - ATLASRECTS-2385: added local Occupancy to xAOD TrackParticle 2015-08-28 Rachel Hinman * Add cluster-track compatibility flag
-
Alejandro Alonso Diaz authored
* Add handle to turn off the TRT scaling * Off by default. * tag as TrkRIO_OnTrackCreator-01-02-01
-
Peter Kluit authored
* Fixes for ATR-10679 * Supress warnings of "Unable to retrieve Calorimeter TSOS..." * tag TrkMaterialProvider-00-00-39
-
Miriam Deborah Joy Diamond authored
* Fixes to StoreGate changes to allow re-running from ESD * Not yet tagged (still some debugging ouput in place from investigations of ATLASRECTS-2035
-
- Sep 15, 2015
-
-
Peter Kluit authored
* Fixes for crash in cosmics * q/p = 0 or 100000. and no perigee * tag TrkMaterialProvider-00-00-38 2015-09-02 Peter Kluit * JIRA ATLASRECTS-1970 and 1971 and ATR-10679 * solve and suppress the warnings of types "Unable to retrieve Calorimeter TSOS from extrapolateM caloTSOS->size() etc" * tag TrkMaterialProvider-00-00-37
-
- Aug 05, 2015
-
-
Nicholas Styles authored
* Fix bug in filling beamline y tilt * Tagged asTrkParticleCreator-01-01-25
-
Peter Kluit authored
* important fix for Toroid off data * recuperates 20% of the MuidCB muons * Toroid on reconstruction is not changed * changes requirements .h and .cxx to pickup and use the magFieldSvc to flag ToroidOn/off * Tagging as TrkMaterialProvider-00-00-36
-
Nicholas Styles authored
* More fixes to StoreGate updates for re-reconstruction from ESD * Tagged as TrkAmbiguityProcessor-01-00-07-03 2015-05-18 Nick Styles * Fixes to StoreGate updates for re-reconstruction from ESD * Tagged as TrkAmbiguityProcessor-01-00-07-02 2015-03-4 Nick Styles * StoreGate changes to allow re-running from ESD * Tagged as TrkAmbiguityProcessor-01-00-07
-
- May 17, 2015
-
-
Atlas-Software Librarian authored
* ResidualPullCalculator.cxx Fix missing default values for RPC and TGC residual pull calculators, see ATLASRECTS-1750 * tag as TrkResidualPullCalculator-01-00-01
-
Goetz Gaycken authored
* Fix irreproducibility reported in ATLASRECTS-2035.
-