Skip to content
Snippets Groups Projects
  1. Feb 12, 2021
    • MarkusFrankATcernch's avatar
      Fix to PR7165 Remove inline access to static member of TGeoManager (#7192) · ea520776
      MarkusFrankATcernch authored
      * Allow for dynamic switching of system of units between Geant4 units and Root units
      
      * Add README file for dynamic switching of system of units between Geant4 units and Root units
      
      * Add README file for dynamic switching of system of units between Geant4 units and Root units
      
      * Fix geom warnings on windows
      
      * Fix to PR 7165: Remove inline access to static class member
      
      (cherry picked from commit 60890d891df3e18c33d321015966916998680a0b)
      ea520776
  2. Feb 11, 2021
    • MarkusFrankATcernch's avatar
      Allow for dynamic switching of system of units between Geant4 units a… (#7165) · fe1e7ecb
      MarkusFrankATcernch authored
      * Allow for dynamic switching of system of units between Geant4 units and Root units
      
      * Add README file for dynamic switching of system of units between Geant4 units and Root units
      
      * Add README file for dynamic switching of system of units between Geant4 units and Root units
      
      * Fix geom warnings on windows
      
      (cherry picked from commit 3d545273d7763e09aa85449ba86be5d2493f7f13)
      fe1e7ecb
  3. Nov 09, 2020
  4. Nov 04, 2020
  5. Aug 31, 2020
  6. Jul 09, 2020
  7. May 04, 2020
  8. Apr 30, 2020
  9. Apr 28, 2020
  10. Apr 20, 2020
  11. Mar 27, 2020
  12. Mar 10, 2020
    • Sergey Linev's avatar
      Remove unused <vector> from GDML · 994bdd92
      Sergey Linev authored
      994bdd92
    • Bertrand Bellenot's avatar
      Add a couple of missing #includes · 96bac18c
      Bertrand Bellenot authored
      This fixes the following compilation errors on Windows:
      TGeoTessellated.cxx(385,67): error C2027: use of undefined type 'std::array<CellVec_t,1000000>'
      
      And on MacOS:
      TGeoTessellated.cxx:385:23: error: implicit instantiation of undefined template 'std::__1::array<std::__1::vector<int, std::__1::allocator<int> >, 1000000>'
            auto grid = new std::array<CellVec_t, ngrid * ngrid * ngrid>;
                            ^
      96bac18c
  13. Mar 02, 2020
  14. Feb 27, 2020
  15. Feb 26, 2020
Loading