- Feb 19, 2019
-
-
Vakhtang Tsulaia authored
Remove mutable data members from MdtMathSegmentFinder See merge request atlas/athena!21255
-
Vakhtang Tsulaia authored
First step towards full scan muon chain See merge request atlas/athena!21142
-
Vakhtang Tsulaia authored
Added handy accessors to CA to get single/main components See merge request atlas/athena!21167
-
Vakhtang Tsulaia authored
TileJetMonTool: update of the tool See merge request atlas/athena!21222
-
Vakhtang Tsulaia authored
Read cond handle for calib weights See merge request atlas/athena!21251
-
-
Vakhtang Tsulaia authored
Remove const_cast from FastSiDigitization package See merge request atlas/athena!21223
-
Vakhtang Tsulaia authored
Added a scheduler option for verbose views See merge request atlas/athena!21236
-
Vakhtang Tsulaia authored
Rename SCT_CablingToolCB to SCT_CabalingToolInc as it uses incident rather than callback See merge request atlas/athena!21229
-
Vakhtang Tsulaia authored
Update MET trigger testing scripts See merge request atlas/athena!21250
-
Vakhtang Tsulaia authored
Small fixes for VP1 "batch" mode Closes ATLASVPONE-183 and ATLASVPONE-437 See merge request atlas/athena!21232
-
-
Vakhtang Tsulaia authored
IOVDbSvc: Fix re-load logic in signalBeginRun See merge request atlas/athena!21242
-
Vakhtang Tsulaia authored
InDetSecVtxTrackSelectionTool: Remove duplicate dictionary entry See merge request atlas/athena!21261
-
Vakhtang Tsulaia authored
AthenaMonitoring: Fix clang warning. See merge request atlas/athena!21244
-
Vakhtang Tsulaia authored
L1TopoCoreSim: Fix placement of using directive. See merge request atlas/athena!21243
-
Vakhtang Tsulaia authored
AthenaPoolCnvSvc: Fix unneeded AttributeList copy. See merge request atlas/athena!21241
-
Vakhtang Tsulaia authored
TrigT1CaloCalibConditions: Don't make AttributeList copies. See merge request atlas/athena!21238
-
Vakhtang Tsulaia authored
LArBadChannelTool: Avoid AttributeList copies. See merge request atlas/athena!21235
-
Vakhtang Tsulaia authored
Remove EventIncident class See merge request atlas/athena!21260
-
Frank Winklmeier authored
The dictionary for `InDet::IInDetTrackSelectionTool` is already created in the InDetTrackSelectionTool package.
-
Frank Winklmeier authored
The `EventIncident` class is obsolete as the Gaudi `Incident` class provides the same features. Listener usage has been migrated away in atlas/athena!21227. Now change all code to fire Gaudi `Incident` and remove the `EventIncident` class.
-
Savanna Shaw authored
Merge remote branch 'upstream/master' into muonFStrigger Conflicts: Trigger/TriggerCommon/TriggerMenuMT/python/HLTMenuConfig/Menu/MenuChains.py
-
- Feb 18, 2019
-
-
Will Leight authored
There doesn't seem to be any pressing reason for these variables to be data members rather than just being locally created in the findSegments method. I also cleaned up the configuration of the TrkDriftCircleMath::SegmentFinder object a bit and switched to using smart pointers.
-
Vakhtang Tsulaia authored
Replacement of MenuChains.py in TMMT See merge request atlas/athena!21013
-
-
Vakhtang Tsulaia authored
Adding generalized energy correlation tools See merge request atlas/athena!21175
-
-
Vakhtang Tsulaia authored
xAODPFlow static thread checker See merge request atlas/athena!21228
-
Vakhtang Tsulaia authored
22.0-unitTests-IOVDbSvc See merge request atlas/athena!21108
-
-
Vakhtang Tsulaia authored
Additional fixes for ATLASDQ-508 See merge request atlas/athena!21226
-
Vakhtang Tsulaia authored
Add mutex or atomic to mutable data members of SCT classes (ATLASRECTS-4557) See merge request atlas/athena!21220
-
-
Vakhtang Tsulaia authored
Remove obsolete usage of EventIncident See merge request atlas/athena!21227
-
Gabriel Gallardo authored
-
Gabriel Gallardo authored
-
scott snyder authored
clang warning: missing override keyword.
-
Frank Winklmeier authored
Decide based on the run number if a reload of folders should be done in online mode rather than counting the number of invocations. The latter may not work correctly as we have multiple calls to signalBeginRun in a job (e.g. from IOVSvcTool, TagInfoMgr, HltEventLoopMgr).
-
scott snyder authored
Do not put using directives in headers in the global namespace.
-