- Jan 14, 2019
-
-
Frank Winklmeier authored
TrigGenericMonitoringTool: copy defineHistogram from AthenaMonitoring See merge request atlas/athena!20311
-
- Jan 11, 2019
-
-
Vakhtang Tsulaia authored
22.0-refactor-IOVDbSvc-2 See merge request atlas/athena!20044
-
-
Vakhtang Tsulaia authored
GenericMonitoringTool: set correct default value for HistPath See merge request atlas/athena!20292
-
Vakhtang Tsulaia authored
xAODBTaggingEfficiency: Copy TruthTagResults.h from 21.2. See merge request atlas/athena!20308
-
Vakhtang Tsulaia authored
TileEvent: Fix gcc9 warnings. See merge request atlas/athena!20309
-
Vakhtang Tsulaia authored
TrigTruthEventTPCnv: Fix gcc9 warnings. See merge request atlas/athena!20310
-
Frank Winklmeier authored
TrigGenericMonitoringTool is deprecated and is only kept in master as long as we need to keep running the Run-2 trigger. As such it is better that it contains its own copy of `defineHistogram`. That way we can freely modify the new version in AthenaMonitoring and don't have to worry about backwards compatibility.
-
Scott Snyder authored
In C++11, implicit declarations of copy and assignment are deprecated if the class has a user defined destructor or copy or assignment. gcc9 now warns about this by default. Adjust to avoid the warning.
-
scott snyder authored
In C++11, implicit declarations of copy and assignment are deprecated if the class has a user defined destructor or copy or assignment. gcc9 now warns about this by default. Adjust to avoid the warning.
-
scott snyder authored
Needed for building some analysis code against master.
-
Adam Edward Barton authored
Prevent MS track particles from being added to MuGirl muons See merge request atlas/athena!20283
-
Adam Edward Barton authored
Merge branch 'Trigger-ART-FTK' into '21.3' See merge request atlas/athena!20247
-
Adam Edward Barton authored
Use chain dicts to configure calo hypo tool See merge request atlas/athena!20171
-
-
Adam Edward Barton authored
Indet sync 21.0 trig mc to master See merge request atlas/athena!20091
-
- Jan 10, 2019
-
-
Frank Winklmeier authored
The default value for the `HistPath` property was by mistake changed in commit 4a2edffa and broke the automatic booking of histograms under the tool's parent's name. Revert the default value back to an empty string and improve documentation. Also some general cleanup of the code: - remove irrelevant `virtual` - remove declaration of `InterfaceID` - remove import of `std` namespace as `std::` was used in most places - spell and grammar check
-
Adam Edward Barton authored
Remove references to (now unused) TileBeamInfoProvider from most JO files. See merge request atlas/athena!20271
-
Adam Edward Barton authored
Add printout of AthenaMT for debugging of ATLASRECTS-4688 See merge request atlas/athena!20274
-
-
Adam Edward Barton authored
ATR-19246 TriggerMT Decision Encoding in ESD Update II See merge request atlas/athena!20260
-
Adam Edward Barton authored
StoreGate: Remove non-const deref operations from DataHandle. See merge request atlas/athena!20267
-
Adam Edward Barton authored
TrigMultiVarHypo: cmake fix See merge request atlas/athena!20269
-
Adam Edward Barton authored
Migration of condition db interface of TrigT1TGC See merge request atlas/athena!20186
-
Adam Edward Barton authored
add --ros2rob command line option to athenaHLT See merge request atlas/athena!20232
-
Adam Edward Barton authored
Define (in)equality operations for Configurable See merge request atlas/athena!20237
-
-
Adam Edward Barton authored
Put Tile masked drawers into TileBadChannels See merge request atlas/athena!20230
-
-
Adam Edward Barton authored
Emulation test updated to include first event rejecting all filters See merge request atlas/athena!20234
-
-
Adam Edward Barton authored
Cleanup preprocessor See merge request atlas/athena!20225
-
Adam Edward Barton authored
Fix ATLASRECTS-4700 and ATLASRECTS-4711 Closes ATLASRECTS-4700 and ATLASRECTS-4711 See merge request atlas/athena!20240
-
Adam Edward Barton authored
TileRecUtils: Add a few missing const qualifiers. See merge request atlas/athena!20272
-
Will Leight authored
In cases where MuGirl muons are also reconstructed by STACO, they can have an MS track particle, the one used by STACO, associated to them. Given that this MS track was not used in reconstructing the muon, this can be misleading: this fix ensures that MuGirl muons never have an associated MS track. Since the MCP tools use the ME track, this change should be transparent for the vast majority of analyzers. The MS-only extrapolated track, only used by experts for debugging, is retained.
-
Adam Edward Barton authored
Add check for misconfigurations of cachecreators See merge request atlas/athena!20227
-
Adam Edward Barton authored
athenaHLT: Fix creation of worker directories and MessageSvc format See merge request atlas/athena!20257
-
Adam Edward Barton authored
TrigT1TGC: Fix gcc9 warnings. See merge request atlas/athena!20244
-
Adam Edward Barton authored
DecisionHandling: Fix test miscompare with clang. See merge request atlas/athena!20243
-
Adam Edward Barton authored
FastCaloSim: Making FastShowerCellBuilderTool const. See merge request atlas/athena!20242
-