Log of /trunk/montecarlo/vmc/inc/TGeoMCGeometry.h
Parent Directory
Revision
34810 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Fri Aug 13 13:36:26 2010 UTC (4 years, 5 months ago) by
ivana
File length: 6969 byte(s)
Diff to
previous 27157
In TGeoMCGeometry:
Make sure that TGeoManager exists before each call to gGeoManager
(call gGeoManager via a function which performs a test).
This fixes a crash in VMC examples when the VMC application builds geometry via TVirtualMC and then selects TGeant3TGeo as MC.
Revision
17193 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Tue Dec 12 16:12:55 2006 UTC (8 years, 1 month ago) by
brun
Original Path:
trunk/vmc/inc/TGeoMCGeometry.h
File length: 6975 byte(s)
Diff to
previous 16138
From Ivana Hrivnacova:
TVirtualMC
- Added new function TVirtualMC::MediumId(const const Text_t* mediumName)
- Removed default implementations for the recent functions
and made them pure anstract (=0)
- Removed deprecated function GetMedium() replaced with CurrentMedium()
- Copy constructors and assignment operators moved to private and
their implementation is removed
TVirtualMCGeometry
TGeoMCGeometry
- Added new function TVirtualMC::MediumId(const const Text_t* mediumName)
- Removed singleton pattern (now more than one instance may exist)
- Copy constructors and assignment operators moved to private and
their implementation is removed
Revision
13289 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Fri Nov 18 21:20:15 2005 UTC (9 years, 2 months ago) by
brun
Original Path:
trunk/vmc/inc/TGeoMCGeometry.h
File length: 6612 byte(s)
Diff to
previous 12616
From Bjorn, Andrei, Ivana:
Added new functions for access to geometry:
Bool_t GetTransformation(...);
Bool_t GetShape(...);
Bool_t GetMaterial(...);
Bool_t GetMedium(...);
The old GetMedium() function is going to be deprecated
and replaced with CurrentMedium(), now added:
Int_t CurrentMedium()
Revision
10288 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Tue Oct 12 07:45:54 2004 UTC (10 years, 3 months ago) by
brun
Original Path:
trunk/vmc/inc/TGeoMCGeometry.h
File length: 5288 byte(s)
Diff to
previous 8927
From Ivana:
Added new methods for querying geometry:
Int_t NofVolDaughters(const char* volName) const;
const char* VolDaughterName(const char* volName, Int_t i) const;
Int_t VolDaughterCopyNo(const char* volName, Int_t i) const;
const char* CurrentVolPath();
For backward compatibility, the default implementation is
temporarily provided. To be changed to pure virtual functions
with the next release.
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/TGeoMCGeometry.h
File length: 4850 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.