- Feb 07, 2020
-
-
pamputt authored
No need to add "*" with "auto"
-
- Feb 06, 2020
-
-
Andrei Gheata authored
-
- Feb 04, 2020
-
-
Sergey Linev authored
-
Sergey Linev authored
Required to run macro in compiled mode
-
- Jan 27, 2020
-
-
Andrei Gheata authored
-
Andrei Gheata authored
-
Andrei Gheata authored
Tessellated improvements: more construction options, faster closing, reading from .obj with tutorial macro.
-
- Jan 21, 2020
-
-
Andrei Gheata authored
Relating to TGeoVector3 as Vertex_t via a single type definition file, making future switch easy. Clang formatting.
-
Andrei Gheata authored
-
- Aug 09, 2019
-
-
Sergey Linev authored
Use HTML for all kind of help messages, add more necessary checks
-
Sergey Linev authored
It is simple RWebWindow, where complete HTML code can be replaced via communication channel. Probably such kind of widgets can be provided as standard ROOT widget.
-
Sergey Linev authored
Provide example in webdemo.C tutorial. Raytracing is not (yet) supported by TGeoPainter
-
Sergey Linev authored
Use it in webdemo.C example
-
Sergey Linev authored
It is replication of geodemo.C, but with web-based geometry viewer
-
- Jan 25, 2019
-
-
Bertrand Bellenot authored
-
- Jan 15, 2019
-
-
Guilherme Amadio authored
-
- Dec 11, 2018
-
-
Andrei Gheata authored
Added GDML support for: opticalsurface, skinsurface, bordersurface, matrix, property, including test macro
-
- Nov 30, 2018
-
-
Andrei Gheata authored
-
- Sep 28, 2017
-
-
Olivier Couet authored
Tutorials should either rely on rootmaps and remove gSystem->Load(), or use R__LOAD_LIBRARY instead. All tutorials calling gSystem->Load() have been been revisited as suggested here https://sft.its.cern.ch/jira/browse/ROOT-8938
-
- Jun 06, 2017
-
-
Vassil Vassilev authored
-
Vassil Vassilev authored
ClassImp is a macro defined in Rtypes.h. It can be written without trailing semicolon. However, clang-format is based on lexing and it doesn't know at all about preprocessors and how to expand macros. When visiting ClassImp(X) it thinks this is not a completed entity (as it doesn't expand macros) and considers the next line as continuation of the previous. Inserting a semicolon fixes the issue and makes formatting with clang-format in the ROOT codebase less tricky.
-
- Apr 12, 2017
-
-
Axel Naumann authored
-
- Jan 28, 2017
-
-
Mattias Ellert authored
This reverts commit 5c076c6c.
-
- Jan 26, 2017
-
-
Vassil Vassilev authored
This reverts commit b406328d, reversing changes made to 318c7a47.
-
- Jan 19, 2017
-
-
Axel Naumann authored
-
- Nov 01, 2016
-
-
Mattias Ellert authored
-
- Sep 14, 2016
-
-
Olivier Couet authored
-
- Aug 18, 2016
-
-
Pau Miquel authored
-
Pau Miquel authored
-
- Jul 18, 2016
-
-
Axel Naumann authored
This reverts commit 677a3e31. Conflicts: tutorials/geom/na49.C
-
Axel Naumann authored
This reverts commit 88ee63d1.
-
- Apr 15, 2016
-
-
Olivier Couet authored
-
- Dec 13, 2015
-
-
Pere Mato Vila authored
Make use of gROOT->GetTutorialsDir() to locate tutorials (currently failing for installations with prefix).
-
- Oct 27, 2015
-
-
Pere Mato Vila authored
Fix issue with TGeoPainter and the new implementation of TFormula (see https://root.cern.ch/phpBB3/viewtopic.php?f=3&t=20555 ). Added geom tutorials that can run without GUI.
-
- Jul 14, 2015
-
-
Bertrand Bellenot authored
Fix errors with a couple of tutorials, as reported on the forum (https://root.cern.ch/phpBB3/viewtopic.php?f=3&t=19994)
-
- Jun 26, 2015
-
-
Axel Naumann authored
-
- May 04, 2015
-
-
Danilo Piparo authored
Size of the library created with aclic reduced from 2.7MB to 905KB eliminating duplicates and using functions.
-
- Jan 09, 2015
-
-
Andrei Gheata authored
Major fixes and new features for the parallel world. Declaring the physical nodes and overlaps has to be done by name. Overlaps can be automatically detected after tracking. The parallel world can be drawn. (cherry picked from commit 9dcefdea) Conflicts: geom/geom/inc/TGeoParallelWorld.h geom/geom/src/TGeoNavigator.cxx geom/geom/src/TGeoParallelWorld.cxx tutorials/geom/parallel_world.C
-
- Nov 10, 2014
-
-
Danilo Piparo authored
-
- Aug 05, 2014
-
-
Philippe Canal authored
-