- Oct 26, 2020
-
-
Frank Winklmeier authored
GSF . clang-tidy checks. Including possible use after move bugfix See merge request atlas/athena!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 atlas/athena!37324
-
-
Frank Winklmeier authored
Master run3 tmdb container See merge request atlas/athena!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 atlas/athena!37579
-
Christos Anastopoulos authored
-
- 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
-
Frank Winklmeier authored
eflowRec+TrackToCalo: Configuration fix. See merge request atlas/athena!37576
-
Frank Winklmeier authored
protect AsgMessagingForward in AthenaMT See merge request atlas/athena!37581
-
- Oct 24, 2020
-
-
Frank Winklmeier authored
InDetByteStreamErrorsAthenaPool: fix for dictionary error (ATEAM-663) Closes ATEAM-663 See merge request atlas/athena!37587
-
Frank Winklmeier authored
Previous commit removed the installation of the public headers. Fix this by adding a library that exports those headers. Fixes ATEAM-663.
-
Pavol Strizenec authored
-
Margherita Spalla authored
-
Margherita Spalla authored
-
Frank Winklmeier authored
Remove unused import of H1 calibration See merge request atlas/athena!37556
-
Walter Lampl authored
ISF_FastCaloSimServices+TileByteStream+TrigOutputHandling+TrigT1TGC+TrigIDUtils: Remove reference to StoreGate.h. See merge request atlas/athena!37577
-
Walter Lampl authored
Reference logs update after MR !37493 (EventSelector.SkipEventRanges) See merge request atlas/athena!37569
-
Walter Lampl authored
Removed dead code for properties unification See merge request atlas/athena!37553
-
Walter Lampl authored
Add eFEX to phase-1 simulation test See merge request atlas/athena!37536
-
-
Nils Krumnack authored
In MT the MsgStream object is thread-local. So instead of retrieving the MsgStream& object once, this will retrieve it on every use.
-