Skip to content
Snippets Groups Projects
release.notes 1.33 KiB
Newer Older
Markus Frank's avatar
Markus Frank committed
DD4hep  ----  Release Notes
=================================


2013/21/02    Markus Frank
--------------------------
  Require strict checks for the existence of xml attributes.
  e.g. default=false for Element::attr<bool>() is no longer an option.
  if the attribute is not present in the element, an exception
  is thrown.

Markus Frank's avatar
Markus Frank committed
  Slightly change the factory method for creating detector elements.
  Use a more generic pattern do support also more generic XML 
  processing.

Markus Frank's avatar
Markus Frank committed
2013/20/02    Markus Frank
--------------------------
Markus Frank's avatar
Markus Frank committed
  Install rootmap mechanism for the usage of plugins.
  It is no longer necessary to have separate programs
  for the various detector models (ILD/SiD).
  One generic display program servest them all.
  ==> Creation of package DDExamples/UtilityApps
  example: $> bin/displayGeo -compact <compact-xml-file>

  This move has another consequence:
  All libraries are build into a common install area:
  the <build directory>/lib.
  All executable binaries are build into a common install area:
  the <build directory>/bin.

  The LD_LIBRARY_PATH and PATH variables as defined in 
  'thisdd4hep.(c)sh' do include these directories

Markus Frank's avatar
Markus Frank committed
2013/20/02    Markus Frank
--------------------------
Markus Frank's avatar
Markus Frank committed
  DD4hep release notes. Better start them late than never.
  If you perform significant changes to the DD4hep core,
  plase leave a small notice here.