- Sep 10, 2020
-
-
- Sep 09, 2020
-
-
Vakhtang Tsulaia authored
Private tool fix/muon segment combiners See merge request !36134
-
Vakhtang Tsulaia authored
Update Likelihood for new Ambiguity type from atlas/athena!35293 See merge request atlas/athena!36269
-
Vakhtang Tsulaia authored
Rework ownership of Trk::Track::m_trackSummary See merge request !36277
-
Vakhtang Tsulaia authored
Move HLT_noalg_L1MBTS_1_EMPTY to PhysicsP1 menu (ATR-21740) See merge request !36290
-
Vakhtang Tsulaia authored
RpcRawDataMonitoring: Fix identifier validation test. See merge request !36291
-
Vakhtang Tsulaia authored
MetaDataSvc: Migrate to IOptionsSvc See merge request !36272
-
Vakhtang Tsulaia authored
METUtilities: Migrate METRebuilder to IOptionsSvc See merge request atlas/athena!36257
-
Vakhtang Tsulaia authored
drop unused tau variable, and code cleanup See merge request !36205
-
Hello, This MR is dropping a variable that is not used anywhere (anymore) in the tau reconstruction. We now use a Et-resolution weighted average between calo and substructure pt as input to the MVA pt, no longer an interpolation. I have checked it does not change the reconstruction output, besides this variable that is now gone. Minor code cleanup was done. Cheers, Bertrand
-
Vakhtang Tsulaia authored
Pixel ladder shape change See merge request atlas/athena!34961
-
-
Vakhtang Tsulaia authored
TrigP1Test: Fix for magFieldToggle ART test Closes ATR-21978 See merge request !36248
-
Vakhtang Tsulaia authored
Fix data overlay to use IDCInDetBSErrContainer Closes ATLASSIM-4746 See merge request !36265
-
Vakhtang Tsulaia authored
Updated git-package-pseudomerge.py scrip to python3 See merge request !36266
-
Vakhtang Tsulaia authored
TileMonitoring: Fix Tile digitizer time monitoring histogram name for Run 3 See merge request !36280
-
Vakhtang Tsulaia authored
Magnetic Field Elements : Move more inline methods to the respective .icc files See merge request !36267
-
Vakhtang Tsulaia authored
IOVDbSvc: Remove usage of IJobOptionsSvc See merge request !36278
-
Vakhtang Tsulaia authored
HLT: Fixes for IOptionsSvc migration See merge request !36271
-
Christos Anastopoulos authored
-
Mark Andrew Owen authored
-
scott snyder authored
Calling Identifier::is_valid() is not the same as the isValid flag returned by RpcIdHelper. Fixes (not entirely reproducible) crash seen with q222.
-
Siarhei Harkusha authored
Tile digitizer time monitoring histogram name have been changed, since digitizer starts from 1
-
Johannes Junggeburth authored
-
Frank Winklmeier authored
`IJobOptionsSvc` is deprecated. Instead use the `IProperty` interface directly to read the properties of the `EventSelector`.
-
Stephen Nicholas Swatman authored
In the existing code base, this member is a raw pointer with assumed ownership, and there is also a data hiding problem since the TrackSummaryTool is marked as a friend class of Track. This commit fixes several minor issues with this data member: 1. The member is converted to a std::unique_ptr, instead of a raw pointer. This makes the ownership mechanics clearer, and saves us a few deletes here and there. 2. All instances where the data member was being accessed outside of the class have been replaced with a setter method. 3. The existing setter method was changed to accept a std::unique_ptr, in accordance with the data member itself. 4. Trk::TrackSummaryTool was removed as a friend class of Trk::Track.
-
Frank Winklmeier authored
-
Maksim Penzin authored
-
https://gitlab.cern.ch/atlas/athenaMaksim Penzin authored
Merge branch 'master' of https://gitlab.cern.ch/atlas/athena into PrivateToolFix/MuonSegmentCombiners
-
Frank Winklmeier authored
!36223 introduced a slight change in behavior when reading `DF_Enabled_ROB_IDs`, i.e. it was always overwriting the list of enabled ROBs even if a value was set explicitly via job options.
-
Frank Winklmeier authored
Fix bug when parsing job properties of the type `MyAlg.MyTool.MyProp`. The client name is in this case `MyAlg.MyTool` and not only `MyAlg`.
-
Johannes Junggeburth authored
-
-
Vakhtang Tsulaia authored
AthenaServices: Delete AthenaJobOptionsSvc See merge request !36254
-
Vakhtang Tsulaia authored
RungeKuttaUtils avoid repeat of const Amg::Transform3D& T = su->transform()... See merge request !36262
-
Vakhtang Tsulaia authored
Do not write EventTag in new-style simulation jobs See merge request atlas/athena!36261
-
Vakhtang Tsulaia authored
Migrate various unit tests to IOptionsSvc See merge request !36256
-
Vakhtang Tsulaia authored
AthenaPython: Delete PyJobOptionsSvc See merge request !36253
-
Vakhtang Tsulaia authored
TrigP1Test: Update BeamSpot test reference See merge request !36252
-
Vakhtang Tsulaia authored
Preparation of Athena to HepMC3 See merge request !36245
-