[root] / trunk / montecarlo / vmc / src / TVirtualMC.cxx Repository:
ViewVC logotype

Log of /trunk/montecarlo/vmc/src/TVirtualMC.cxx

Parent Directory Parent Directory


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

Revision 44794 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jun 28 08:53:16 2012 UTC (2 years, 6 months ago) by ivana
File length: 3678 byte(s)
Diff to previous 43453
Removing a blank line only (to test SVN access)

Revision 43453 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Mar 22 16:11:34 2012 UTC (2 years, 10 months ago) by ivana
File length: 3679 byte(s)
Diff to previous 36585
Modifications in vmc for multi-threading:
Making TVirtualMC and TVirtualMCApplication instances thread local;
behind #if defined(__linux__) && !defined(__CINT__)

Revision 36585 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Nov 10 15:06:57 2010 UTC (4 years, 2 months ago) by ivana
File length: 3554 byte(s)
Diff to previous 27106
Removing empty line

Revision 27106 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Jan 9 07:55:28 2009 UTC (6 years ago) by brun
File length: 3555 byte(s)
Diff to previous 23136
From Ivana:
there is added setter/getter for TVirtualMagField
in TVirtualMC.
If the field object is set, the MCApplication::Field
is not used, if not, it is used as before, but there is issued
a warning that MCApplication::Field is now deprecated and user
should move to TVirtualMagField.
There is also included a correction in the new classes
headers, as there was a problem in compilation when using
include of uniform field. And added a setter/getter for
the field value in uniform field.

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: 3329 byte(s)
Diff to previous 21565
move the following directories to "montecarlo":

eg, g4root, pythia6, pythia8, vmc

Revision 21565 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Dec 28 12:28:46 2007 UTC (7 years ago) by brun
Original Path: trunk/vmc/src/TVirtualMC.cxx
File length: 3329 byte(s)
Diff to previous 20882
Functions referencing a static global cannot be inlined.

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/vmc/src/TVirtualMC.cxx
File length: 3157 byte(s)
Diff to previous 20768
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 20768 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Nov 12 16:04:42 2007 UTC (7 years, 2 months ago) by ivana
Original Path: trunk/vmc/src/TVirtualMC.cxx
File length: 3157 byte(s)
Diff to previous 19826
- Modified interface TVirtualMC::DefineParticle() - added more arguments
  needed for Geant4 implementation
- Added new function TVirtualMCApplication::AddIons(),
  additional to AddParticles(), as in Geant4 ions have to be added
  later then particles  
From Mohammad Al-Turany:      
- Added new function:
  TVirtualMC::SetDecayMode()

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/vmc/src/TVirtualMC.cxx
File length: 3328 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/vmc/src/TVirtualMC.cxx
File length: 3379 byte(s)
Diff to previous 19620
remove :$ from tag line

Revision 19620 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Aug 13 17:29:32 2007 UTC (7 years, 5 months ago) by brun
Original Path: trunk/vmc/src/TVirtualMC.cxx
File length: 3389 byte(s)
Diff to previous 16107
From Axel and Gordon Watts:
Move inline functions referencing class static global variables from inline
to the implementation files (Windows DLLs).

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/vmc/src/TVirtualMC.cxx
File length: 3218 byte(s)
Diff to previous 15033
Added proper copyright and license statements. All files now LGPL.

Revision 15033 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun May 14 07:43:40 2006 UTC (8 years, 8 months ago) by brun
Original Path: trunk/vmc/src/TVirtualMC.cxx
File length: 2953 byte(s)
Diff to previous 15028
Fix coding conventions violations

Revision 15028 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat May 13 20:57:20 2006 UTC (8 years, 8 months ago) by brun
Original Path: trunk/vmc/src/TVirtualMC.cxx
File length: 2952 byte(s)
Diff to previous 11058
Fix coding conventions violations

Revision 11058 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Feb 8 11:20:15 2005 UTC (9 years, 11 months ago) by brun
Original Path: trunk/vmc/src/TVirtualMC.cxx
File length: 2928 byte(s)
Diff to previous 9136
From Ivana:
- Removed default implementation for the recent functions
  and made them pure anstract (=0)
- Removed fIsRootGeometrySupported data member;
  this info should be returned via IsRootGeometrySupported() function

Revision 9136 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Jun 8 10:26:42 2004 UTC (10 years, 7 months ago) by brun
Original Path: trunk/vmc/src/TVirtualMC.cxx
File length: 3270 byte(s)
Diff to previous 7928
From Ivana;
- Added Bool_t return value to methods
  SetCut(), SetProcess(), DefineParticle(), DefineIon()
- Removed  DefineParticles()

Revision 7928 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Jan 18 12:06:43 2004 UTC (11 years ago) by brun
Original Path: trunk/vmc/src/TVirtualMC.cxx
File length: 3775 byte(s)
Diff to previous 7367
In TVirtualMC::SetRandom set gRandom as well

Revision 7367 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Sep 27 09:28:45 2003 UTC (11 years, 3 months ago) by brun
Original Path: trunk/vmc/src/TVirtualMC.cxx
File length: 3755 byte(s)
Diff to previous 6934
From Ivana:

  For back compatibility, add a  non-virtual
  function TVirtualMC::DefineParticles() which will just
  print a warning that this function is obsolete. We should
  remove it with putting the new version number.

Revision 6934 - (view) (download) (as text) (annotate) - [select for diffs]
Added Tue Jul 15 09:56:58 2003 UTC (11 years, 6 months ago) by brun
Original Path: trunk/vmc/src/TVirtualMC.cxx
File length: 3250 byte(s)
Old directory mc is renamed vmc.
Note new classes TVirtualMCGeometry, TGeoMCGeometry.
The new vmc directory has the following backward incompatibilities;

in class TVirtualMCStack,
 SetTrack has been renamed PushTrack
 GetNextTrack is renamed PopNextTrack
 GetPrimaryForTracking is renamed PopPrimaryForTracking
 CurrentTrack is renamed GetCurrentTrackNumber
 CurrentTrackParent is renamed GetCurrentParentTrackNumber

in class TVirtualMC
 A new optional argument in the constructor
 Two new functios SetRootGeometry and IsRootGeometrySupported.

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