- Feb 06, 2007
-
-
Rene Brun authored
TPad::Class()->ReadBuffer(b, this, v, R__s, R__c); TPad::Class()->WriteBuffer(b,this); by b.ReadClassBuffer(TPad::Class(), this, v, R__s, R__c); b.WriteClassBuffer(TPad::Class(),this); git-svn-id: http://root.cern.ch/svn/root/trunk@17726 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Feb 03, 2007
-
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@17662 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@17658 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jan 12, 2007
-
-
Rene Brun authored
TMath::Abs, TMath::Min, TMath::Max, TMath::Sign, TMath::Range These functions are unfortunately not defined in a standard way in std:: This include is referenced by a new version of TMath.h. As a result, TMath.h is back compatible with the previous version. TMathBase.h is used in place of TMath.h in all the classes that will go into the future miniCore library. TMath.h and the TMath implementation will go into a new math sub-directory. TString.h uses TMathBase.h instead of TMath.h. As a result, it was necessary to include "TMath.h" in some classes assuming that TMath was included via TString and using other functions than the ones defined in TMathBase.h ---------------------------------------------------------------------- git-svn-id: http://root.cern.ch/svn/root/trunk@17306 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Nov 16, 2006
-
-
Fons Rademakers authored
too trivial (just do a locate config.h to see how many there are): - replace occurances of config.h by RConfigure.h - add #warning in config.h that is should not be used - change HAVE_CONFIG to R__HAVE_CONFIG git-svn-id: http://root.cern.ch/svn/root/trunk@16796 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Oct 20, 2006
-
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@16575 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Aug 24, 2006
-
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@16107 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jun 19, 2006
-
-
Rene Brun authored
Int_t NDecayChannels () const Int_t TrackingCode() const git-svn-id: http://root.cern.ch/svn/root/trunk@15470 27541ba8-7e3a-0410-8455-c3a389f83636
-
- May 27, 2006
-
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@15188 27541ba8-7e3a-0410-8455-c3a389f83636
-
- May 26, 2006
-
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@15176 27541ba8-7e3a-0410-8455-c3a389f83636
-
- May 24, 2006
-
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@15165 27541ba8-7e3a-0410-8455-c3a389f83636
-
- May 23, 2006
-
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@15137 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
"I have implemented all copy and equal operators needed to silence all warnings in AliRoot, as requested. I have implemented shallow copies as would do the default operators synthetized by the compiler. Most operators are protected. If users complain, you just have to move them into the public area, but class derivation is of course supported. It has been a terrible job, I have modified 278 files, but the changes are backward compabile, and this goes a long way to permitting user to use the effc++ flag with root headers." git-svn-id: http://root.cern.ch/svn/root/trunk@15134 27541ba8-7e3a-0410-8455-c3a389f83636
-
- May 16, 2006
-
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@15055 27541ba8-7e3a-0410-8455-c3a389f83636
-
- May 15, 2006
-
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@15043 27541ba8-7e3a-0410-8455-c3a389f83636
-
- May 13, 2006
-
-
Rene Brun authored
More headers changed to facilitate the use of the gcc option weffc++ git-svn-id: http://root.cern.ch/svn/root/trunk@15017 27541ba8-7e3a-0410-8455-c3a389f83636
-
- May 09, 2006
-
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@14971 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Apr 22, 2006
-
-
Rene Brun authored
virtual void GenerateEvent(); virtual Double_t GetParameter(const char* /*name*/) const { return 0.; } virtual void SetParameter(const char* /*name*/,Double_t /*val*/){} git-svn-id: http://root.cern.ch/svn/root/trunk@14797 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Apr 11, 2006
-
-
Fons Rademakers authored
configure if libPythia6 is compiled with Intel's ifort on MacTel and add the needed ifort run-time libs to the found pythia library. git-svn-id: http://root.cern.ch/svn/root/trunk@14634 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Apr 07, 2006
-
-
Rene Brun authored
#ifndef __APPLE__ by #ifndef __powerpc__ git-svn-id: http://root.cern.ch/svn/root/trunk@14601 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Mar 20, 2006
-
-
Philippe Canal authored
Warning: This means that some file that relied on the indirect inclusion of these header file might now fail to compile with an error message mention that gROOT is no known or that TClass, TROOT or TStreamerInfo is incompletely defined. Simply add the proper include directive. git-svn-id: http://root.cern.ch/svn/root/trunk@14336 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Mar 18, 2006
-
-
Fons Rademakers authored
Dictionary G__%.o: G__%.cxx rules now in main Makefile instead of Module.mk's => changes in Module.mk. First Module.mk's included, then Makefile.precomp - we need ALLHDRS defined Split $(PCHEXTRAOBJ) and $(PCHFILE) rules - fixes clash with make -j2 Define CINTCXXFLAGS:= - otherwise they will contain PCHCXXFLAGS via their definition as a copy of CXXFLAGS. MSVC: prevent LNK4206 linker warning (-Yl...) git-svn-id: http://root.cern.ch/svn/root/trunk@14301 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Mar 06, 2006
-
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@14187 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@14185 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jan 18, 2006
-
-
Rene Brun authored
Simplify code in the TParticle constructors by using the new function SetPdgCodeCVS: ---------------------------------------------------------------------- git-svn-id: http://root.cern.ch/svn/root/trunk@13861 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
void SetPdgCode(Int_t pdg); //change the PDG code for this particle //Get a new pointer to a TParticlePDG from TDatabasePDG //Recompute the mass git-svn-id: http://root.cern.ch/svn/root/trunk@13859 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Dec 10, 2005
-
-
Fons Rademakers authored
handle in a consistent way the new rootcint options -cint (default), -reflex and -gccxml. The type of dictionary to be used can be specified like: ./configure --with-dicttype=reflex. Notice that this option is there only for the developers working on the migration to the new dictionary system. git-svn-id: http://root.cern.ch/svn/root/trunk@13609 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Dec 09, 2005
-
-
Fons Rademakers authored
in case we have gmake >= 3.80 we can use the new | (order) syntax where all dependencies after the | are required to be there but not trigger execution of the rule. This should greatly enhance the build experience on Win32 and AIX (platforms that need the EXPLICITLINK option). git-svn-id: http://root.cern.ch/svn/root/trunk@13584 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Sep 04, 2005
-
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@12626 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Aug 30, 2005
-
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@12557 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jun 09, 2005
-
-
Rene Brun authored
Add a new function converting from PDG to Geant numbering scheme. git-svn-id: http://root.cern.ch/svn/root/trunk@12000 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Mar 03, 2005
-
-
Rene Brun authored
Added the following functions in TParticle IsPrimary() R() (cylindrical system) Rho() (spherical system) git-svn-id: http://root.cern.ch/svn/root/trunk@11217 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Feb 28, 2005
-
-
Fons Rademakers authored
OpenBSD port. git-svn-id: http://root.cern.ch/svn/root/trunk@11200 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Dec 16, 2004
-
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@10801 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Oct 22, 2004
-
-
Rene Brun authored
-make the functions "Momentum" and "ProductionVertex" const git-svn-id: http://root.cern.ch/svn/root/trunk@10388 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Aug 19, 2004
-
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@9790 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jul 07, 2004
-
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@9417 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jun 15, 2004
-
-
Fons Rademakers authored
the HEPEVT common, which cannot be defined in libEG since that will generate multiple defined errors (MacOS X fortran/C mixing problem). git-svn-id: http://root.cern.ch/svn/root/trunk@9210 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jun 11, 2004
-
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@9177 27541ba8-7e3a-0410-8455-c3a389f83636
-
- May 13, 2004
-
-
Fons Rademakers authored
and library and dependent library information from the LinkDefs and the library and libdep macros. git-svn-id: http://root.cern.ch/svn/root/trunk@8916 27541ba8-7e3a-0410-8455-c3a389f83636
-