diff --git a/CMakeLists.txt b/CMakeLists.txt index 2e6e4a9053a805c07bcea2fed22ea60a90e763d3..34835e6db6db2c8a9a70322ae7aa52123a5aadf2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ project(DD4hep) # Use the same version numbers in DDSegmentaion/CmakeLists.txt # SET( DD4hep_VERSION_MAJOR 0 ) -SET( DD4hep_VERSION_MINOR 12 ) +SET( DD4hep_VERSION_MINOR 13 ) SET( DD4hep_VERSION_PATCH 0 ) SET( DD4hep_VERSION "${DD4hep_VERSION_MAJOR}.${DD4hep_VERSION_MINOR}" ) diff --git a/DDSegmentation/CMakeLists.txt b/DDSegmentation/CMakeLists.txt index fd0c4967fca7450c2b3b49ef8d48c68b0c2ab640..de0ae957c5595c26496c89c6541f9408afe98e82 100644 --- a/DDSegmentation/CMakeLists.txt +++ b/DDSegmentation/CMakeLists.txt @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 2.8.3 FATAL_ERROR) project(DDSegmentation) #fg: version number must be the same as DD4hep !! set(DDSegmentation_MAJOR_VERSION 0) -set(DDSegmentation_MINOR_VERSION 12) +set(DDSegmentation_MINOR_VERSION 13) set(DDSegmentation_PATCH_VERSION 0) set(DDSegmentation_VERSION "${DDSegmentation_MAJOR_VERSION}.${DDSegmentation_MINOR_VERSION}" ) set(DDSegmentation_SOVERSION "${DDSegmentation_MAJOR_VERSION}.${DDSegmentation_MINOR_VERSION}") diff --git a/doc/release.notes b/doc/release.notes index b207f198c78e0e858af12654bdad27054fb00d85..8ca8c2ad963b08e3bf244eafd4686e17bd12ecbf 100644 --- a/doc/release.notes +++ b/doc/release.notes @@ -3,21 +3,44 @@ DD4hep ---- Release Notes ================================= + -------- +| v00-13 | + -------- + + +2015-07-03 F.Gaede +------------------ + - updated doxygen for detector DDRec::DetectorData structs and usage in convertToGear + + 2015/07/02 Nikiforos Nikiforou ------------------------------ - - Added isRadiator() helper function in DDCore/XML/XMLDetector.h/cpp - Mirroring functionality of isSensitive() and used in geometry drivers - e.g. to calculate total absorber thickness - - - Extended LayeredCalorimeterStruct in DDRec/DetectorData.h to include - additional parameters required by Pandora: - inner_phi0 (e.g. alignment for inner symmetry) - outer_phi0 (e.g aligment for outer symmetry) - NOTE: phi0 still remains but is deprecated - gap0 (e.g stave gap along r-phi) - gap1 (e.g middle stave gap along z) - gap2 (reserved for future use) + - Added isRadiator() helper function in DDCore/XML/XMLDetector.h/cpp + Mirroring functionality of isSensitive() and used in geometry drivers + e.g. to calculate total absorber thickness + + - Extended LayeredCalorimeterStruct in DDRec/DetectorData.h to include + additional parameters required by Pandora: + inner_phi0 (e.g. alignment for inner symmetry) + outer_phi0 (e.g aligment for outer symmetry) + NOTE: phi0 still remains but is deprecated + gap0 (e.g stave gap along r-phi) + gap1 (e.g middle stave gap along z) + gap2 (reserved for future use) + + + + 2015-06-29 A.Sailer +--------------------- + - always store lcio collections, even if they are empty in Geant4Output2LCIO (DDG4/ddsim) + + +2015-06-29 F.Gaede +------------------ + - changed env scripts to prepend to library pathes (DD4hep and dependant packages) + -> using a newer lcgeo version than the one provided in ilcsoft can simply + be done w/ source ./bin/thislcgeo.sh -------- | v00-12 |