- Feb 12, 2021
-
-
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)
-
- Feb 11, 2021
-
-
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)
-
- Nov 09, 2020
-
-
Andrei Gheata authored
-
- Nov 04, 2020
-
-
Andrei Gheata authored
-
- Aug 31, 2020
-
-
Sergey Linev authored
Special algorithm is used now to produce pcon/pgon shape polygons without inner surface (rmin==0). Where was mistake, which causes problem when more than 2 z layers was specified.
-
- Jul 09, 2020
-
-
Andrei Gheata authored
Avoid double delete by registering to TGeoManager reflected shape assemblies, owned by TGeoVolumeAssemby. (cherry picked from commit 437486008912b2da317097eaf7ea8f2ea1a822c4)
-
- May 04, 2020
-
-
Sergey Linev authored
-
- Apr 30, 2020
-
-
Giulio Eulisse authored
-
Andrei Gheata authored
-
Oksana Shadura authored
-
- Apr 28, 2020
-
-
Andrei Gheata authored
-
- Apr 20, 2020
-
-
Sergey Linev authored
-
- Mar 27, 2020
-
-
Sergey Linev authored
-
- Mar 10, 2020
-
-
Sergey Linev authored
-
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>; ^
-
- Mar 02, 2020
-
-
Sergey Linev authored
-
Sergey Linev authored
-
Sergey Linev authored
-
Sergey Linev authored
-
Sergey Linev authored
-
- Feb 27, 2020
-
-
Sergey Linev authored
Prevent failing of tutorials tests, while web geom viewer does not support batch
-
Sergey Linev authored
Use override declarations for re-implemented virtual methods
-
Sergey Linev authored
Idea to implement only few methods for display of TGeoVolume
-
- Feb 26, 2020
-
-
Sergey Linev authored
-
Sergey Linev authored
Only dummy implementation was provided, never can be used that way
-
Sergey Linev authored
Instead of "not implemented" comment just put "= delete" specifier
-
Sergey Linev authored
Has same problem copying pointers on owned arrays
-
Sergey Linev authored
Was implemented, bur definitely wrong, while copy pointer on owned objects
-
Sergey Linev authored
-
Sergey Linev authored
Has many dynamic-allocated members, therefore should be implemented explicitely, if required
-
Sergey Linev authored
-
Sergey Linev authored
-
Sergey Linev authored
More safe way to override virtual methods
-
Sergey Linev authored
-
Sergey Linev authored
Was not absolutely clear that array not yet allocated.
-
Sergey Linev authored
Fixing travis wanring
-
Sergey Linev authored
Was not implemented correctly, cannot be used
-
Sergey Linev authored
CSG requires closed shape, therefore points should be reused
-
Sergey Linev authored
Use less number of points, build closed figures - important for CSG
-
Sergey Linev authored
When internal surface does not exists - do not try to build it. Copy and paste solution from pgon
-