Skip to content
Snippets Groups Projects
  1. Jul 09, 2014
  2. Jul 07, 2014
  3. Jul 03, 2014
  4. Jul 02, 2014
  5. Jul 01, 2014
  6. Jun 30, 2014
  7. Jun 27, 2014
  8. Jun 26, 2014
  9. Jun 20, 2014
  10. Jun 19, 2014
  11. Jun 16, 2014
  12. Jun 12, 2014
    • Frank Gaede's avatar
      - changed default unit for angles to be radians (tgeo::rad = 1.) · 534604a6
      Frank Gaede authored
       - enforce usage of units from TGeoUnits.h in xml expression evaluators
       - convert to degrees for angles in TGeoShapes constructors
       - NB: there is one inconsistency left here:  angles returned 
             from TGeoShapes are already in degrees, this is the one
             case where a quantity returned from DD4hep/TGeo does not have the default
             units - thus one should not write
             double phi = coneSeg.Phi1() / tgeo::rad ;
             but rather
             double phi = coneSeg.Phi1() * tgeo::deg ; 
       
      534604a6
  13. Jun 11, 2014
  14. Jun 03, 2014
  15. Jun 02, 2014
  16. May 28, 2014
Loading