Log of /trunk/montecarlo/vmc/inc/TVirtualMCApplication.h
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: 3490 byte(s)
Diff to
previous 30651
Modifications in vmc for multi-threading:
Making TVirtualMC and TVirtualMCApplication instances thread local;
behind #if defined(__linux__) && !defined(__CINT__)
Revision
30651 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Fri Oct 9 13:17:17 2009 UTC (5 years, 3 months ago) by
brun
File length: 3273 byte(s)
Diff to
previous 27106
From Mohammad Al-Turany
Introduce a new function to the TVirtualMCApplication called GeaneStepping which is now called from eustep.
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: 3193 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/inc/TVirtualMCApplication.h
File length: 3049 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
17306 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Fri Jan 12 16:03:17 2007 UTC (8 years ago) by
brun
Original Path:
trunk/vmc/inc/TVirtualMCApplication.h
File length: 3061 byte(s)
Diff to
previous 16107
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
----------------------------------------------------------------------
Revision
11806 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Tue May 17 12:44:52 2005 UTC (9 years, 8 months ago) by
brun
Original Path:
trunk/vmc/inc/TVirtualMCApplication.h
File length: 1607 byte(s)
Diff to
previous 7331
From Ivana:
Added new functions for definition of surfaces and material
properties for optical physics.
TVirtualMC:
virtual void DefineOpSurface(...);
virtual void SetBorderSurface(...);
virtual void SetSkinSurface(...);
virtual void SetMaterialProperty(...);
TVirtualMCApplication:
virtual void ConstructOpGeometry() {}
Use of these functions is demonstrated on the new VMC example E06.
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/inc/TVirtualMCApplication.h
File length: 1491 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.