- Mar 19, 2019
-
-
Tim Martin authored
-
- Dec 18, 2018
-
-
Edward Moyse authored
-
- Sep 04, 2018
-
-
Attila Krasznahorkay authored
Started using std::string::empty() instead of a comparison with an empty string, and removed the meaningless greeting INFO message from the initialize() function. Former-commit-id: b258d3d1
-
- Sep 03, 2018
-
-
Attila Krasznahorkay authored
It turns out that the L1Calo tools very much have an internal state, so the algorithm can't be reentrant. Kept the structure of the code such that it could be made reentrant easily in the future once the tools will allow to do that. Former-commit-id: 55874f23
-
Attila Krasznahorkay authored
I coupled it with a general rehaul of the code. Not tested yet, as I'll need to modify the TrigTier0 package as well for that. Former-commit-id: 08ba2cee
-
- Jan 01, 2017
-
-
Scott Snyder authored
* Tagging AnalysisTriggerAlgs-00-01-47. * Const fixes. Former-commit-id: 6cf2e88d
-
- May 27, 2016
-
-
Alan Watson authored
* RoIBResultToxAOD: add restricted eta results to EnergySum ROI * Tag as AnalysisTriggerAlgs-00-01-46
-
- Sep 04, 2015
-
-
Atlas-Software Librarian authored
* RoIBResultToxAOD: use xAOD::JetElement for Jet ET sums * Tag as AnalysisTriggerAlgs-00-01-45
-
- Aug 05, 2015
-
-
Alan Watson authored
* RoIBResultToxAOD: use xAOD::CPMTower for EM/Tau ET sums * Tag as AnalysisTriggerAlgs-00-01-44
-
- Feb 18, 2015
-
-
Scott Snyder authored
* Tagging AnalysisTriggerAlgs-00-01-43. * Fix bugs cound by coverity.
-
- Feb 07, 2015
-
-
Alan Watson authored
* RoIBResultToxAOD: ensure use only full eta range MET results * Tag as AnalysisTriggerAlgs-00-01-42
-
- Jan 19, 2015
-
-
Alan Watson authored
* RoIBResultToxAOD: fix memory leak * Tag as AnalysisTriggerAlgs-00-01-41 2014-12-03 Alan Watson <Alan.Watson@CERN.CH> * RoIBResultToxAOD: bugfixes and Run 2 ET scales * Tag as AnalysisTriggerAlgs-00-01-40 2014-11-26 Alan Watson <Alan.Watson@CERN.CH> * RoIBResultToxAOD: Update for Run 2 L1Calo RoIs * Tag as AnalysisTriggerAlgs-00-01-39 2014-10-15 scott snyder <snyder@bnl.gov> * Tagging AnalysisTriggerAlgs-00-01-38. * Fix compilation in devval. * Tagging AnalysisTriggerAlgs-00-01-37. * Revert previous change for now. (Requires upstream interface change needing more thought.) ... (Long ChangeLog diff - truncated)
-
- Sep 19, 2014
-
-
Attila Krasznahorkay authored
-