- Dec 23, 2020
-
-
Walter Lampl authored
Update AnaAlgorithm.h: remove obsolete comment See merge request atlas/athena!39395
-
Walter Lampl authored
TrigAnalysisExamples: Fix gcc11 warnings. See merge request atlas/athena!39388
-
Walter Lampl authored
TrkVertexFitters: Fix use of uninitialized variable. See merge request atlas/athena!39387
-
Walter Lampl authored
Hepmc3 nightly fixes 22122020 part 1 See merge request atlas/athena!39377
-
-
Walter Lampl authored
CaloG4Sim: Enable thread-safety checking. See merge request atlas/athena!39386
-
Walter Lampl authored
update skel.GENtoTXT.py to be in agreements with skeleton in rel. 21.6 See merge request atlas/athena!39361
-
update gen_tf.py and skel.GENtoEVGEN.py to include the most recent modifications introduced for rel. 21.6
-
Walter Lampl authored
H7 art tests See merge request atlas/athena!39312
-
-
Walter Lampl authored
RootStorageSvc+RootAuxDynIO: Fix memory leaks. See merge request atlas/athena!39384
-
The IRootAuxDynReader objects were never deleted. Change to hold them via unique_ptr.
-
Walter Lampl authored
MuonEventAthenaPool: Fix memory leak. See merge request atlas/athena!39382
-
Walter Lampl authored
Jet hypo - support multiple FastReducer instances. See merge request atlas/athena!39379
-
Walter Lampl authored
Better memory handling in PseudoJetContainer See merge request atlas/athena!39374
-
Walter Lampl authored
Ntuple for validation in the seed making stage See merge request atlas/athena!37387
-
Moved from writing ntuple per event to per seed, for seeds seen by the SiSPSeededTrackFinder algorithm.
-
Dan Guest authored
-
Walter Lampl authored
Some cleanup in muon packages See merge request atlas/athena!39364
-
-
Walter Lampl authored
Sweep previously ignored patch to 21.6 into master See merge request atlas/athena!39389
-
Walter Lampl authored
MuonTruthAlgs: Fix memory leaks. See merge request atlas/athena!39385
-
In MuonTruthDecorationAlg, firstPos and secondPos were not deleted on all possible code paths. Change them to use automatic allocation instead.
-
Walter Lampl authored
MuonCombinedTrackFindingTools: Fix memory leak. See merge request atlas/athena!39383
-
Walter Lampl authored
Patch to ESDtoDPD configuration for IDTIDE See merge request atlas/athena!39378
-
- Dec 22, 2020
-
-
Frank Berghaus authored
In the EVNT -> EVNT workflows where the run number needs adjusting, the MC channel number requires the same correction. This will later propogte into EventInfo clients such as xAOD::EventInfo, EventStreamInfo, and FileMetaData.
-
scott snyder authored
Avoid spurious copies in for loops.
-
scott snyder authored
Don't pass an uninitialized vector; pass a zeroed vector instead.
-
scott snyder authored
Enable thread-safety checking. Clean up resulting warnings.
-
scott snyder authored
Object returned from TrackSelectionProcessorTool::process() was being leaked.
-
scott snyder authored
In MdtCsmCnv_p1::persToTrans, we initialize the transient object via assigment. But it is a DataVector, so the assignment will leave it as a view container, meaning that its contents will be leaked. Need to convert it back to an owning container before populating it.
-
Walter Lampl authored
StoreGateBindings: Protect against missing hasStore(). See merge request atlas/athena!39371
-
Walter Lampl authored
ActsGeometry: Fix clang warnings. See merge request atlas/athena!39369
-
Walter Lampl authored
TrkPatternParameters: Protect against passing null surface pointers. See merge request atlas/athena!39368
-
Walter Lampl authored
TrigHLTJetHypo: Fix debug logging. See merge request atlas/athena!39367
-
Walter Lampl authored
MuonTrackSteeringTools: Another attempt to fix dangling Surface references. See merge request atlas/athena!39366
-
Walter Lampl authored
Update offline pattern rec. tracking for IDTrig See merge request atlas/athena!39357
-
Walter Lampl authored
SGTools: Fix dummy proxy leak. See merge request atlas/athena!39348
-
When we remove a proxy, be sure to decrement the reference count even if it's not in m_storeMap. A dummy proxy won't have been entered there, but it will still have gotten a reference count.
-
Walter Lampl authored
Finally fix the tau and electron analyses See merge request atlas/athena!39346
-