Log of /trunk/montecarlo/vmc/src/TVirtualMC.cxx
Parent Directory
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
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
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
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
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.