- Mar 22, 2020
-
-
Frank Winklmeier authored
Py3 fixes for trigval tool for histsize checking See merge request atlas/athena!31397
-
Frank Winklmeier authored
PersistentDataModel: Avoid copying AttributeList. See merge request atlas/athena!31381
-
Frank Winklmeier authored
Fix histogram creation for delayed menu availability Closes ATR-20927 See merge request atlas/athena!31314
-
This addresses ATR-20927
-
Frank Winklmeier authored
additional options in TileDCSDataPlotter.py See merge request atlas/athena!31263
-
-
Frank Winklmeier authored
TileMonitoring: Migrate Tile digi noise monitoring for Run3 See merge request atlas/athena!31299
-
New TileDigiNoiseMonitorAlgorithm has been added to monitor Tile digi noise for run 3. Functionality has been copied from TileDigiNoiseMonTool. Configuration of Tile digi noise monitoring algorithm has been added for run 3. Tile digi noise monitoring has been included in general Tile monitoring configuration for run 3. Test of Tile digi noise monitoring has been added.
-
Joerg Stelzer authored
-
- Mar 21, 2020
-
-
Frank Winklmeier authored
Py3 fix - no str + bytecode concatenation in py3 Closes ATR-21158 See merge request atlas/athena!31375
-
Frank Winklmeier authored
Removed all obsolete generators See merge request atlas/athena!31329
-
-
- Mar 20, 2020
-
-
scott snyder authored
Copying a coral::AttributeList is not thread-safe. Change AthenaAttributeList::coralList() to return a reference rather than making a copy. Mark methods of AthenaAttributeList that do make a copy as not thread-safe.
-
Frank Winklmeier authored
MuonRPC_Cabling: fix to work with BIS78 See merge request atlas/athena!31355
-
Frank Winklmeier authored
Replace MuonIdHelpers with MuonStationIndex in AthGeneration project See merge request atlas/athena!31359
-
Frank Winklmeier authored
Syntax updates for Overlay ART tests See merge request atlas/athena!31365
-
Frank Winklmeier authored
Rivet_i Fixes, master branch (2020.03.20.) Closes AGENE-1833 See merge request atlas/athena!31358
-
Frank Winklmeier authored
AthGeneration Fixes, master branch (2020.03.20.) See merge request atlas/athena!31349
-
Frank Winklmeier authored
Change monitored HLT jet chains to Physics_pp_Run3_v1 See merge request atlas/athena!31335
-
-
Frank Winklmeier authored
GeoSpecialShapes: Match externals. See merge request atlas/athena!31344
-
Joerg Stelzer authored
-
Frank Winklmeier authored
Add missing TrigCompositeUtils:: namespace to call. See merge request atlas/athena!31350
-
Frank Winklmeier authored
Support PFlow jet seeds in tauRec See merge request atlas/athena!31165
-
-
Frank Winklmeier authored
TrigT1TGC : Implemented L1 muon endcap thresholds for run -3 (ATR-19291) See merge request atlas/athena!31291
-
-
Frank Winklmeier authored
tauRecTools: remove member variables in TauPi0ScoreCalculator See merge request atlas/athena!31300
-
To calculate the BDT score, we need to provide a list of input variables. Previously, the input variables are declared as memeber variables, which make the class stateful. These member variables are now replaced with local variables. Add a new class, i.e. BDTHelper, to help calculate the BDT score. This class is similar with TRTBDT in HelperFunction. In the future, we will remove TRTBDT.
-
Frank Winklmeier authored
MuonCondAlg: const fixes See merge request atlas/athena!31199
-
Frank Winklmeier authored
CaloClusterCorrection: More NOT_THREAD_SAFE declarations. See merge request atlas/athena!31339
-
Frank Winklmeier authored
PyDumper: Support dumping std::pair xAOD types. See merge request atlas/athena!31343
-
Frank Winklmeier authored
GoodRunsLists: Python 3 / flake8 fixes See merge request atlas/athena!31341
-
Frank Winklmeier authored
Fix python 3 import for TrigCost Closes ATR-20995 See merge request atlas/athena!31337
-
Frank Winklmeier authored
Explicit and consistent usage of HepMC namespace See merge request atlas/athena!31336
-
-
Frank Winklmeier authored
fix for failing unit test in AnalysisBase See merge request atlas/athena!31323
-
This will hopefully fix the remaining broken unit test in AnalysisBase. Unfortunately for some reason the test wasn't failing when I am running locally.
-
John Chapman authored
-
John Chapman authored
-