- 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
-
-
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
-
John Chapman authored
After !31213 was merged then `xAODMuon` depends on the `MuonStationIndex` package rather than the `MuonIdHelpers` package, so the latter can be replaced by the former in `Projects/AthGeneration/pacakage_filters.txt`.
-
Attila Krasznahorkay authored
While this code, and even Rivet, does not publicly depend on fjcontrib, Rivet (the generator) does privately depend on it. So for the correct link- and run-time environment it's healthy to keep looking for FastJetContrib. But note that the package is not using ${FASTJETCONTRIB_INCLUDE_DIRS} or ${FASTJETCONTRIB_LIBRARIES} afterwards.
-
Attila Krasznahorkay authored
Removed the unnecessary FastJetContrib dependency from the package. Removed the build of the unnecessary shared library. Added the missing RivetEnvironmentConfig.cmake file.
-
Massimo Corradi authored
modified: MuonSpectrometer/MuonCablings/MuonRPC_Cabling/MuonRPC_Cabling/CablingRPC.h new file: MuonSpectrometer/MuonCablings/MuonRPC_Cabling/share/LVL1confAtlasRUN2_bis78v1.data modified: MuonSpectrometer/MuonCablings/MuonRPC_Cabling/src/CablingRPC.cxx
-
Attila Krasznahorkay authored
-
Attila Krasznahorkay authored
Extending on Ewelina's updates a bit where it seemed necessary...
-
Tim Martin authored
-
Attila Krasznahorkay authored
The latter is needed by most of the event generation jobs.
-
Attila Krasznahorkay authored
In an effort to make Gen_tf.py work in one particular job.
-
Attila Krasznahorkay authored
Made sure that the code would not try to use components not present in AthGeneration. Also, now removed the long deprecated public header from the package.
-