- May 13, 2019
-
-
Christos Anastopoulos authored
-
- May 11, 2019
-
-
Christos Anastopoulos authored
Trk::Track clarify changes due to const correctness in documentation. Get rid of a couple of const_cast in TrkTrackSummaryTool
-
Christos Anastopoulos authored
Trk::Track clarify changes due to const correctness in documentation. Get rid of a couple of const_cast in TrkTrackSummaryTool
-
- May 10, 2019
-
-
Christos Anastopoulos authored
-
Christos Anastopoulos authored
-
- May 09, 2019
-
-
- May 08, 2019
-
-
- May 06, 2019
-
-
Add a type function for the different kind of Measurement Type, could help to avoid a few RTTI/dynamic_casts in client code
-
- Apr 29, 2019
-
-
Christos Anastopoulos authored
-
- Apr 26, 2019
-
-
Christos Anastopoulos authored
-
- Apr 25, 2019
-
-
Adam Edward Barton authored
Address MR Feedback
-
- Apr 24, 2019
-
-
Christos Anastopoulos authored
-
- Apr 23, 2019
-
-
Christos Anastopoulos authored
-
Christos Anastopoulos authored
-
- Apr 18, 2019
-
-
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.
-
- Apr 17, 2019
-
-
Remove mutable from m_clusList of SpacePoint.h. Add ATLAS_CHECK_THREAD_SAFETY to InnerDetector/InDetRecEvent/SiSpacePoint.
-
- Apr 16, 2019
-
-
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.
-
- Apr 05, 2019
-
-
- Apr 02, 2019
-
-
Jyoti Prakash Biswal authored
Additional packages used for compilation: InDetBeamSpotService, BeamSpotConditionsData, VxJetVertex and InDetTrackSelectorTool Coverity issue# 113526.
-
- Mar 22, 2019
-
-
Adam Edward Barton authored
Should result in fewer calls to the allocator and more data locality
-
- Mar 08, 2019
-
-
-
scott snyder authored
cling erroneously aligns eigen objects to 8 bytes rather than 16 bytes. This causes failures when accessing EDM objects via python/ROOT. Add a couple alignment attributes to force cling to do the right thing.
-
- Mar 07, 2019
-
-
scott snyder authored
This package contains the declaration: static const Amg::Vector2D INVALID_POSITION(INVALID,INVALID); It appears, however, that when cling generates code for this declaration, it does not respect the proper alignment --- we were seeing this object 8-byte aligned, rather than 16-byte as eigen requires. This was causing ubsan warnings as well as assertion failures from eigen. This variable is, however, only referenced frmo two places in the same file, and in those places we can just as well construct is as needed. So get rid of this static.
-
- Mar 06, 2019
-
-
- Mar 04, 2019
-
-
static thread checker for TrkParameters and TrkParametersBase, avoid const_cast and remove a static.
-
-
- Mar 01, 2019
-
-
- Feb 06, 2019
-
-
- Jan 21, 2019
-
-
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.
-
- Dec 18, 2018
-
-
Edward Moyse authored
-
- Nov 19, 2018
-
-
scott snyder authored
Update references to headers moved from obsolete package CLIDSvc to AthenaKernel. Also remove unneeded dependency on SGTools. Former-commit-id: 8df5cbaa
-
scott snyder authored
Update references to headers moved from obsolete package CLIDSvc to AthenaKernel. Also remove unneeded dependency on SGTools. Former-commit-id: 6e44f164
-
scott snyder authored
Update references to headers moved from obsolete package CLIDSvc to AthenaKernel. Also remove unneeded dependency on SGTools. Former-commit-id: 5282d389
-
- Nov 18, 2018
-
-
scott snyder authored
Adjust for headers moved from CLIDSvc to AthenaKernel. Also remove unneeded dependency on SGTools. Former-commit-id: 52c55a2d
-
- Oct 25, 2018
-
-
scott snyder authored
Don't cache a null perigee pointer; leave the cache invalid in that case. It can happen that the perigee is added after the TrkTrack is constructed. (Using CachedPointer instead of CachedValue wouldn't have this issue...) Former-commit-id: 7f579b87
-
- Oct 24, 2018
-
-
Christos Anastopoulos authored
Former-commit-id: b8a52766
-
Jyoti Prakash Biswal authored
move_ptr added. Coverity issue# 113615 Former-commit-id: ae0ffe75
-
- Oct 23, 2018
-
-
Christos Anastopoulos authored
Former-commit-id: 97484f3b
-