Skip to content
Snippets Groups Projects
  1. Jul 01, 2014
  2. Jun 30, 2014
  3. Jun 27, 2014
  4. Jun 26, 2014
  5. Jun 20, 2014
  6. Jun 19, 2014
  7. Jun 16, 2014
  8. 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
  9. Jun 11, 2014
  10. Jun 03, 2014
  11. Jun 02, 2014
  12. May 28, 2014
  13. May 27, 2014
  14. May 23, 2014
  15. May 22, 2014
  16. May 21, 2014
Loading