Skip to content
Snippets Groups Projects
  1. Jan 23, 2014
  2. Jan 20, 2014
  3. Jan 09, 2014
  4. Jan 08, 2014
  5. Jan 06, 2014
  6. Dec 19, 2013
  7. Dec 18, 2013
  8. Dec 16, 2013
    • Christian Grefe's avatar
      Complete redesign of the segmentation business: · dc32120d
      Christian Grefe authored
      - DDSegmenation now comes with its own factory and with generic access to segmentation parameters
      - Removes the necessity of implementing different XML parsers in DDCore
      - DD4hep::Segmentation becomes a lot simpler and its Object is now following a standard decorator pattern, completely removing any need of messing with the vtable
      - compact2lcdd works for example with BarrelCalorimeter from CLICSiD example (other examples need to adapt their XML to valid segmentation names)
      - See also examples/Segmentation/SegmentationTest for stand alone example
      - The segmentation names and their parameter names do NOT follow current SLIC conventions. Once SLIC depends on DDSegmentation this will work transparently.
      dc32120d
    • Andre Sailer's avatar
      Fix problem when compiling with XERCESC · 07bcfdc2
      Andre Sailer authored
      07bcfdc2
  9. Dec 13, 2013
  10. Dec 12, 2013
  11. Dec 11, 2013
  12. Dec 10, 2013
  13. Dec 04, 2013
    • Frank Gaede's avatar
      - split vxd ladders into two at +/- z · 6d043478
      Frank Gaede authored
          => demonstrates bug with signed encoder fields:
              <id>system:5,side:-2,layer:9,module:8,sensor:8</id>   
         leads to duplicate volumes 
               <id>system:5,side:2,layer:9,module:8,sensor:8</id>
         does not !
      
      
      6d043478
Loading