This project is mirrored from https://*****:*****@gitlab.cern.ch/atlas/athena.git.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
- 04 Apr, 2019 11 commits
-
-
Walter Lampl authored
IOVDbSvc: Prevent potential dereference of end iterator. See merge request atlas/athena!22383
-
Walter Lampl authored
Fix for ATLASRECTS-4909 See merge request atlas/athena!22346
-
ATLASRECTS-4909 reports a crash in the IsolationBuilder due to the ParticleCaloExtensionTool being unable to extrapolate an SA muon back through the calorimeter. In principle, all SA muons should be extrapolated back through the calorimeter already, so this should never happen. However, investigating this particular case showed that things are not as straightforward as I assumed. The extrapolation is first done using a guess at the track parameters: after the fit, it is done again, the calo TSOS's updated, and the fit re-done. In this case, though, the track fit failed after the calo TSOS's were updated. Not only that, the final extrapolated fit had a worse chi2 than the initial MS track. The logical fix, then, is to reject extrapolated tracks in such cases. The corresponding MS tracks can still be used in combined fits, but not turned into SA muons. This should affect only a handful of muons (0 in a sample of 1000 Z->mumu events, in fact).
-
Walter Lampl authored
LArCellRec: Additional patterns to ignore. See merge request atlas/athena!22384
-
Walter Lampl authored
Solution to missing move assignment opearator [CID# 113526] See merge request atlas/athena!22363
-
Walter Lampl authored
Implement SCTLorentzMonAlg (ATLASDQ-679) See merge request atlas/athena!22334
-
This reverts commit da763569281e4381f959fc04e4494778be7112df.
-
Walter Lampl authored
Cleanup of PixelPrepDataToxAOD, SCT_PrepDataToxAOD, SCT_RawDataToxAOD for speedup See merge request atlas/athena!22267
-
Use universal initialization
-
scott snyder authored
Additional patterns to ignore in reference file comparison. Fixes test failure in master due to changes in calodd handling.
-
scott snyder authored
Prevent a potential dereference of the end iterator of a map in IOVDbParser. Fixes unit test crash in SCT_ConditionsAlgorithms.
-
- 03 Apr, 2019 28 commits
-
-
Walter Lampl authored
Bytestream bugfix See merge request atlas/athena!22344
-
-
Walter Lampl authored
EventView inheritance test See merge request atlas/athena!22314
-
-
Walter Lampl authored
Delete TrigCaloCellMakerMT See merge request atlas/athena!22342
-
Walter Lampl authored
CaloDetDescr: Add CaloDetDescriptor::dump(). See merge request atlas/athena!22352
-
Walter Lampl authored
RootStorageSvc: Fix clang warning. See merge request atlas/athena!22355
-
Walter Lampl authored
adding chains to the jet menu See merge request atlas/athena!22283
-
Walter Lampl authored
Remove some tools from ToolSvc See merge request atlas/athena!22359
-
Walter Lampl authored
-
Walter Lampl authored
Make RunTier0Tests.py project agnostic See merge request atlas/athena!22165
-
Walter Lampl authored
TRT_ConditionsServices: Fix clang warnings. See merge request atlas/athena!22356
-
Walter Lampl authored
TRT_ConditionsData: Fix gcc9 warnings. See merge request atlas/athena!22357
-
Walter Lampl authored
Split bytestream related algs out of OverlayCommonAlgs See merge request atlas/athena!22284
-
Walter Lampl authored
Refactoring of histogram fillers See merge request atlas/athena!22130
-
-
Walter Lampl authored
ComponentAccumulator: Reorganize deduplication See merge request atlas/athena!22254
-
Walter Lampl authored
-
Walter Lampl authored
adds 3 decimals eta cut in VP1, closes ATLASVPONE-446 Closes ATLASVPONE-446 See merge request atlas/athena!22335
-
Walter Lampl authored
AthenaKernel: Fix unit tests on clang. See merge request atlas/athena!22351
-
Walter Lampl authored
Porting RNN tau ID to master See merge request atlas/athena!22197
-
Walter Lampl authored
AthenaConfiguration: Fix a typo. See merge request atlas/athena!22354
-
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.
-
scott snyder authored
clang warnings: missing override keywords.
-
scott snyder authored
clang warning: unused variable.
-
scott snyder authored
Fix a typo in the documentation.
-
scott snyder authored
Add dump() to CaloDetDescriptor. The same as print(), except sends the output to an arbitrary ostream rather than cout.
-
scott snyder authored
In test_checking in errorcheck_test.cxx, suppress printing function names. They're lambdas here, and print differently in clang vs. gcc.
-
- 02 Apr, 2019 1 commit
-
-
Frank Winklmeier authored
TrigCaloCellMakerMT was an early prototype and is replaced by HLTCaloCellMaker. Also avoid repeating link dependencies for component library.
-