![]() |
![]() |
#include <DDGeometryReturnType.h>
Public Member Functions | |
DDGeometryReturnType (G4LogicalVolume *log, const G4LogicalVolumeToDDLogicalPartMap &map, const SensitiveDetectorCatalog &catalog) | |
G4LogicalVolume * | logicalVolume () const |
G4LogicalVolumeToDDLogicalPartMap | lvToDDLPMap () const |
SensitiveDetectorCatalog | sdCatalog () const |
~DDGeometryReturnType () | |
Private Attributes | |
SensitiveDetectorCatalog | catalog_ |
G4LogicalVolume * | log_ |
G4LogicalVolumeToDDLogicalPartMap | map_ |
Definition at line 9 of file DDGeometryReturnType.h.
DDGeometryReturnType::DDGeometryReturnType | ( | G4LogicalVolume * | log, |
const G4LogicalVolumeToDDLogicalPartMap & | map, | ||
const SensitiveDetectorCatalog & | catalog | ||
) |
Definition at line 3 of file DDGeometryReturnType.cc.
DDGeometryReturnType::~DDGeometryReturnType | ( | ) |
Definition at line 8 of file DDGeometryReturnType.cc.
|
inline |
Definition at line 16 of file DDGeometryReturnType.h.
References log_.
Referenced by DDDWorld::DDDWorld().
|
inline |
Definition at line 17 of file DDGeometryReturnType.h.
References map_.
Referenced by DDDWorld::DDDWorld().
|
inline |
Definition at line 18 of file DDGeometryReturnType.h.
References catalog_.
Referenced by DDDWorld::DDDWorld().
|
private |
Definition at line 23 of file DDGeometryReturnType.h.
Referenced by sdCatalog().
|
private |
Definition at line 21 of file DDGeometryReturnType.h.
Referenced by logicalVolume().
|
private |
Definition at line 22 of file DDGeometryReturnType.h.
Referenced by lvToDDLPMap().