- May 14, 2020
-
-
Frank Winklmeier authored
Remove unnecessary includes and use std::uint32_t instead of boost::uint32_t in SCT_ConditionsAlgorithms See merge request atlas/athena!32847
-
Frank Winklmeier authored
GeneratorObjectsTPCnv+AthenaPoolTest+InDetEventCnvTools: cmake fixes See merge request atlas/athena!32871
-
Frank Winklmeier authored
GSF : Documentation improvements Part 1 See merge request atlas/athena!32861
-
Frank Winklmeier authored
Fixes in TriggerTest job options related to xAOD::EventInfo decorations Closes ATR-21382 See merge request atlas/athena!32872
-
Frank Winklmeier authored
Passing the ALine corrections to the MM/STGC Readout Elements See merge request atlas/athena!32735
-
add new function in MM/STC ReadoutElements where the Aline corrections are used to the delta transform. This new function is called in the MuonAGDDToolHelper.cxx
-
Frank Winklmeier authored
Clean up ByteStreamMetadata See merge request atlas/athena!31899
-
Three things are combined into this commit: style, adoption of recent C++ components, and some code de-duplication. The style updates unfortunately makes this look like a full rewrite. Indentation was set to use two spaces. The range based for loop was adopted where suitable. Dynamically allocated memory was migrated to be managed using unique_ptr were possible. The clearing of existing content in the Storegate was abstrcted into a function.
-
Frank Winklmeier authored
Improve dir structure and monitor L1 jets chains See merge request atlas/athena!32806
-
-
Frank Winklmeier authored
Check validity of the RegSelCondAlg lookup table conditions data before executing See merge request atlas/athena!32873
-
Frank Winklmeier authored
Improve Doxygen documentation of SCT_ConditionsData (ATLASRECTS-5238) See merge request atlas/athena!32837
-
-
Frank Winklmeier authored
Add and modify egamma triggers for ATR-21242, attempt2 See merge request atlas/athena!32780
-
-
Frank Winklmeier authored
Trying to fix cmake dependencies See merge request atlas/athena!32807
-
-
Frank Winklmeier authored
22.0-unit_tests-InDetPhysValMonitoring See merge request atlas/athena!32840
-
-
Frank Winklmeier authored
JetGroomer as IJetProvider See merge request atlas/athena!31580
-
-
Frank Winklmeier authored
All view data loaded explicitly (v2) See merge request atlas/athena!32601
-
https://gitlab.cern.ch/atlas/athena
This reverts commit fabecdba85c3e2d0af3c9975280e6c35a7345283, reversing changes made to 21adaed384d8892b49f40890eba46acc85329645.
-
Frank Winklmeier authored
TrigT1ResultByteStream: Fix tool name. See merge request atlas/athena!32869
-
Frank Winklmeier authored
Bugfix in LumiBlockMuWriter_jobOptions.py See merge request atlas/athena!32865
-
Frank Winklmeier authored
Remove Boost from SCT_Digitization pacakge See merge request atlas/athena!32843
-
Frank Winklmeier authored
MMClusterization: Fix clang warnings. See merge request atlas/athena!32868
-
Frank Winklmeier authored
DQDefects: Python 3 fix See merge request atlas/athena!32867
-
Frank Winklmeier authored
Remove Boost from SCT_Monitoring package See merge request atlas/athena!32841
-
Frank Winklmeier authored
Remove Boost from SCT_GeoModel package See merge request atlas/athena!32842
-
Frank Winklmeier authored
Remove Boost from SCT_CalibAlg package See merge request atlas/athena!32845
-
Remove Boost from SCT_CalibAlgs package. Use std::array instead of boost::array. Use std::to_string instead of boost::lexical_cast<std::string>.
-
sutt authored
The RegSelCondAlgs should only be called if the lookup tables they create need updating. However in serial athena, this mechanism is not implemented and so the conditions algorithms are unaccountably called for EVERY EVENT. As such, we need to check whether the lookup table has already been created before actually continuing with the execute method.
-
Frank Winklmeier authored
MuonConfig: Update reference files. See merge request atlas/athena!32832
-
Vakhtang Tsulaia authored
1. testCommonSliceAthenaTrigRDO.py. Bugfix 2. testIDAthenaTrigRDO.py. Enabled LumiBlockMuWriter algorithms Should fix ATR-21382
-
scott snyder authored
Library dependency fixes.
-
scott snyder authored
Library dependency fixes.
-
scott snyder authored
Library dependency fixes.
-
scott snyder authored
Don't put a ToolSvc. prefix on tool names in C++ --- that wil cause them not to be configured properly.
-
scott snyder authored
signed/unsigned comparisons.
-