Skip to content
Snippets Groups Projects
  1. Feb 07, 2019
  2. Jul 06, 2018
  3. Mar 09, 2018
    • Jochen Meyer's avatar
      extract common geometry config from InDetGMJobProperties · 08f242c4
      Jochen Meyer authored
      The common geometry configuration stored in the Oracle table
      "AtlasCommon" can only be accessed via InDetGMJobProperties as it
      is implemented as properties of GeometryFlags which is member of
      InDetGMFlags. Because the properties are (mostly) general (like
      the run period) they should not be part of the ID only, but really
      "common". It is already bad enough that the only specific field
      in the table is called "STRIPGEOTYPE" ... On top, it turned out
      that InDetGMJobProperties.py and LArGMJobProperties.py are quite
      carbon copies of each other. These flaws are addressed in the
      implementation of CommonGMJobProperties.py which provides access
      to the common properties. Secondly it serves as base-class for the
      classes in InDetGMJobProperties.py/LArGMJobProperties.py to reduce
      code duplication. The modification is purely technical and should
      not change anything. It passes the Tier0 tests. All clients should
      be adjusted, but it was not possible to find test jobs for all of
      them.
      
      
      Former-commit-id: c79918fa
      08f242c4
  4. Sep 04, 2015
    • Sabine Elles's avatar
      IBL rotation axis set to cooling pipe center (PixelGeoModel-00-09-52) · 0c885447
      Sabine Elles authored
      	* Fix IBL rotation axis  (cooling pipe center instead of sensor center)
      	* TAG as PixelGeoModel-00-09-52
      
      2015-07-08 Sabine Elles
      	* Remove SiLorentzAngleSvc loading for simu jobs (J.Chapman)
      	* TAG as PixelGeoModel-00-09-51
      
      2015-07-03 Sabine Elles
      	* Add module service in geometry
      	* Tag as PixelGeoModel-00-09-50
      
      2015-03-20  scott snyder  <snyder@bnl.gov>
      
      	* Tagging PixelGeoModel-00-09-49.
      	* PixelGeoModel/GeoPixelLayer.h: Fix header guard.
      0c885447
Loading