[root] / trunk / montecarlo / eg / src / TGenerator.cxx Repository:
ViewVC logotype

Log of /trunk/montecarlo/eg/src/TGenerator.cxx

Parent Directory Parent Directory


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

Revision 44084 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu May 3 09:55:25 2012 UTC (2 years, 8 months ago) by axel
File length: 24519 byte(s)
Diff to previous 41302
Coverity

Revision 41302 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Oct 10 13:33:10 2011 UTC (3 years, 3 months ago) by axel
File length: 24324 byte(s)
Diff to previous 35914
From Bertrand: Fix coverity reports #33290 & #33291, #32729 & #33861

Revision 35914 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Sep 30 14:25:00 2010 UTC (4 years, 3 months ago) by brun
File length: 24278 byte(s)
Diff to previous 23136
Replace sprintf by snprintf

Revision 23136 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Apr 11 08:58:49 2008 UTC (6 years, 9 months ago) by rdm
File length: 24230 byte(s)
Diff to previous 20882
move the following directories to "montecarlo":

eg, g4root, pythia6, pythia8, vmc

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/eg/src/TGenerator.cxx
File length: 24230 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/eg/src/TGenerator.cxx
File length: 24230 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/eg/src/TGenerator.cxx
File length: 24283 byte(s)
Diff to previous 17998
remove :$ from tag line

Revision 17998 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Feb 18 14:58:56 2007 UTC (7 years, 11 months ago) by brun
Original Path: trunk/eg/src/TGenerator.cxx
File length: 24293 byte(s)
Diff to previous 17967
-Replace all calls to the TView constructor by a call to the new static
function  TView::CreateView.

Revision 17967 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Feb 15 15:04:41 2007 UTC (7 years, 11 months ago) by brun
Original Path: trunk/eg/src/TGenerator.cxx
File length: 24281 byte(s)
Diff to previous 17662
-replace calls to gROOT->GetMakeDefCanvas()() by gROOT->MakeDefCanvas()

Revision 17662 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Feb 3 17:56:27 2007 UTC (7 years, 11 months ago) by brun
Original Path: trunk/eg/src/TGenerator.cxx
File length: 24333 byte(s)
Diff to previous 16107
Use forward declaration of TClonesArray

Revision 16107 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Aug 24 16:31:21 2006 UTC (8 years, 5 months ago) by rdm
Original Path: trunk/eg/src/TGenerator.cxx
File length: 24115 byte(s)
Diff to previous 15176
Added proper copyright and license statements. All files now LGPL.

Revision 15176 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri May 26 09:27:12 2006 UTC (8 years, 8 months ago) by brun
Original Path: trunk/eg/src/TGenerator.cxx
File length: 24104 byte(s)
Diff to previous 15055
Fix coding conventions violations

Revision 15055 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue May 16 06:18:27 2006 UTC (8 years, 8 months ago) by brun
Original Path: trunk/eg/src/TGenerator.cxx
File length: 24110 byte(s)
Diff to previous 15043
Fix coding conventions violations

Revision 15043 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon May 15 07:27:03 2006 UTC (8 years, 8 months ago) by brun
Original Path: trunk/eg/src/TGenerator.cxx
File length: 24110 byte(s)
Diff to previous 14797
Fix coding conventions violations

Revision 14797 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Apr 22 09:23:01 2006 UTC (8 years, 9 months ago) by brun
Original Path: trunk/eg/src/TGenerator.cxx
File length: 24039 byte(s)
Diff to previous 12557
Implement new methods in TGenerator (suggested by Christian Holm)
	virtual void            GenerateEvent();
        virtual Double_t        GetParameter(const char* /*name*/) const { return 0.; }
        virtual void            SetParameter(const char* /*name*/,Double_t /*val*/){}

Revision 12557 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Aug 30 06:39:31 2005 UTC (9 years, 4 months ago) by brun
Original Path: trunk/eg/src/TGenerator.cxx
File length: 16065 byte(s)
Diff to previous 3748
Changes to make the rulechecker happy in directory eg.

Revision 3748 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jan 24 11:39:31 2002 UTC (13 years ago) by rdm
Original Path: trunk/eg/src/TGenerator.cxx
File length: 16041 byte(s)
Diff to previous 3742
rename IOSFwd.h and IOStream.h to Riosfwd.h and Riostream.h. The change
is necessary because on Windows which is case insensitive IOStream.h
hides the real iostream.h.

