- Aug 01, 2019
-
-
Improvements to DQ monitoring filters See merge request atlas/athena!23496
-
Walter Lampl authored
Add new tool developed by Jason Saunders (ANL SULI) to change compression settings. See merge request atlas/athena!25099
-
-
- Jul 31, 2019
-
-
Walter Lampl authored
Patch for running Digi_tf.py with --multithreaded and --multiprocess options See merge request atlas/athena!25260
-
Walter Lampl authored
DataQualityTools: Fix configuration. See merge request atlas/athena!25247
-
Walter Lampl authored
Code cleanup in TGCcablingServerSvc See merge request atlas/athena!25243
-
Walter Lampl authored
TrkVKalVrtFitter: Working to make IVertexFitter const. See merge request atlas/athena!25208
-
In order to clean up ToolHandle constness problems, we should make the methods of IVertexFitter const. One of the implementations of IVertexFitter is TrkVKalVertexFitter. This is currently problematic becase it keeps state in member variables. We'll attack this by moving this information into a separate State class, which clients should then pass to the methods of TrkVKalVertexFitter. (This is actually not so much an issue for the interfaces in IVertexFitter as for the many other interfaces implemented by TrkVKalVertexFitter.) This will also require some changes to clients. We'll do this in several steps, in order to avoid having to review one huge change. In this first step, interfaces of TrkVKalVertexFitter are extended to take a state argument, which for the moment is optional.
-
Walter Lampl authored
EMTrackMatchBuilder: Pass full collection rather than individual objects See merge request atlas/athena!25238
-
Walter Lampl authored
TrigDecisionTool: Remove use of UNUSED macro. See merge request atlas/athena!25251
-
Walter Lampl authored
DataModelTestDataCommon, DataModelRunTests: Fix test failure in master. See merge request atlas/athena!25245
-
Add an algorithm to record a dummy xAOD::TrigDecision object. To be used to avoid warnings from the BS output conversion.
-
Walter Lampl authored
TrigBphysHypo: Python cleanup See merge request atlas/athena!25235
-
Make python code flake8 compliant and simplify the configuration of the monitoring. Add flake8 unit test.
-
Walter Lampl authored
Add ComponentAccumulator-based configuration for PixelOverlay See merge request atlas/athena!25233
-
Walter Lampl authored
Unified naming of HLT JSON files See merge request atlas/athena!25218
-
-
Walter Lampl authored
Next steps for LAr Reco with new Config See merge request atlas/athena!25216
-
Walter Lampl authored
-
Walter Lampl authored
Reverted the migration of EventFormatMetaDataTool to use GenericMetadataTool See merge request atlas/athena!25205
-
Walter Lampl authored
MT Migration of Muon Condition Summary Services See merge request atlas/athena!24880
-
Walter Lampl authored
ByteStreamTest: Update test reference file. See merge request atlas/athena!25253
-
Walter Lampl authored
TrigCombinedEvent: Use [[maybe_unused]] instead of UNUSED macro. See merge request atlas/athena!25252
-
Walter Lampl authored
HIJetRec: const workaround. See merge request atlas/athena!25250
-
Walter Lampl authored
One unswept change from MR 795 See merge request atlas/athena!25226
-
Walter Lampl authored
Split ByteStreamConfig into a generic part and a trigger-specific part See merge request atlas/athena!25224
-
Walter Lampl authored
TrigMissingETHypo: Make python code flake8 compliant See merge request atlas/athena!25221
-
Walter Lampl authored
EMTrackExtrapolation tools : return failure when no intersection is found See merge request atlas/athena!25241
-
Walter Lampl authored
Dropped redundant dependency on TagInfo from CscROD_Decoder See merge request atlas/athena!25244
-
Walter Lampl authored
Dropped redundant dependency of AmdcsimrecAthenaSvc on TagInfo See merge request atlas/athena!25239
-
Walter Lampl authored
Dropped redundant dependency on TagInfo from AGDD2GeoSvc See merge request atlas/athena!25242
-
Walter Lampl authored
TrigMuonHypoMT: Fix histogram paths and python cleanup See merge request atlas/athena!25214
-
- Use a common sub-directory for all histograms produced by the same HypoTool class. - Set the name of the private monitoring tool to "MonTool" as we do not need unique names for private tools.
-
Walter Lampl authored
Configuration change to fix Data overlay input simulation jobs after !24438 See merge request atlas/athena!25231
-
Walter Lampl authored
TrigEgammaHypo: Make code flake8 compliant See merge request atlas/athena!25228
-
Walter Lampl authored
TrigBjetHypo: Make python code flake8 compliant See merge request atlas/athena!25229
-
Walter Lampl authored
Forward port ATLASG-1450 to master (supersedes !25206) See merge request atlas/athena!25220
-
Backport ATLASG-1450 fix to 21.0 See merge request atlas/athena!25182
-
John Chapman authored
Running Digi_tf.py leads to currentSubstep=None in athenaExecutor._prepAthenaCommandLine There was already a workaround for this for two cases, now added protections for the checks for --threads and --nprocs.
-
scott snyder authored
Fix failure in master.
-