The Gaudi Project

Gaudi v21r8

Package Versions

GaudiN/AGaudiObjDescN/AHbookCnvv15r0
GAUDI_v21r8v21r8GaudiPIN/ALCGEnvN/A
GaudiAlgv13r1 GaudiPolicyv10r6 RootHistCnvv10r4
GaudiAudv9r2 GaudiPoolDbv5r7 GaudiReleaseN/A
GaudiExamplesv21r8 GaudiPythonv10r8 GaudiGridSvcN/A
GaudiGSLv7r5 GaudiSiteSvcN/AGaudiMonitorv2r5
GaudiHistoryN/AGaudiSvcv18r8
GaudiKernelv27r8 GaudiSysv21r8

Release Notes

Externals version: LCGCMT_58b

General Changes

  • Some icc fixes
    (Marco Clemencic)
  • Added a simple generic class (WatchdogThread) for implementation of software watchdogs (in the sense of a secondary thread that periodically checks that an event has occurred).
    A first implementation to monitor hangs during events has been added too.
    (Marco Clemencic)

  • (Marco Clemencic)

Packages Changes

  • GaudiPolicy (v10r6):
    • Added a specialized QMTest ResultStream implementation to produce an HTML summary with collapsable lists and AJAX-style dynamic load of the content. The generation of the HTML output can be generated using the option --html-output to TestPackage or the environment variable GAUDI_QMTEST_HTML_OUTPUT. (see release notes for details)
      (Marco Clemencic)
    • Patch #3854: Reduce verbosity of zipping of python modules.
      (Gerhard Raven)
    • Added a cmt action to start the QMTest GUI (cmt QMTestGUI).
      (Marco Clemencic)
  • GaudiKernel (v27r8):
    • Patch #3718: Unchecked StatusCode in GaudiKernel/Algorithm.cpp
      (Charles Leggett)
    • Patch #3912: Add a IInterface-based version of IUpdateable
      (Markus Frank)
    • Fixed bug #63502: GaudiKernel/Converter.cpp don't assume converter is a ConverterSvc when retrieving name
      (Charles Leggett)
    • Improvements in ConfigurableUser: Allow dependency between named ConfigurableUser instances (LHCb task #12691)
      (Marco Clemencic)
  • GaudiSvc (v18r8):
    • Patch #3875: Small fix to GaudiSvc/EventLoopMgr
      (Markus Frank)
    • Patch #3876: Added StoreSnifferAlg
      (Markus Frank)
    • Fixed bug #63844: Various fixes to THistSvc
      (Charles Leggett)
    • Fixed bug #62374: Handling of signal SIGXCPU
      (Marco Clemencic)
  • GaudiUtils (v3r7):
    • Patch #3840: Fix for bug #59009
      (Vanya Belyaev)
  • GaudiAlg (v13r1):
    • Patch #3892: Proper implementation of GaudiCommon::exist
      (Vanya Belyaev)