- Feb 19, 2025
-
-
Update startAtOriginalPerigee tracking flags to true (ATLASRECTS-8132)
-
- Jan 21, 2025
-
-
Apply 1 suggestion(s) to 1 file(s) Co-authored-by:
Johannes Junggeburth <johannes.josef.junggeburth@cern.ch>
-
- Jan 09, 2025
-
-
Fix typo in tracking startAtOriginalPerigee flag name
-
- Dec 17, 2024
-
-
TrkDetDescrSvc: Fix out-of-bounds vector write. reserve/resize confusion. Fixes crash with -D_GLIBCXX_ASSERTIONS.
-
- Dec 16, 2024
-
-
TrkVertexSeedFinderUtils: Fix out-of-bounds vector access. In these lines ``` std::vector< std::pair< int, int> > idxprevious = (*idxs)[splt-1] ; offset = idxprevious[sz].second ; ``` we seem to want to refer to the last element in idxprevious. But sz is the size of (*idxs)[split], so this can result in an out-of-bounds access. Changed to use back(). Also get rid of some needless vector copies. Fixes crash when compiling with -D_GLIBCXX_ASSERTIONS.
-
- Dec 05, 2024
-
-
Add protection against bad perigee in GlobalChi2Fitter (ATLASRECTS-8078)
-
- Dec 02, 2024
-
-
Replace all the RegSelTool interface calls for the ID Trigger clients The RegSelTool interface is being changed as discussed in !76173. This request replaces all the ID Trigger related RegSelTool calls. The details for all the calls have been checked and the output is identical both for simple Rois and composite Rois. The RawDataProviders however, have NOT been checked since they so not run when running only over RDO, but code itself for these calls is identical for that code for the clustring which has been validated. This completes the the ID Trigger part of ATR-30360
-
- Nov 21, 2024
-
-
Allow Material Map configuration for Run<4 See merge request atlas/athena!72431
-
replace flags.TrackOverlay with flags.TrackOverlay.ActiveConfig See merge request !69611
-
Update for Run4 setup See merge request atlas/athena!68601
-
- Nov 11, 2024
-
-
Introduced Tracking.TRTStandalone.startArOriginalPerigee flag
-
- Oct 25, 2024
-
-
Add printPrimaryConfig for tracking config
-
- Oct 20, 2024
-
-
Jeff Dandoy authored
-
- Oct 17, 2024
-
-
Apply 1 suggestion(s) to 1 file(s) Co-authored-by:
Thomas Strebler <thomas.strebler@cern.ch>
-
- Sep 24, 2024
-
-
Downgrading WARNING to DEBUG in ImpactPoint3dEstimator, Adaptive(Multi)VertexFitter ATLASRECTS-7525 The tools ImpactPoint3dEstimator and Adaptive(Multi)VertexFitter have been producing long-standing and long-ignored WARNING messages in the reconstruction, which (along with many others) are obfuscating the log files such we can't use WARNING messages for their intended purpose. This seems to be a particular issue when the tools are used in the tau domain. There hasn't been much response on the JIRA so now I make the MR directly in the hope of provoking a response. Since there isn't much activity on this, I don't think this can be a very serious warning, in which case downgrading to DEBUG would be reasonable.
-
- Sep 17, 2024
-
-
Always call context explicitly in TrackSummaryTool methods
-
- Sep 11, 2024
-
-
Pass context to LorentzAngleTool
-
- Sep 09, 2024
-
-
InnderDetector: Pass EventContext down Passing event context to avoid calling currentContext function. An Abstract interface IRIO_OnTrackCreator.h should be changed to pass the event context, which resulted in change of many header files. (It was observed that currentContext was frequently called by getCondData which was frequently called by getLorentzShift and getTanLorentzAngle. Hence the original aim is to pass EventContext to getCondData.)
-
- Sep 03, 2024
-
-
clean impact settings from duplicate / dead flags
-
- Aug 30, 2024
-
-
Addressing more MR comments: raise RunTimeError for bad flags, actually initialize all counters in .h
-
- Aug 22, 2024
-
-
Separate basic track selections in track scoring tool
-
- Aug 21, 2024
-
-
Record the vertices sorted by the original sumpt for validation [ATR-29435]
-
- Aug 16, 2024
-
-
Add protection against pathological fits in GlobalChi2Fitter.cxx
-
- Aug 13, 2024
-
-
Tighten z safety check for pathological tracks (ATLASRECTS-8078)
-
- Aug 09, 2024
-
-
Return intended value in JetRestrictedSumPtVertexWeightCalculator [ATR-29435]
-
- Aug 07, 2024
-
-
Merge branch 'PhysVal_moveto_TH1D' into 'main' use TH1D in PhysVal See merge request atlas/athena!73103 (cherry picked from commit e434eed5) a716b294 use TH2D in PhysVal
-
- Jul 16, 2024
-
-
Use sumpt2 for jet-weighted vertex sorting
-
- Jul 15, 2024
-
-
TrkiPatFitter: Suppress warnings
-
- Jul 01, 2024
-
-
update tags for NSW cluster uncertainties in data
-
- Jun 24, 2024
-
-
Reduce verbosity in Tracking tools and algorithms
-
- Jun 14, 2024
-
-
Apply 1 suggestion(s) to 1 file(s) Co-authored-by:
Tim Adye <tim.adye@cern.ch>
-
- Jun 07, 2024
-
-
Use tracks in jets only for sumpt2-driven vertex sorting: ATR-29435
-
- Jun 05, 2024
-
-
Clean up legacy TrkExTools configs
-
- Jun 04, 2024
-
-
TrackParticleCreatorTool: Reduce verbosity
-
Add FPE protection Additional protection against occasional FPE in error calculation
-
Clean up legacy DistributedKF config
-
Remove obsolete old style config for ATLASExtrapolationEngine
-
reduce a bit the ipatFitter verbosity
-
- Jun 03, 2024
-
-
GaussianSumFitter. Rm the fitter messages. tidy a bit the ones from Algs
-
Try to simplify and reduce the init out put from TrackSummaryTool
-