The Gaudi Project

Gaudi v21r11

Package Versions

GaudiN/AGaudiObjDescN/AHbookCnvv15r0
GAUDI_v21r11v21r11GaudiPIN/ALCGEnvN/A
GaudiAlgv13r4 GaudiPolicyv10r9 RootHistCnvv10r5
GaudiAudv9r3 GaudiPoolDbv5r9 GaudiReleaseN/A
GaudiExamplesv21r11 GaudiPythonv10r11 GaudiGridSvcN/A
GaudiGSLv7r7 GaudiSiteSvcN/AGaudiMonitorv2r6
GaudiHistoryN/AGaudiSvcv18r11
GaudiKernelv27r11 GaudiSysv21r11

Release Notes

Externals version: LCGCMT_58f

General Changes

  • Fixed compilation on ICC, VC9 and gcov
    (Marco Clemencic)
  • Fixed compilation on ICC, VC9 and gcov
    (Marco Clemencic)
  • Fixed bug #70956: Add method to find the reason for termination of the event loop
    Note: the error codes will change in the next releaes of Gaudi
    (Marco Clemencic)

Packages Changes

  • GaudiPolicy (v10r9):
    • Improvements in QMTest
      • fixes in the generated Eclipse launchers
      • always show the cause of failures in the HTML output
      • improved run_qmtest.py to be able to run the tests from a read-only location
      (Marco Clemencic)
    • Improved and documented the 'pyd_module' and 'pyd_boost_module' (new) patterns
      (Marco Clemencic)
    • Added the possibility of installing the platform-independent files in the platform-specific directory in the InstallArea.
      The new behavior is disabled by default at the moment, and it can be enabled with the CMT extra tags no-shared-dir (always disabled for ATLAS). (Marco Clemencic)
  • GaudiKernel (v27r11):
    • Fixed bug #72170: Python Parsers and map of <string, unsigned int>
      (Vanya Belyaev)
    • Patch #4394: rewriting PathResolver using boost::filesystem
      (Charles Leggett)
    • Minor fix in SmartDataPtr.h to allow code analysis with Coverity.
      (Marco Clemencic)
    • Patch #4323: allow user defined heavy ion handling in PartPropSvc
      (Charles Leggett)
  • PartPropSvc (v4r0):
    • Patch #4323: allow user defined heavy ion handling in PartPropSvc
      (Charles Leggett)
  • GaudiMonitor (v2r6):
    • Fixed a bug spotted by Coverity (BAD_FREE).
      (Marco Clemencic)
  • RootHistCnv (v10r5):
    • Fixed bug #71216: Gaudi crashes when output nTuple file cannot be written
      (Marco Clemencic)
  • GaudiAlg (v13r4):
    • Patch #4360: Fix for bug #71237 (GaudiHistos treatment of histoProduce incomplete)
      (Vanya Belyaev)
    • Patch #4299, patch #4332: Add option for filed size in SequencerTimerTool
      (Olivier Callot, Patrick Koppenburg, Roel Aaij, Marco Clemencic)
  • Gaudi (v21r11):
    • Added dependency on pytools to be able to use Gaudi.Parallel
      (Marco Clemencic)
  • GaudiExamples (v21r11):
    • Added some tests
      (Marco Clemencic)
    • Added an example of a Python binary module in src/PythonModule.
      (Marco Clemencic)