- Nov 15, 2010
-
-
Fons Rademakers authored
To make an out of source build do, assuming the source is in ~/root: mkdir ~/root-x8664 cd ~/root-x8664 ~/root/configure make This is convenient to build e.g. 32 and 64-bit version from one source, but also needed for cross-compilation, where it is now possible to build in a special directory only the compile time tools, like rootcint for the host architecture while the binary is build for the remote architecture (like iOS). git-svn-id: http://root.cern.ch/svn/root/trunk@36659 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Nov 10, 2010
-
-
Ivana Hrivnacova authored
git-svn-id: http://root.cern.ch/svn/root/trunk@36585 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Oct 21, 2010
-
-
Rene Brun authored
Disable -Wshadow for TGenerator.cxx: cfortran does funny things causing a shadow warning with clang. git-svn-id: http://root.cern.ch/svn/root/trunk@36394 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Oct 08, 2010
-
-
Rene Brun authored
// coverity [secure_coding : FALSE] git-svn-id: http://root.cern.ch/svn/root/trunk@36178 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Oct 01, 2010
-
-
Philippe Canal authored
git-svn-id: http://root.cern.ch/svn/root/trunk@35981 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Sep 30, 2010
-
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@35918 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@35915 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@35914 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Sep 20, 2010
-
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@35476 27541ba8-7e3a-0410-8455-c3a389f83636
-
Philippe Canal authored
TDatabasePDG.cxx: #11418 getc returns an int TTree.cxx: #10577 unused variable TTreeFormula.cxx: #10795,#10796,#13272,#13273,#13274,#14173 strcat -> strncat, strcpy -> strncpy TTreePlayer.cxx: #10891,#10892,#14169,#14170,#14172 strcpy -> strncpy TStreamerElement.cxx: #12537,#13200,#13318,#13586,#13587,#13588,#13589,#13590,#13591,#13596,#13597,#13598 strcpy,sprintf -> strncpy,snprintf (or TString) TStreamerInfo.cxx: #13470,#13787,#13788 strcpy,sprintf -> strncpy,snprintf (or TString) TBranchProxy.cxx: null pointer dereference. TBranch.cxx: #10689 null pointer dereference. loadfile.cxx: #10767,#12387.#12388,#12389,#12521,#12522,#13514,etc.. strcpy,sprintf -> strncpy,snprintf (or TString) TFileDrawMap.cxx: #10893,#10894,#10895,#13460,#14176,#14177,#14718,#14179 strcpy,sprintf -> strncpy,snprintf (or TString) TFile.cxx: #13789,#13193,#13450 strcpy,sprintf -> strncpy,snprintf (or TString) TMethod.cxx: #10802,#13310 strcpy,sprintf -> strncpy,snprintf (or TString) TClass.cxx: #10814,#13122,#13467,#13468,#13490 strcpy,sprintf -> strncpy,snprintf (or TString) TDataMember.cxx: #10825,#13241,#13329,#13330,#13584 strcpy,sprintf -> strncpy,snprintf (or TString) TFormula.cxx: #13263,#13783 sprintf -> snprintf or TString stlLoader.cxx: #13599 static array -> G__FastAllocString git-svn-id: http://root.cern.ch/svn/root/trunk@35450 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Sep 14, 2010
-
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@35261 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Sep 13, 2010
-
-
Ivana Hrivnacova authored
Restored backward compatibility by adding the explicit values to enum constants; the recently added processes (kPCoulombScattering, kPPhotoNuclear, kPUserDefined) have now values not used before. git-svn-id: http://root.cern.ch/svn/root/trunk@35238 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Aug 25, 2010
-
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@35002 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Aug 22, 2010
-
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@34928 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Aug 20, 2010
-
-
Rene Brun authored
Implement suggestion of https://savannah.cern.ch/bugs/?71649. Store pythia.status instead of pythia.IsFinal in TParticle. This provides more information and corresponds better to the definition of TParticle::fStatusMode git-svn-id: http://root.cern.ch/svn/root/trunk@34869 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Aug 18, 2010
-
-
Ivana Hrivnacova authored
Bool_t CurrentBoundaryNormal(Double_t &x, Double_t &y, Double_t &z) const; git-svn-id: http://root.cern.ch/svn/root/trunk@34836 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Aug 13, 2010
-
-
Ivana Hrivnacova authored
Make sure that TGeoManager exists before each call to gGeoManager (call gGeoManager via a function which performs a test). This fixes a crash in VMC examples when the VMC application builds geometry via TVirtualMC and then selects TGeant3TGeo as MC. git-svn-id: http://root.cern.ch/svn/root/trunk@34810 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jul 27, 2010
-
-
Ivana Hrivnacova authored
Adding process code kPCoulombScattering (needed in Geant4). git-svn-id: http://root.cern.ch/svn/root/trunk@34613 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jul 09, 2010
-
-
Ivana Hrivnacova authored
git-svn-id: http://root.cern.ch/svn/root/trunk@34360 27541ba8-7e3a-0410-8455-c3a389f83636
-
Ivana Hrivnacova authored
- Adding warning in the implementation of the recently added new functions: TVirtualMC::SetCollectTracks() and TVirtualMC::IsCollectTracks() - Removed default implementation of TVirtualMC::SetUserParameters() - Adding process codes kPPhotoNuclear, kPUserDefined in TMCProcess.h (needed in Geant4) git-svn-id: http://root.cern.ch/svn/root/trunk@34359 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jul 01, 2010
-
-
Fons Rademakers authored
and Printf(). git-svn-id: http://root.cern.ch/svn/root/trunk@34286 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jun 30, 2010
-
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@34204 27541ba8-7e3a-0410-8455-c3a389f83636
-
- May 31, 2010
-
-
Rene Brun authored
Add two new functions in the abastract interface // Activate collecting tracks (working only with TGeant3TGeo) virtual void SetCollectTracks(Bool_t) {} virtual Bool_t IsCollectTracks() const {return kFALSE;} git-svn-id: http://root.cern.ch/svn/root/trunk@33664 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Apr 27, 2010
-
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@33248 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Mar 12, 2010
-
-
Rene Brun authored
If users call TDatabasePDG::ReadPDGTable() twice for the same input file the code SEGV's because AddParticle(), which normally returns a pointer to the newly added TParticlePDG, returns 0 if the particle already exists. If the entry also has decay info then it attempts to use the null pointer to AddDecayChannel(). The SEGV can be avoided by the addition of a simple "if (part)" conditional: git-svn-id: http://root.cern.ch/svn/root/trunk@32589 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Mar 09, 2010
-
-
Rene Brun authored
void TPythia6::Pygive(const char *param) git-svn-id: http://root.cern.ch/svn/root/trunk@32513 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Feb 01, 2010
-
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@32167 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jan 04, 2010
-
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@31957 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
The value reported in the fLifetime variable of TParticlePDG is in seconds while in the documentation is indicated that it is in nanoseconds. git-svn-id: http://root.cern.ch/svn/root/trunk@31956 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
The method ReadPDGTable of TDatabasePDG was setting the stable flags for all particles regardless of their width. git-svn-id: http://root.cern.ch/svn/root/trunk@31955 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
When using Pythia8 as decayer MC the decay of weak decaying particle was not activated. git-svn-id: http://root.cern.ch/svn/root/trunk@31953 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Dec 15, 2009
-
-
Rene Brun authored
fixes to ve w3c compliant git-svn-id: http://root.cern.ch/svn/root/trunk@31890 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@31885 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Dec 11, 2009
-
-
Rene Brun authored
Fixes to the release notes to be compliant with w3c git-svn-id: http://root.cern.ch/svn/root/trunk@31860 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Dec 03, 2009
-
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@31515 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Oct 22, 2009
-
-
Rene Brun authored
is unknown. see: <http://savannah.cern.ch/bugs/?57359> git-svn-id: http://root.cern.ch/svn/root/trunk@30824 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Oct 20, 2009
-
-
Fons Rademakers authored
contain all needed headers to define all used types. This is in general good practice and needed to syntax-check the individual headers files with clang. git-svn-id: http://root.cern.ch/svn/root/trunk@30815 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Oct 15, 2009
-
-
Rene Brun authored
This patch fixes the spelling of "function" in the root source code and documentation, which is misspelled (sometimes as part of larger "function"-based words) at least 152 times: * "funciton" 48 times * "funcion" 36 times * "funtion" 23 times * "fucntion" 17 times * "functionn" 6 times * "fuction" 6 times * "fuunction" 4 times * "functioin" 3 times * "fonction" 3 times * "funstion" twice * "fnuction" once * "functiom" once * "functio" once * "funcition" once git-svn-id: http://root.cern.ch/svn/root/trunk@30749 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Oct 09, 2009
-
-
Rene Brun authored
Introduce a new function to the TVirtualMCApplication called GeaneStepping which is now called from eustep. git-svn-id: http://root.cern.ch/svn/root/trunk@30651 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Aug 28, 2009
-
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@29954 27541ba8-7e3a-0410-8455-c3a389f83636
-