This project is mirrored from https://gitlab.cern.ch/atlas/athena.
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 .
- Sep 29, 2020
-
-
Julie Kirk authored
Remove art-input for minbias jobs. This data is on cvmfs and this art directive causes the job to crash. modified: Trigger/TrigValidation/TrigInDetValidation/test/test_trigID_minbias.py modified: Trigger/TrigValidation/TrigInDetValidation/test/test_trigID_minbias_mt.py
-
Adam Edward Barton authored
New configurations See merge request atlas/athena!36705
-
-
Adam Edward Barton authored
Adding muComb to trigger new JO test See merge request atlas/athena!36774
-
Adding the L2 combined muon step to the trigger new JO test (ATR-20242). The step runs: - A view data verifier to pick up the L2 SA muons from the previous step - The ID fast track finding - the muComb algorithm Currently it seems that the combined electron+muon chains need to have the same number of steps for electrons and muons, so I split the muon chains into two type. The default chains (used in combination with other signatures) run the L2 SA and combined steps, and the msonly chains run the L2 SA and precision SA steps (and the L2 combined and preicion SA steps are only created for the relevant chains).
-
Adam Edward Barton authored
LAr bad channel data overlay overrides fixes See merge request atlas/athena!36760
-
Adam Edward Barton authored
tauRecTools: adapt TauVertexVariables to rerun on xAOD See merge request atlas/athena!36793
-
Hello, This MR is preparing the ground for an upcoming MR that will allow the full tau reconstruction to be rerun at xAOD level (ATLTAU-1733). In tauRecTools, the only tool that needs to be modified is TauVertexVariables. As the navigation from xAOD::TrackParticle to Trk::Track is not possible in xAODs, we need to use a std::vector<const Trk::TrackParameters*> as input to the VertexSeedFinder, instead of a std::vector<const Trk::Track*>. https://gitlab.cern.ch/atlas/athena/-/blob/master/Tracking/TrkVertexFitter/TrkVertexSeedFinderTools/src/CrossDistancesSeedFinder.cxx#L89 https://gitlab.cern.ch/atlas/athena/-/blob/master/Tracking/TrkVertexFitter/TrkVertexSeedFinderTools/src/CrossDistancesSeedFinder.cxx#L112 I have verified that the 2 methods give the consistent results (up to rounding effects) using standalone tau reconstruction from ESDs, where Trk::Track is still available. All the remaining changes will happen in tauRec, not tauRecTools, and will be implemented in a follow-up MR. Cheers, Bertrand
-
Adam Edward Barton authored
ATLASRECTS-5666: Migration of JetFitter package to a modularised version in AthenaMT See merge request atlas/athena!36512
-
-
Adam Edward Barton authored
Adapt BEamEffects package to HEPMC3 See merge request atlas/athena!36778
-
-
Adam Edward Barton authored
AtlasHepMC extensions needed for AthSimulation with HepMC3 See merge request atlas/athena!36785
-
-
Adam Edward Barton authored
Migrate McEventCollectionFilter to HepMC3 See merge request atlas/athena!36794
-
-
Adam Edward Barton authored
Update documentation of SiPropertiesTool package (ATLASRECTS-5238) See merge request atlas/athena!36754
-
Adam Edward Barton authored
[ATR-22022] Temporary removal of error message from RDO and ESD metadata reading See merge request atlas/athena!36768
-
Adam Edward Barton authored
Fix name of ftf chains in Run 3 offline monitoring See merge request atlas/athena!36790
-
Adam Edward Barton authored
TileMonitoring: Fix compilation in debug build. See merge request atlas/athena!36777
-
Adam Edward Barton authored
DataQualityInterfaces: Fix ubsan warnings. See merge request atlas/athena!36776
-
Adam Edward Barton authored
InDetServMatGeoModel: Fix cppcheck warnings. See merge request atlas/athena!36779
-
Adam Edward Barton authored
CaloTrackingGeometry: Fix cppcheck warnings. See merge request atlas/athena!36782
-
Adam Edward Barton authored
TrkGeometry: Fix cppcheck warnings. See merge request atlas/athena!36783
-
Adam Edward Barton authored
InDetOverlay: Fix clang warnings. See merge request atlas/athena!36784
-
Adam Edward Barton authored
JetMonitoring: Fix clang warning. See merge request atlas/athena!36786
-
Adam Edward Barton authored
TrackVertexAssociationTool: Fix clang warnings. See merge request atlas/athena!36787
-
Adam Edward Barton authored
MuonMDT_CnvTools: Thread-safety cleanup. See merge request atlas/athena!36788
-
Adam Edward Barton authored
Migration of ISF_HepMC_Tools to HepmC3 See merge request atlas/athena!36789
-
-
Adam Edward Barton authored
Assure Hepmc3 compatibility for mcvtxfilter test See merge request atlas/athena!36792
-
-
- Sep 28, 2020
-
-
Jonathan Bossio authored
-
Adam Edward Barton authored
Implementation of TLA chain, TLA algorithm and TLA HypoAlg/Tool See merge request !35677
-
-
scott snyder authored
Thread-safety annotations should match between declarations and definitions.
-
scott snyder authored
Do not use std::move on non-lvalues.
-
scott snyder authored
Unused lambda capture.
-
scott snyder authored
Missing override keywords.
-
scott snyder authored
- Prefer preincrement to postincrement for iterators. - abort before doing a null pointer dereference.
-