Main Page
Namespaces
Classes
Package Documentation
SimG4Core
Geometry
interface
DDGeometryReturnType.h
Go to the documentation of this file.
1
#ifndef SimG4Core_DDGeometryReturnType_h
2
#define SimG4Core_DDGeometryReturnType_h
3
4
#include "
SimG4Core/Geometry/interface/G4LogicalVolumeToDDLogicalPartMap.h
"
5
#include "
SimG4Core/Geometry/interface/SensitiveDetectorCatalog.h
"
6
7
#include "G4LogicalVolume.hh"
8
9
class
DDGeometryReturnType
{
10
public
:
11
DDGeometryReturnType
(G4LogicalVolume *
log
,
12
const
G4LogicalVolumeToDDLogicalPartMap
&
map
,
13
const
SensitiveDetectorCatalog
&
catalog
);
14
~DDGeometryReturnType
();
15
16
G4LogicalVolume *
logicalVolume
()
const
{
return
log_
; }
17
G4LogicalVolumeToDDLogicalPartMap
lvToDDLPMap
()
const
{
return
map_
; }
18
SensitiveDetectorCatalog
sdCatalog
()
const
{
return
catalog_
; }
19
20
private
:
21
G4LogicalVolume *
log_
;
22
G4LogicalVolumeToDDLogicalPartMap
map_
;
23
SensitiveDetectorCatalog
catalog_
;
24
};
25
26
#endif
DDGeometryReturnType::log_
G4LogicalVolume * log_
Definition:
DDGeometryReturnType.h:21
SensitiveDetectorCatalog.h
DDGeometryReturnType::logicalVolume
G4LogicalVolume * logicalVolume() const
Definition:
DDGeometryReturnType.h:16
G4LogicalVolumeToDDLogicalPartMap.h
DDGeometryReturnType::DDGeometryReturnType
DDGeometryReturnType(G4LogicalVolume *log, const G4LogicalVolumeToDDLogicalPartMap &map, const SensitiveDetectorCatalog &catalog)
Definition:
DDGeometryReturnType.cc:3
DDMapper< G4LogicalVolume *, DDLogicalPart >
SensitiveDetectorCatalog
Definition:
SensitiveDetectorCatalog.h:8
DDGeometryReturnType::~DDGeometryReturnType
~DDGeometryReturnType()
Definition:
DDGeometryReturnType.cc:8
DDGeometryReturnType::map_
G4LogicalVolumeToDDLogicalPartMap map_
Definition:
DDGeometryReturnType.h:22
genParticles_cff.map
map
Definition:
genParticles_cff.py:11
DDGeometryReturnType::sdCatalog
SensitiveDetectorCatalog sdCatalog() const
Definition:
DDGeometryReturnType.h:18
DDGeometryReturnType::lvToDDLPMap
G4LogicalVolumeToDDLogicalPartMap lvToDDLPMap() const
Definition:
DDGeometryReturnType.h:17
cmsBatch.log
log
Definition:
cmsBatch.py:343
DDGeometryReturnType
Definition:
DDGeometryReturnType.h:9
DDGeometryReturnType::catalog_
SensitiveDetectorCatalog catalog_
Definition:
DDGeometryReturnType.h:23
getEcalConditions_orcoffint2r_cff.catalog
catalog
Definition:
getEcalConditions_orcoffint2r_cff.py:40
Generated for CMSSW Reference Manual by
1.8.11