- Jun 17, 2020
-
-
Adam Edward Barton authored
Migrate epos to HepMC3 See merge request !33793
-
Adam Edward Barton authored
Migrate tauolapp to HepMC3 See merge request !33791
-
Adam Edward Barton authored
Migrate QGSJet to HepMC3 See merge request atlas/athena!33789
-
Adam Edward Barton authored
Sweeping !33750 from 21.3 to master. NSWPRDValAlg: demote WARNING and catch negative channel numbers in matching (ATLASRECTS-5483) See merge request !33819
-
Adam Edward Barton authored
Sweeping !33795 from 21.2 to master. Fix boundary issues in tight WP See merge request !33818
-
Adam Edward Barton authored
Remove delete from PixelSpacePoint by using std::unique_ptr and removing unused constructors See merge request atlas/athena!33833
-
Adam Edward Barton authored
MuonCombinedBaseTools: Remove some useless comments that could be confused with conflict markers. See merge request !33826
-
Adam Edward Barton authored
First set of changes to be able to run jets in DAOD_PHYS See merge request atlas/athena!33736
-
-
Adam Edward Barton authored
Identifier: Add bounds check in Range::get_value_at(). See merge request !33375
-
Adam Edward Barton authored
TrigTileMuId: Fix logic error. See merge request atlas/athena!33828
-
Adam Edward Barton authored
Improve documentation of the SiSpSeededTrackFinder and SiSpacePointsSeedMaker_ATLxk See merge request atlas/athena!33691
-
add documentation to the SiSpSeededTrackFinder, move some C arrays to other constructs in non-performance-critical locations
-
Adam Edward Barton authored
AthenaServices: Remove ThinningOutputTool. See merge request !33830
-
Adam Edward Barton authored
FourMom: Fix store to CachedUniquePtr. See merge request !33829
-
Adam Edward Barton authored
AthenaConfiguration: Update for python 3.9 compatibility. See merge request atlas/athena!33825
-
Adam Edward Barton authored
CaloCellCorrection+CaloTools: Clean up conditions dependencies. See merge request !33814
-
Adam Edward Barton authored
ForwardRegionMgField+EvgenProdTools: cmake fixes See merge request !33816
-
Adam Edward Barton authored
TrigT1Monitoring: Remove use of DataHandle. See merge request atlas/athena!33822
-
Adam Edward Barton authored
MuonGeoModel: Fix compilation warning. See merge request atlas/athena!33823
-
Adam Edward Barton authored
RPC_CondCabling: cmake fix See merge request atlas/athena!33817
-
Adam Edward Barton authored
Remove wrongly used HepMC::Polarization See merge request atlas/athena!33798
-
-
Adam Edward Barton authored
Remove unused python script See merge request atlas/athena!33802
-
-
Adam Edward Barton authored
InDetEventAthenaPool: cmake fix See merge request atlas/athena!33815
-
Adam Edward Barton authored
TrackSlimmingTool: allows slim/skim non const Trk::Track directly See merge request !33700
-
-
Adam Edward Barton authored
ITrackFitter: make comments more accurate See merge request atlas/athena!33804
-
-
Susumu Oda authored
-
scott snyder authored
Remove ThinningOutputTool. Part of old thinning, it is no longer used.
-
scott snyder authored
Assigning a CachedUniquePtr from a unique_ptr is not supported. Use store(). Fixes compilation failure seen with clang10.
-
scott snyder authored
This expression from TrigTileLookForMuAlg is always true: ``` (k1!=4 || k1!=25) ``` Probably this was meant to use && rather than ||. Fixed. clang10 flags this with a warning.
-
Scott Snyder authored
-
scott snyder authored
collections.Sequence is deprecated as of python 3.3, and removed in 3.9.
-
scott snyder authored
Potentially uninitialized variables.
-
scott snyder authored
Remove obsolete use of DataHandle.
-
NSWPRDValAlg: demote WARNING and catch negative channel numbers in matching (ATLASRECTS-5483) See merge request atlas/athena!33750 (cherry picked from commit 2c37915b4c2120314c30141e9308a95c7ede79a0) 094e9999 Moving 'No match found' to debug (NSWPRDValAlg.cxx) e8d5d256 Catch negative channel numbers in NSW matching alg 041f7a2c bugfix in NSWMatchingAlg
-
Fix boundary issues in tight WP See merge request atlas/athena!33795 (cherry picked from commit ff730e7b) a97c2935 Fix boundary issues in tight WP
-