Revision 3742 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Jan 23 17:52:52 2002 UTC (13 years ago) by rdm
Original Path: trunk/eg/src/TGenerator.cxx
File length: 16041 byte(s)
Diff to previous 1740
use IOSFwd.h in headers instead of <iosfwd> or many other ifdef'ed variant
and IOStream.h in the source instead of <iostream[.h]>, <fstream[.h]> and
<iomanip[.h]>.

Revision 1740 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Mar 5 09:09:42 2001 UTC (13 years, 10 months ago) by brun
Original Path: trunk/eg/src/TGenerator.cxx
File length: 16041 byte(s)
Diff to previous 1205
New version of TDatabasePDG and related classes from Pasha Murat.
Note that TDatabasePDG::AddParticle has two additional parameters (optional).
- the default constructor is not doing anything now (not even allocating the memory)
- GetParticle methods are modified to do auto-initialization if necessary
- ReadPDGTable includes Init functionality
- Rootino has been added
- few typo-level things fixed in the particle table itself (like "p+" has been
  changed into "proton", "n0" into "neutron" and such)
TDatabasePDG::Init has been removed (replaced by ReadPDGTable). This new function
reads the PDG data base from the ascii file pdg_table.txt in $ROOTSYS/eg/src

Revision 1205 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Dec 13 15:13:57 2000 UTC (14 years, 1 month ago) by brun
Original Path: trunk/eg/src/TGenerator.cxx
File length: 16008 byte(s)
Diff to previous 985
      W A R N I N G   !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
     ==================================================================
A very long list of changes in this pre-release of version 3.00.
We have modified the signature of many functions (in particular TObject)
to introduce more constness in the system.
You must change your code if your class derives from TObject and uses
one of the modified functions such as ls, Print, Compare, Hash, etc.
The modified functions in TObject have the following signature:
   virtual TObject    *Clone() const;
   virtual Int_t       Compare(const TObject *obj) const;
   virtual void        Delete(Option_t *option=""); // *MENU*
   virtual void        DrawClass() const; // *MENU*
   virtual void        DrawClone(Option_t *option="") const; // *MENU*
   virtual void        Dump() const; // *MENU*
   virtual TObject    *FindObject(const TObject *obj) const;
   virtual char       *GetObjectInfo(Int_t px, Int_t py) const;
   virtual ULong_t     Hash() const;
   virtual void        Inspect() const; // *MENU*
   virtual Bool_t      IsEqual(const TObject *obj) const;
   virtual void        ls(Option_t *option="") const;
   virtual void        Print(Option_t *option="") const;

A similar operation has been done with classes such as TH1, TVirtualPad,
TTree, etc.

Revision 985 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Nov 21 20:51:23 2000 UTC (14 years, 2 months ago) by brun
Original Path: trunk/eg/src/TGenerator.cxx
File length: 16002 byte(s)
Diff to previous 838
Function Streamer now in the implementation file.
Add code for the new automatic schema evolution algorithm

Revision 838 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Oct 30 08:01:10 2000 UTC (14 years, 2 months ago) by brun
Original Path: trunk/eg/src/TGenerator.cxx
File length: 16533 byte(s)
Diff to previous 3
Fix a bug in TGenerator::ImportParticles and TPythia6::ImportParticles.
Was importing one more particle. Code was correct in TPythia.
Thanks Patrice Lebrun for reporting.

Revision 3 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue May 16 17:00:58 2000 UTC (14 years, 8 months ago) by rdm
Original Path: trunk/eg/src/TGenerator.cxx
File length: 16479 byte(s)
Copied from: branches/rdm/eg/src/TGenerator.cxx revision 2
Diff to previous 2
This commit was generated by cvs2svn to compensate for changes in r2,
which included commits to RCS files with non-trunk default branches.

Revision 2 - (view) (download) (as text) (annotate) - [select for diffs]
Added Tue May 16 17:00:58 2000 UTC (14 years, 8 months ago) by rdm
Original Path: branches/rdm/eg/src/TGenerator.cxx
File length: 16479 byte(s)
Initial import of ROOT into CVS

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