- Jun 23, 2020
-
-
Tomasz Bold authored
-
Edward Moyse authored
Adding implementation of InDetEtaDependentCutsSvc (ATLIDTRKCP-183) See merge request !33847
-
Edward Moyse authored
add HLT emulation test using menu code (emu_step_menu test) Closes ATR-21378 See merge request !33849
-
- Jun 22, 2020
-
-
Edward Moyse authored
cleanup TrigL2MuonSA package v4 See merge request !33888
-
Edward Moyse authored
Define enums for DCS state word in SCT_DCSConditionsStatCondAlg for easier understanding. See merge request !33886
-
Edward Moyse authored
Add ATLAS_CHECK_THREAD_SAFETY to InDetServMatGeoModel package with fixing some constness problems. See merge request !33887
-
Edward Moyse authored
Remove unnecessary include or forward declaration of IRegSelSvc See merge request !33866
-
Edward Moyse authored
TrigPSC: Suppress thread-safety checker warning. See merge request !33992
-
Edward Moyse authored
AthenaKernel: Helpers for conditions access from python. See merge request !33873
-
Edward Moyse authored
tauRecTools: move TauPi0ClusterScaler to src See merge request !33934
-
Edward Moyse authored
tauRecTools: skip TauEleOLRDecorator in AnalysisBase See merge request !33928
-
Edward Moyse authored
SiCombinatorialTrackFinderTool_xk: Clean up conditions dependencies. See merge request !33988
-
Edward Moyse authored
TrkParticleCreator: Use summary rather than createSummary. See merge request !33993
-
Edward Moyse authored
SiSPSeededTrackFinder: Clean up conditions dependencies. See merge request !33987
-
Edward Moyse authored
SCT_ConditionsAlgorithms: Fix broken conditions dependencies in tests. See merge request !33982
-
Edward Moyse authored
PixelConditionsAlgorithms: Clean up conditions dependencies. See merge request !33986
-
Edward Moyse authored
SGTools: Fix cppcheck warning. See merge request !33978
-
Edward Moyse authored
MagFieldServices: Clean up conditions dependency. See merge request !33989
-
Edward Moyse authored
CxxUtils: Suppress cppcheck warning. See merge request !33981
-
Edward Moyse authored
InDetTrackHoleSearch: cmake fixes See merge request atlas/athena!33994
-
Edward Moyse authored
StoreGate: Fix cppcheck warnings. See merge request !33980
-
Edward Moyse authored
AthenaPoolCnvSvc: cppcheck fixes See merge request atlas/athena!33979
-
Edward Moyse authored
SGComps: Fix cppcheck warnings. See merge request !33977
-
Edward Moyse authored
PyUtils: Fix use of deprecated pyroot syntax. See merge request !33976
-
Edward Moyse authored
IOVSvc: Fix refcounting bug in createCondObj See merge request !33975
-
Edward Moyse authored
Acts mat map See merge request !33280
-
Edward Moyse authored
Improvements for re-reco from ESD See merge request !33852
-
- Jun 20, 2020
-
-
scott snyder authored
Library dependency fixes.
-
scott snyder authored
Use the summary method from the track summary tool rather than createSummary, to avoid warnings from the thread-safety checker.
-
scott snyder authored
-
scott snyder authored
An uncoming change to the thread-safety checker will generate warnings for virtual calls to unsafe functions. This then gets a warning for the call to ITrigEventLoopMgr::prepareForRun in Psc::prepareForRun. Perhaps that latter function should also be marked NOT_THREAD_SAFE, but that's awkward since the base class defining this interface is in hltinterface. Just suppress the warning for now.
-
scott snyder authored
Don't declare a dependency on the DCS conditions folder if we're not going to use it.
-
scott snyder authored
Don't declare conditions dependencies that won't be used.
-
scott snyder authored
Don't declare conditions dependencies that won't be used.
-
scott snyder authored
Don't declare a conditions dependency that we won't use.
-
scott snyder authored
Don't request conditions dependencies that don't exist.
-
scott snyder authored
Suppress new warning from cppcheck 2.0.
-
scott snyder authored
- Move DataHandle comparison functions inline. - Don't pass large objects by value.
-
scott snyder authored
- Use starts_with instead of find()==0. - Use prefix ++ rather than postfix.
-
scott snyder authored
Annotate throw function as noreturn.
-