- Oct 11, 2018
-
-
Frank Winklmeier authored
Clean up HltEventLoopMgr See merge request atlas/athena!14910
-
Frank Winklmeier authored
Use DataHandles for EvenInfo update See merge request atlas/athena!14902
-
Frank Winklmeier authored
Move a timer of data preparation at MuFastSteering, ATR-16944 See merge request atlas/athena!14913
-
Frank Winklmeier authored
Bits maker See merge request atlas/athena!14853
-
Frank Winklmeier authored
Replace std::set<IdentifierHash> by std::vector<bool> in SCT_RodDecotder (ATLASRECTS-4579) See merge request atlas/athena!14914
-
Frank Winklmeier authored
Fix bug introduced in https://gitlab.cern.ch/atlas/athena/merge_requests/14874 See merge request atlas/athena!14908
-
Frank Winklmeier authored
First step towards removing the offline-id accessors of LArElecCalib-classes See merge request atlas/athena!14834
-
Frank Winklmeier authored
exclude TrackD3PDMaker and CaloD3PDMaker from compilation in athena See merge request atlas/athena!14901
-
Frank Winklmeier authored
Disable HI_v3 menu build Closes ATR-18879 See merge request atlas/athena!14904
-
Frank Winklmeier authored
renaming egamma menu to electron See merge request atlas/athena!14897
-
Frank Winklmeier authored
SCT_ConditionsAlgorithms: Fix clang warnings. See merge request atlas/athena!14893
-
Frank Winklmeier authored
TrkGaussianSumFilter: Fix more clang warnings. See merge request atlas/athena!14890
-
Frank Winklmeier authored
StoreGate: Remove locking from SGImplSvc::createObj. See merge request atlas/athena!14885
-
Susumu Oda authored
-
Christos Anastopoulos authored
-
- Oct 10, 2018
-
-
Rafal Bielski authored
* fix simple compilation error introduced with the previous commit * change messages printed in finalize * use fold expressions (C++17) to simplify many nearly identical calls releasing service/tool handles
-
Christos Anastopoulos authored
-
Christos Anastopoulos authored
-
Rafal Bielski authored
Improve the implementation and clean up the code without changing the functionality. The changes include: * remove all use of xAOD::EventInfo as it was decided that the old EventInfo class will be used in Run 3 after reducing it to a simple structure * use ReadHandle and WriteHandle for retrieve/record operations with StoreGate * use const-retrieve of EventContext in TrigEventSelectorByteStream, TrigByteStreamInputSvc and TrigByteStreamCnvSvc * make messages more consistent - all errors and warnings start with function name, all lower-level messages don't * remove obsolete functions and some commented-out code * improve comments explaining more what's happening in the code, remove comments with questions * introduce the HLT_EVTLOOP_CHECK macro to simplify error handling in the loop * other small style improvements and refactoring code to make it easier to understand
-
Frank Winklmeier authored
Fix Tile MC+MC Overlay (ATLASSIM-3858) See merge request atlas/athena!14892
-
Frank Winklmeier authored
SGTools: Ensure setConst properly calls lock() for DataObject classes. See merge request atlas/athena!14883
-
Frank Winklmeier authored
Add standalone muon flag for muon creator tool See merge request atlas/athena!14889
-
Frank Winklmeier authored
Fix for ATLASRECTS-4435 Closes ATLASRECTS-4435 See merge request atlas/athena!14891
-
Javier Montejo authored
-
Siarhei Harkusha authored
-
Walter Lampl authored
-
Frank Winklmeier authored
Reorganising the CaloClusterMatching tools and alg to use DataHandles See merge request atlas/athena!14866
-
Frank Winklmeier authored
Move MuonTCLinks algorithm to muon configuration Closes ATLASRECTS-3095 See merge request atlas/athena!14872
-
Frank Winklmeier authored
ATLASRECTS-4617 : Remove the rest of the mutable in Extrapolator, via internal Cache struct See merge request atlas/athena!14874
-
Frank Winklmeier authored
DataModelRunTests: Fixes for new plugin loader. See merge request atlas/athena!14888
-
Frank Winklmeier authored
TileEvent+TileByteStream: Fix typos in TileDigitsCollection method names. See merge request atlas/athena!14886
-
Frank Winklmeier authored
HLT menu: removed duplicated musteer in the muon sequence See merge request atlas/athena!14862
-
safarzad authored
-
Scott Snyder authored
clang warnigns: Unused variables.
-
Will Leight authored
There's no reason for this test to create a muon calibration ntuple.
-
Siarhei Harkusha authored
In Overlay jobs Tile online CIS calibration constants are used to get ratio of high gain to low gain. These constants were not available in MC+MC Overlay jobs. Now all Tile online calibration constants are configured and available by default.
-
Savanna Shaw authored
Add a flag so that tools not needed for creating standalone muons can be disabled. Also disable some undeeded tools for the trigger.
-
Scott Snyder authored
clang warnings: missing override keywords.
-
scott snyder authored
The V2 Gaudi plugin loader is fragile in that it can sometimes mysteriously fail if dynamic libraries have been loaded during the python part of initialization. We were doing this to pick up the dictionaries we needed. Restructure this as an algorithm in order to defer the dictionary loading to initialize().
-
Scott Snyder authored
setFraghipCRCWords -> setFragChipCRCWords, etc.
-