- Oct 26, 2020
-
-
Frank Winklmeier authored
Make EventBookkeeperTools properly dual use Closes ATEAM-602 See merge request atlas/athena!37561
-
Frank Winklmeier authored
OutputStreamCfg: add ability to input MetadataItemList See merge request atlas/athena!37552
-
Frank Winklmeier authored
Fix aliasing bug in newCovarianceMatrix method See merge request !37440
-
Frank Winklmeier authored
GSF PosteriorWeightsCalculator : Reduce number of allocations See merge request atlas/athena!37590
-
Frank Winklmeier authored
Add ATH_RESTRICT to addBiotSavart inputs. See merge request !37582
-
Frank Winklmeier authored
Add new ART test for the FlowElement configuration See merge request atlas/athena!37213
-
-
Frank Winklmeier authored
support LRT in tau reconstruction (ATLTAU-1721) Closes ATLTAU-1721 See merge request !36445
-
LRT track container included in TauTrackFinder Using InDetLargeD0TrackParticles as LRT container name will make this happen
-
Frank Winklmeier authored
Adding setting of WPs for Reta, Rhad and Wstot See merge request atlas/athena!36876
-
-
Frank Winklmeier authored
Egamma: qualify auto (eg const auto, const auto *, const auto &) , and use std::exp See merge request atlas/athena!37585
-
Frank Winklmeier authored
TrkEvent/TrkGeometry: use clang-tidy llvm 10. Among other things we can check for... See merge request !37567
-
Frank Winklmeier authored
GSF . clang-tidy checks. Including possible use after move bugfix See merge request !37565
-
-
Frank Winklmeier authored
Initialise MetaDataSvc with tools See merge request atlas/athena!37551
-
Frank Winklmeier authored
InDetV0FinderTool: Make Reentrant See merge request atlas/athena!37524
-
-
Frank Winklmeier authored
ByteStreamCnvSvc+ByteStreamCnvSvcBase+TrigByteStreamCnvSvc: Enable thread-safety checking. See merge request atlas/athena!37578
-
Frank Winklmeier authored
Propagate new cell time cut on master See merge request atlas/athena!37522
-
Frank Winklmeier authored
Connect Flow Elements to Muon container See merge request atlas/athena!36273
-
Reworked the cluster matching to be cell based matching if we're not matching TopoClusters to FE Topoclusters
-
Frank Winklmeier authored
Make Muon Segment Finding Algs Reentrant See merge request atlas/athena!37444
-
Migrating the muons egment finding algorithms to be reentrant (ATR-22181). Mostly changing AthAlgorithm to AtReentrantAlgorithm, making relevent functions const in the algorithms and associated tools, and passing the event context to the data handles. (Note the event context should also be passed down through the tools to the data handles included in tools. Will do this in separate merge requests, as there is quite a labyrinth of tools to navigate and this MR is already starting to get a bit large).
-
Frank Winklmeier authored
Fixes in LArMonitoring See merge request atlas/athena!37586
-
Frank Winklmeier authored
Nightly test to detect changes of classes in Trigger EDM See merge request !37324
-
-
Frank Winklmeier authored
Master run3 tmdb container See merge request !37334
-
In RUN3 the TMDB container filling will use a single threshold for cell D5, D6 and D5+D6 and code extended for this end. RUN2 container filling is still in place and interchangeable from Athena job options for tile cabling.
-
Frank Winklmeier authored
Add usage of current to LAr HV computation See merge request atlas/athena!37513
-
-
Frank Winklmeier authored
use the materialCache consistently in Extrapolation See merge request atlas/athena!37595
-
Frank Winklmeier authored
TrigT1CaloByteStream: Make JepByteStream tools const. See merge request !37579
-
Christos Anastopoulos authored
-
Stephen Nicholas Swatman authored
The `PatternTrackParameters` class conains a method by the name of `newCovarianceMatrix` which updates the covariance matrix of the object it is called on according to the covariance matrix in a second set of parameters and a Jacobian matrix. The calculation performed is J*C*J^T. In many cases where this method is called, the object on which it is called is the same as the object given as the right hand side of the operation. This means that the covariance matrices alias, leading to possibly incorrect results. It also invites behaviour where the calculations are done using invalid covariance matrices. This commit fixes these issues by changing the signature of the method to accept a covariance matrix directly instead of a second set of track parameters. This makes it harder, albeit not impossible, to alias the covariance matrices as described earlier. It also solves the invalid covariance matrix problem described in !37151.
-
- Oct 25, 2020
-
-
Frank Winklmeier authored
Update calo muon NN and fetch binary files from calibration area See merge request atlas/athena!37437
-
-
Frank Winklmeier authored
[ATR-21373] Trigger JSON menu metadata storage and access See merge request atlas/athena!37159
-
Add L1PS set creation to new JO, move L1PS conditions from L1Decoder to TriggerConf, only for POOL output i.e. MC
-
Frank Winklmeier authored
Make ROOT TMemFile string a property to allow custom ports when running multiple instances. See merge request atlas/athena!37575
-