- 27 Jun, 2020 1 commit
-
-
Joerg Stelzer authored
* Threshold values and ptMinToTopo stored internally in MeV as unsigned int * Access methods in MeV, GeV (float), and counts (using energyResolution) * Change "emscale" and "jetscale" to "resolutionMeV" in the menu and C++ sw * Added eta-dependend pTMinToTopo to jFEX jets * Fix EM*V thresholds in the menu such that the eta-ranges and thrvalues match Run 2 * Some cleanup of ThresholdDefLegacy.py and ItemDef.py to reduce dependence on menu version * Added XS definition in menu and access software * Added L1Calo specific base class for L1Thresholds (many commonalities between L1Calo thresholds that don't apply to L1Muon thresholds) * Change RangeValue from struct to class with proper access functions to member variables * Restructur of upload() member function to avoid calling virtual methods in constructor * FIX BUG: access to TopoAlgs by output is working now
-
- 15 May, 2020 1 commit
-
-
Joerg Stelzer authored
-
- 14 May, 2020 30 commits
-
-
Frank Winklmeier authored
Improve dir structure and monitor L1 jets chains See merge request !32806
-
-
Frank Winklmeier authored
Check validity of the RegSelCondAlg lookup table conditions data before executing See merge request !32873
-
Frank Winklmeier authored
Improve Doxygen documentation of SCT_ConditionsData (ATLASRECTS-5238) See merge request !32837
-
-
Frank Winklmeier authored
Add and modify egamma triggers for ATR-21242, attempt2 See merge request !32780
-
-
Frank Winklmeier authored
Trying to fix cmake dependencies See merge request !32807
-
-
Frank Winklmeier authored
22.0-unit_tests-InDetPhysValMonitoring See merge request !32840
-
-
Frank Winklmeier authored
JetGroomer as IJetProvider See merge request atlas/athena!31580
-
-
Frank Winklmeier authored
All view data loaded explicitly (v2) See merge request !32601
-
https://gitlab.cern.ch/atlas/athena
This reverts commit fabecdba, reversing changes made to 21adaed3.
-
Frank Winklmeier authored
TrigT1ResultByteStream: Fix tool name. See merge request !32869
-
Frank Winklmeier authored
Bugfix in LumiBlockMuWriter_jobOptions.py See merge request !32865
-
Frank Winklmeier authored
Remove Boost from SCT_Digitization pacakge See merge request !32843
-
Frank Winklmeier authored
MMClusterization: Fix clang warnings. See merge request !32868
-
Frank Winklmeier authored
DQDefects: Python 3 fix See merge request atlas/athena!32867
-
Frank Winklmeier authored
Remove Boost from SCT_Monitoring package See merge request !32841
-
Frank Winklmeier authored
Remove Boost from SCT_GeoModel package See merge request !32842
-
Frank Winklmeier authored
Remove Boost from SCT_CalibAlg package See merge request !32845
-
Remove Boost from SCT_CalibAlgs package. Use std::array instead of boost::array. Use std::to_string instead of boost::lexical_cast<std::string>.
-
sutt authored
The RegSelCondAlgs should only be called if the lookup tables they create need updating. However in serial athena, this mechanism is not implemented and so the conditions algorithms are unaccountably called for EVERY EVENT. As such, we need to check whether the lookup table has already been created before actually continuing with the execute method.
-
Frank Winklmeier authored
MuonConfig: Update reference files. See merge request !32832
-
scott snyder authored
Don't put a ToolSvc. prefix on tool names in C++ --- that wil cause them not to be configured properly.
-
scott snyder authored
signed/unsigned comparisons.
-
scott snyder authored
Be consistent with earlier python 3 fixes re. str/bytes.
-
Vakhtang Tsulaia authored
Fixed wrong import
-
- 13 May, 2020 8 commits
-
-
Frank Winklmeier authored
Move from MuonIdHelperTool to MuonIdHelperSvc (10) See merge request atlas/athena!32767
-
-
Frank Winklmeier authored
Add ftagfloat_t to centralize differences between 21.2 and master. See merge request atlas/athena!32784
-
Frank Winklmeier authored
GSF: tidy/format the code See merge request atlas/athena!32786
-
Frank Winklmeier authored
Added new histograms for small-R jets to offline jet monitoring See merge request atlas/athena!32770
-
-
Frank Winklmeier authored
Use AtlasFieldCacheCondObj instead of magnetic field service in TrkJetVxFitter. See merge request atlas/athena!32801
-
Frank Winklmeier authored
egammaValidation: binning change See merge request atlas/athena!32836
-