- May 03, 2013
-
-
Axel Naumann authored
-
- Apr 18, 2013
-
-
Andrei Gheata authored
git-svn-id: http://root.cern.ch/svn/root/trunk@49267 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Apr 17, 2013
-
-
Philippe Canal authored
Try to clarify that phi1,phi2 express the ends [phi1,phi2] rather than the start and delta [phi1,phi1+phi2] when creating a tube segement git-svn-id: http://root.cern.ch/svn/root/trunk@49259 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Apr 15, 2013
-
-
Philippe Canal authored
Avoid uninitalized memory read (SetCharge checks the value of fQ) git-svn-id: http://root.cern.ch/svn/root/trunk@49243 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Mar 28, 2013
-
-
Fons Rademakers authored
The attached patchset fixes a bunch of typo in the source: 0001-succes-success.patch 0002-preceed-preced.patch 0003-informations-information.patch 0004-childs-children.patch 0005-avaliable-available.patch 0006-writeable-writable.patch 0007-comand-command.patch 0008-unkown-unknown.patch 0009-wierd-weird.patch 0010-wheter-whether.patch 0011-unecessary-unnecessary.patch 0012-splitted-split.patch 0013-registerd-registered.patch 0014-recieve-receive.patch 0015-processsing-processing.patch 0016-ouput-output.patch 0017-mutiple-multiple.patch 0018-lenght-length.patch 0019-interupted-interrupted.patch 0020-independant-independent.patch 0021-inconsistant-inconsistent.patch 0022-expresion-expression.patch 0023-explicitely-explicitly.patch 0024-enviroment-environment.patch 0025-deafult-default.patch 0026-continous-continuous.patch 0027-completly-completely.patch 0028-commited-committed.patch 0029-choosen-chosen.patch 0030-backgroud-background.patch 0031-auxilliary-auxiliary.patch 0032-authentification-authentication.patch 0033-appropiate-appropriate.patch 0034-an-other-another.patch 0035-environement-environment.patch 0036-targetting-targeting.patch 0037-suppported-supported.patch 0038-paramater-parameter.patch git-svn-id: http://root.cern.ch/svn/root/trunk@48992 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Mar 25, 2013
-
-
Andrei Gheata authored
Large scale cleanup in shapes navigation interfaces adding const modifier for point and direction parameters passed as input arguments. git-svn-id: http://root.cern.ch/svn/root/trunk@48928 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Feb 11, 2013
-
-
Andrei Gheata authored
Precision fix for ComputeNormal. The Z planes are selected in case safetyZ is within 10 times the tolerance (before was 1) git-svn-id: http://root.cern.ch/svn/root/trunk@48534 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jan 14, 2013
-
-
Andrei Gheata authored
git-svn-id: http://root.cern.ch/svn/root/trunk@48278 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Dec 14, 2012
-
-
Fons Rademakers authored
Replace the trunk code that uses the deprecated TH1::kCanRebin bit with the new methods TH1::CanExtendAllAxes() and TH1::SetCanExtend() - see r47909, r48012 and r48031. The old TH1::kCanRebin bit did not really have much to do with histogram rebinning, but rather with extending the limits of the histogram's axes (which can cause a rebin, but only in some cases). As such, the word "Rebin" has been replaced with "Extend" for the new methods. Rename TH1::RebinAxis() to TH1::ExtendAxis() for the reasons stated above. The TH1::RebinAxis() method will be kept in v6-00 for backward compatibility with an obsolete warning and will be removed in v6-02. The current implementation simply forwards the call to TH1::ExtendAxis(). git-svn-id: http://root.cern.ch/svn/root/trunk@48046 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Dec 13, 2012
-
-
Andrei Gheata authored
git-svn-id: http://root.cern.ch/svn/root/trunk@48001 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Nov 26, 2012
-
-
Fons Rademakers authored
cleanup of the class names for the Open Cascade/Geom geocad interface. git-svn-id: http://root.cern.ch/svn/root/trunk@47628 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Nov 16, 2012
-
-
Philippe Canal authored
git-svn-id: http://root.cern.ch/svn/root/trunk@47356 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Nov 13, 2012
-
-
Andrei Gheata authored
Added possibility to prevent known overlaps produced by misalignment by assignig priority to one of the candidates. This is not using the error prone AddNodeOverlap method, but composite shapes. One has to create the unprioritized shape as the subtraction of the original one and the shape of the node to prioritize, then position this composite shape colume with identity matrix. The prioritized volume should be added as node using the same local matrix as the one used in the subtraction operation. The matrix itself has to be declared shared via SetShared() method. Added few parameters to the RandomRays method. git-svn-id: http://root.cern.ch/svn/root/trunk@47228 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Nov 06, 2012
-
-
Andrei Gheata authored
git-svn-id: http://root.cern.ch/svn/root/trunk@47056 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Oct 23, 2012
-
-
Andrei Gheata authored
Improvement for safe distance computation for cones, coneseg and pcon. Storing transient sin/cos values frequently used in pcon navigation. git-svn-id: http://root.cern.ch/svn/root/trunk@46731 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Oct 18, 2012
-
-
Andrei Gheata authored
git-svn-id: http://root.cern.ch/svn/root/trunk@46645 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Oct 12, 2012
-
-
Andrei Gheata authored
git-svn-id: http://root.cern.ch/svn/root/trunk@46484 27541ba8-7e3a-0410-8455-c3a389f83636
-
Andrei Gheata authored
git-svn-id: http://root.cern.ch/svn/root/trunk@46483 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Oct 08, 2012
-
-
Andrei Gheata authored
git-svn-id: http://root.cern.ch/svn/root/trunk@46376 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Sep 18, 2012
-
-
Andrei Gheata authored
git-svn-id: http://root.cern.ch/svn/root/trunk@46011 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Sep 14, 2012
-
-
Andrei Gheata authored
git-svn-id: http://root.cern.ch/svn/root/trunk@45984 27541ba8-7e3a-0410-8455-c3a389f83636
-
Andrei Gheata authored
Important fix for composite shapes for a bug affecting ComputeNormal when a call to FindNode or Safety is issued after FindNextBoundary. Affected the transport of optical photons with the G4 interface git-svn-id: http://root.cern.ch/svn/root/trunk@45983 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Sep 04, 2012
-
-
Fons Rademakers authored
- removed using namespace std in header - removed LinkDef.h in src/ - changed #include <> to #include "" for ROOT headers - removed unneeded #defines - move numerous .h from headers to src files git-svn-id: http://root.cern.ch/svn/root/trunk@45820 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jul 23, 2012
-
-
Andrei Gheata authored
git-svn-id: http://root.cern.ch/svn/root/trunk@45163 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jul 05, 2012
-
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@44920 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
interface to the OpenCascade (http://www.opencascade.org/) CAD system, allowing ROOT TGeo geometries to be exported as CAD Step files. git-svn-id: http://root.cern.ch/svn/root/trunk@44914 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jul 02, 2012
-
-
Andrei Gheata authored
git-svn-id: http://root.cern.ch/svn/root/trunk@44828 27541ba8-7e3a-0410-8455-c3a389f83636
-
Andrei Gheata authored
git-svn-id: http://root.cern.ch/svn/root/trunk@44824 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jun 26, 2012
-
-
Andrei Gheata authored
git-svn-id: http://root.cern.ch/svn/root/trunk@44747 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jun 14, 2012
-
-
Andrei Gheata authored
git-svn-id: http://root.cern.ch/svn/root/trunk@44689 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jun 08, 2012
-
-
Andrei Gheata authored
git-svn-id: http://root.cern.ch/svn/root/trunk@44635 27541ba8-7e3a-0410-8455-c3a389f83636
-
Andrei Gheata authored
git-svn-id: http://root.cern.ch/svn/root/trunk@44634 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jun 05, 2012
-
-
Andrei Gheata authored
git-svn-id: http://root.cern.ch/svn/root/trunk@44559 27541ba8-7e3a-0410-8455-c3a389f83636
-
Andrei Gheata authored
git-svn-id: http://root.cern.ch/svn/root/trunk@44557 27541ba8-7e3a-0410-8455-c3a389f83636
-
Axel Naumann authored
git-svn-id: http://root.cern.ch/svn/root/trunk@44556 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jun 04, 2012
-
-
Axel Naumann authored
using namespace std; from Riostream.h, which has huge consequences for all of ROOT. Riostream.h is now a simple wrapper for fstream, iostream, iomanip for backward compatibility; Riosfwd.h simply wraps iosfwd. Because of templates and their inline functions, Riostream.h needed to be included in headers, too (e.g. TParameter.h), which violated the assumption that Riostream.h is not exposing its using namespace std to headers. ROOT now requires R__ANSISTREAM, R__SSTREAM, which does not change the set of supported compilers. Without "using namespace std", several identifiers are now prefixed by std::; e.g. roofit/* source files now have a using namespace std to keep their coding style. TFile::MakeProject() now generates "using namespace std" to convert the CINT-style class names into C++ ones. git-svn-id: http://root.cern.ch/svn/root/trunk@44507 27541ba8-7e3a-0410-8455-c3a389f83636
-
- May 09, 2012
-
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@44195 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Apr 26, 2012
-
-
Andrei Gheata authored
git-svn-id: http://root.cern.ch/svn/root/trunk@43975 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Apr 23, 2012
-
-
Andrei Gheata authored
git-svn-id: http://root.cern.ch/svn/root/trunk@43895 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Apr 13, 2012
-
-
Andrei Gheata authored
git-svn-id: http://root.cern.ch/svn/root/trunk@43724 27541ba8-7e3a-0410-8455-c3a389f83636
-