- Jun 25, 2020
-
-
Several updates of iLumiCalc and associated scripts and html files have been updated for the atlas-lumicalc website without ever being committed back to the git master. This patch brings the git master back into sync with the code on the website, and provides bugfixes for iLumiCalc that had been deployed on the website.
-
- Jun 22, 2020
-
-
Edward Moyse authored
cleanup TrigL2MuonSA package v4 See merge request atlas/athena!33888
-
Edward Moyse authored
Define enums for DCS state word in SCT_DCSConditionsStatCondAlg for easier understanding. See merge request atlas/athena!33886
-
Edward Moyse authored
Add ATLAS_CHECK_THREAD_SAFETY to InDetServMatGeoModel package with fixing some constness problems. See merge request atlas/athena!33887
-
Edward Moyse authored
Remove unnecessary include or forward declaration of IRegSelSvc See merge request atlas/athena!33866
-
Edward Moyse authored
TrigPSC: Suppress thread-safety checker warning. See merge request atlas/athena!33992
-
Edward Moyse authored
AthenaKernel: Helpers for conditions access from python. See merge request atlas/athena!33873
-
Edward Moyse authored
tauRecTools: move TauPi0ClusterScaler to src See merge request atlas/athena!33934
-
Edward Moyse authored
tauRecTools: skip TauEleOLRDecorator in AnalysisBase See merge request atlas/athena!33928
-
Edward Moyse authored
SiCombinatorialTrackFinderTool_xk: Clean up conditions dependencies. See merge request atlas/athena!33988
-
Edward Moyse authored
TrkParticleCreator: Use summary rather than createSummary. See merge request atlas/athena!33993
-
Edward Moyse authored
SiSPSeededTrackFinder: Clean up conditions dependencies. See merge request atlas/athena!33987
-
Edward Moyse authored
SCT_ConditionsAlgorithms: Fix broken conditions dependencies in tests. See merge request atlas/athena!33982
-
Edward Moyse authored
PixelConditionsAlgorithms: Clean up conditions dependencies. See merge request atlas/athena!33986
-
Edward Moyse authored
SGTools: Fix cppcheck warning. See merge request atlas/athena!33978
-
Edward Moyse authored
MagFieldServices: Clean up conditions dependency. See merge request atlas/athena!33989
-
Edward Moyse authored
CxxUtils: Suppress cppcheck warning. See merge request atlas/athena!33981
-
Edward Moyse authored
InDetTrackHoleSearch: cmake fixes See merge request atlas/athena!33994
-
Edward Moyse authored
StoreGate: Fix cppcheck warnings. See merge request atlas/athena!33980
-
Edward Moyse authored
AthenaPoolCnvSvc: cppcheck fixes See merge request atlas/athena!33979
-
Edward Moyse authored
SGComps: Fix cppcheck warnings. See merge request atlas/athena!33977
-
Edward Moyse authored
PyUtils: Fix use of deprecated pyroot syntax. See merge request atlas/athena!33976
-
Edward Moyse authored
IOVSvc: Fix refcounting bug in createCondObj See merge request atlas/athena!33975
-
Edward Moyse authored
Acts mat map See merge request atlas/athena!33280
-
Edward Moyse authored
Improvements for re-reco from ESD See merge request atlas/athena!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.
-
scott snyder authored
- Parameter name ordering mismatch. - Use preincrement rather than postincrement.
-
scott snyder authored
Should now use [], not (), to supply template parameters.
-