[root] / trunk / math / foam / src / TFoamVect.cxx Repository:
ViewVC logotype

Log of /trunk/math/foam/src/TFoamVect.cxx

Parent Directory Parent Directory


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Revision:

Revision 44879 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Jul 4 13:38:38 2012 UTC (2 years, 6 months ago) by moneta
File length: 6602 byte(s)
Diff to previous 44507
from Gabriel: apply Coverity fixes in copy constructors or assignment operators

Revision 44507 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Jun 4 12:30:41 2012 UTC (2 years, 7 months ago) by axel
File length: 7192 byte(s)
Diff to previous 35526
Remove
  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.

Revision 35526 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Sep 21 12:22:12 2010 UTC (4 years, 4 months ago) by moneta
File length: 7132 byte(s)
Diff to previous 22885
- restore correctly the stream state after having modifying it (found by Coverity)

Revision 22885 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Mar 28 13:57:25 2008 UTC (6 years, 9 months ago) by rdm
File length: 7105 byte(s)
Diff to previous 20882
move the following directories under the new "math" meta directory:
   mathcore
   mathmore
   fftw
   foam
   fumili
   genvector
   matrix
   minuit
   minuit2
   mlp
   physics
   smatrix
   splot
   unuran
   quadp

Revision 20882 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Nov 19 11:31:26 2007 UTC (7 years, 2 months ago) by rdm
Original Path: trunk/foam/src/TFoamVect.cxx
File length: 7105 byte(s)
Diff to previous 19826
Set property svn:eol-style LF on all source and Makefiles. This should avoid
problems with Win32 line endings ending up in the repository. All MS tools
support LF eols fine.

Revision 19826 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Sep 19 19:56:11 2007 UTC (7 years, 4 months ago) by rdm
Original Path: trunk/foam/src/TFoamVect.cxx
File length: 7105 byte(s)
Diff to previous 19825
imported svn:keywords Id property

Revision 19825 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Sep 19 19:49:10 2007 UTC (7 years, 4 months ago) by rdm
Original Path: trunk/foam/src/TFoamVect.cxx
File length: 7157 byte(s)
Diff to previous 15181
remove :$ from tag line

Revision 15181 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri May 26 15:13:03 2006 UTC (8 years, 8 months ago) by rdm
Original Path: trunk/foam/src/TFoamVect.cxx
File length: 7167 byte(s)
Diff to previous 15031
one more round of code cleanup: change NULL by 0 in all C++ code.

Revision 15031 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun May 14 07:22:20 2006 UTC (8 years, 8 months ago) by brun
Original Path: trunk/foam/src/TFoamVect.cxx
File length: 7173 byte(s)
Diff to previous 15020
Fix coding conventions violations

Revision 15020 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat May 13 15:40:17 2006 UTC (8 years, 8 months ago) by brun
Original Path: trunk/foam/src/TFoamVect.cxx
File length: 7169 byte(s)
Diff to previous 12614
Fix coding conventions violations

Revision 12614 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Sep 4 09:02:06 2005 UTC (9 years, 4 months ago) by brun
Original Path: trunk/foam/src/TFoamVect.cxx
File length: 7039 byte(s)
Diff to previous 12558
Fix coding conventions violation.

Revision 12558 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Aug 30 08:27:42 2005 UTC (9 years, 4 months ago) by brun
Original Path: trunk/foam/src/TFoamVect.cxx
File length: 7025 byte(s)
Diff to previous 11579
Changes to make the rulechecker happy in directory fumili.

Revision 11579 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Apr 13 13:15:27 2005 UTC (9 years, 9 months ago) by brun
Original Path: trunk/foam/src/TFoamVect.cxx
File length: 7025 byte(s)
Diff to previous 11566
From Pawel Sawicki
Added LinkCells method, more methods const, many text corrections

Revision 11566 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Apr 12 12:31:39 2005 UTC (9 years, 9 months ago) by brun
Original Path: trunk/foam/src/TFoamVect.cxx
File length: 6956 byte(s)
Diff to previous 11564
Change Author line to be compliant with THtml and add the mailto specifier

Revision 11564 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Apr 12 10:01:56 2005 UTC (9 years, 9 months ago) by brun
Original Path: trunk/foam/src/TFoamVect.cxx
File length: 6888 byte(s)
Diff to previous 11545
Fix style problems with the documentation preventing THtml to run correctly
on the class description.
Replaced mFOAM by FOAM.

Revision 11545 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Apr 11 10:31:48 2005 UTC (9 years, 9 months ago) by rdm
Original Path: trunk/foam/src/TFoamVect.cxx
File length: 6875 byte(s)
Diff to previous 11535
GetDim() instead of returning a "const int &" just return an "int".

Revision 11535 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Apr 8 16:29:48 2005 UTC (9 years, 9 months ago) by rdm
Original Path: trunk/foam/src/TFoamVect.cxx
File length: 7004 byte(s)
Diff to previous 11534
A number of small changes:
- made many getters const
- changed many includes in the headers to forward declaration
- removed "const" from non- pointer and ref basic types in function arguments
- added //author lines
- corrected cvs ident line to include "root/foam"

Revision 11534 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Apr 8 16:11:34 2005 UTC (9 years, 9 months ago) by brun
Original Path: trunk/foam/src/TFoamVect.cxx
File length: 7025 byte(s)
Diff to previous 11528
Fix a portability problem (solving also a naming problem).
Replace static member fchat by gDebug

Revision 11528 - (view) (download) (as text) (annotate) - [select for diffs]
Added Fri Apr 8 14:27:09 2005 UTC (9 years, 9 months ago) by brun
Original Path: trunk/foam/src/TFoamVect.cxx
File length: 7003 byte(s)
New package FOAM:

// Authors:
//   S. Jadach and P.Sawicki
//   Institute of Nuclear Physics, Cracow, Poland
//   Stanislaw. Jadach@ifj.edu.pl, Pawel.Sawicki@ifj.edu.pl
//
// What is FOAM for?
// =================
// * Suppose you want to generate randomly points (vectors) according to
//   an arbitrary probability distribution  in n dimensions,
//   for which you supply your own subprogram. FOAM can do it for you!
//   Even if your distributions has quite strong peaks and is discontinuous!
// * FOAM generates random points with weight one or with variable weight.
// * FOAM is capable to integrate using efficient "adaptive" MC method.
//   (The distribution does not need to be normalized to one.)

for more info, see class TFoam documentation

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

Subversion Admin
ViewVC Help
Powered by ViewVC 1.0.9