- May 14, 2019
-
-
Apologies for blending three fixes into a single MR, but each involve small changes to a single file: 1. CSC and NSW hits are only written out now if the corresponding detectors are actually used 2. The MuonCombinedInDetExtensionAlg was using obsolete names for the NSW PRD containers 3. The sorting of calo and MS hits in the SortTSOSs method was exactly backwards.
-
Vakhtang Tsulaia authored
TrigCaloRec: Avoid EventContext TLS lookups. See merge request atlas/athena!23389
-
Vakhtang Tsulaia authored
Fix thinning of HLTResult (ATR-18627) See merge request atlas/athena!23373
-
Vakhtang Tsulaia authored
Make methods of SiSpacePointsSeedMaker_ITK const by defining EventData to hold event dependent data. See merge request atlas/athena!23351
-
Make methods of SiSpacePointsSeedMaker_ITK const by defining EventData to hold event dependent data.
-
Vakhtang Tsulaia authored
Make methods of SiSpacePointsSeedMaker_LowMomentum const by defining EventData to hold event dependent data. See merge request atlas/athena!23349
-
Make methods of SiSpacePointsSeedMaker_LowMomentum const by defining EventData to hold event dependent data.
-
Vakhtang Tsulaia authored
Add new empty menu test running on data See merge request atlas/athena!23371
-
Vakhtang Tsulaia authored
TrackToCalo+MuonCombinedBaseTools: Migrate from CaloNoiseTool to CaloNoise conditions object. See merge request atlas/athena!23358
-
Migrate CaloCellCollector from CaloNoiseTool to CaloNoise conditions object. Remove a bad const_cast in passing.
-
Vakhtang Tsulaia authored
AthenaKernel: A couple comment fixes. See merge request atlas/athena!23382
-
Vakhtang Tsulaia authored
InDetZVTOPVxFinder: const fixes See merge request atlas/athena!23383
-
Vakhtang Tsulaia authored
TrigMuonMatching: Declare most TrigMuonMatching methods as const. See merge request atlas/athena!23384
-
Vakhtang Tsulaia authored
DerivationFrameworkMuons: Make methods of MuonTPExtrapolationTool const. See merge request atlas/athena!23386
-
Vakhtang Tsulaia authored
TrkTrackCollectionMerger: ToolHandle constness fix. See merge request atlas/athena!23387
-
Vakhtang Tsulaia authored
TrigT2CaloEgamma: Avoid EventContext TLS lookups. See merge request atlas/athena!23390
-
Vakhtang Tsulaia authored
Use DeclareInterfaceID and extends for (I)SeedToTrackConversionTool See merge request atlas/athena!23396
-
-
Vakhtang Tsulaia authored
Use DeclareInterfaceID and extends for (I)SiDetElementsRoadMaker(_xk) See merge request atlas/athena!23397
-
-
Vakhtang Tsulaia authored
Use DeclareInterfaceID and extends for (I)SiCombinatorialTrackFinder(_xk) See merge request atlas/athena!23398
-
-
Vakhtang Tsulaia authored
Use DeclareInterfaceID and extends for (I)SiTrackMaker(_xk) See merge request atlas/athena!23399
-
-
Vakhtang Tsulaia authored
Use DeclareInterfaceID and extends for (I)SiZvertexMaker(_xk) See merge request atlas/athena!23400
-
-
Vakhtang Tsulaia authored
Code cleanup of SiClusterizationTool package See merge request atlas/athena!23401
-
-
- May 13, 2019
-
-
scott snyder authored
Don't fetch EventContext from thread-local storage if we already have it as an argument.
-
scott snyder authored
Don't fetch EventContext from thread-local storage if we already have it as an argument.
-
scott snyder authored
Make mergeTrack() non-const, to avoid calling a non-const method through a const ToolHandle.
-
scott snyder authored
Make most methods of MuonTPExtrapolationTool const. Needed to fix non-const calls through const ToolHandles.
-
scott snyder authored
Declare most methods of TrigMuonMatching as const. Needed to fix non-const method calls through a const ToolHandle in DerivationFrameworkMuons. The matchDimuon methods are still non-const, as they manipulate an internal cache.
-
scott snyder authored
Add a bunch of const qualifiers to methods. Needed to fix non-const calls through const ToolHandles. (Still have issues with calls to IVertexFitter::fit.)
-
Vakhtang Tsulaia authored
Add ATLAS_CHECK_THREAD_SAFETY to InDetTrackScoringTools package See merge request atlas/athena!23365
-
-
Vakhtang Tsulaia authored
Add ATLAS_CHECK_THREAD_SAFETY to SiZvertexTool_xk See merge request atlas/athena!23356
-
-
Vakhtang Tsulaia authored
Code cleanup of TrkAmbiguitySolver See merge request atlas/athena!23364
-
-