- May 14, 2019
-
-
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
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
-
-
scott snyder authored
Fix some erroneous cut/pasting in comments.
-
Vakhtang Tsulaia authored
Fix const correctness issue of SiCombinatorialTrackFinderTool_xk See merge request atlas/athena!23353
-
-
Vakhtang Tsulaia authored
Add const to methods of IAmbiTrackSelectionTool and tools inherit it See merge request atlas/athena!23366
-
-
Vakhtang Tsulaia authored
Reduce the number of events and the number of threads of TestSCTDecode. See merge request atlas/athena!23367
-
Reduce the number of events from 10 to 6 and the number of threads from 5 to 3 to avoid timeout of TestSCTDecode.
-
Vakhtang Tsulaia authored
TileByteStream: Clean up TileHid2RESrcID See merge request atlas/athena!23352
-
Vakhtang Tsulaia authored
Migrate TRT Calibration See merge request atlas/athena!23362
-
Vakhtang Tsulaia authored
Remove std::cout calls See merge request atlas/athena!23345
-
Walter Lampl authored
Fix LArFEBConfigCondAlgCfg See merge request atlas/athena!23294
-