- 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
-
- Jul 20, 2018
-
-
charles leggett authored
The Gaudi PluginSvc has been refactored and modernizes. See gaudi/Gaudi!709 As well as some changes to macros that directly call on certain features of the PluginSvc itself, other code that has been impacted is as follows: - destructors of Converters must be public - template arguments of ServiceHandles and ToolHandles cannot always be forward defined and the associated header files may need to be explicitly included Former-commit-id: 83042516db016cf1ec8fde0d4dca19a2cdaa5e79
-
- Oct 30, 2017
-
-
Frank Winklmeier authored
Former-commit-id: c824c8cb
-
Frank Winklmeier authored
- Delete all obsolete src/components/*_load.cxx files - Remove obsolete DECLARE_FACTORY_ENTRIES within src/components/*_entries.cxx The removed macros evaluate to NULL on the Gaudi side and have been kept only for backwards compatibility. Former-commit-id: 5e95b010
-
- 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
-