Main Page
+
Namespaces
Namespace List
+
Namespace Members
+
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
+
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Classes
Class List
Class Index
Class Hierarchy
+
Class Members
+
All
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
+
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
+
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Properties
_
a
c
d
e
f
l
m
o
p
s
t
u
v
+
Related Functions
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Package Documentation
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
SimG4Core
Geometry
interface
DDDWorld.h
Go to the documentation of this file.
1
#ifndef SimG4Core_DDDWorld_h
2
#define SimG4Core_DDDWorld_h
3
4
#include "
SimG4Core/Geometry/interface/G4LogicalVolumeToDDLogicalPartMap.h
"
5
#include "
SimG4Core/Geometry/interface/SensitiveDetectorCatalog.h
"
6
#include "G4VPhysicalVolume.hh"
7
8
class
DDCompactView
;
9
10
namespace
cms
{
11
class
DDCompactView
;
12
}
13
14
class
DDDWorld
{
15
public
:
16
DDDWorld
(
const
DDCompactView
*pDD,
17
const
cms::DDCompactView
*pDD4hep,
18
SensitiveDetectorCatalog
&,
19
int
verb,
20
bool
cuts
,
21
bool
pcut);
22
DDDWorld
(
const
DDCompactView
*,
G4LogicalVolumeToDDLogicalPartMap
&,
SensitiveDetectorCatalog
&,
bool
check
);
23
~DDDWorld
();
24
G4VPhysicalVolume *
GetWorldVolume
()
const
{
return
m_world
; }
25
26
private
:
27
G4VPhysicalVolume *
m_world
;
28
};
29
30
#endif
cms::DDCompactView
Definition:
DDCompactView.h:31
RPCNoise_example.check
check
Definition:
RPCNoise_example.py:71
SiPixelLAHarvest::cuts
cuts
Definition:
SiPixelLorentzAnglePCLHarvester.cc:51
SensitiveDetectorCatalog.h
DDDWorld::GetWorldVolume
G4VPhysicalVolume * GetWorldVolume() const
Definition:
DDDWorld.h:24
DDCompactView
Compact representation of the geometrical detector hierarchy.
Definition:
DDCompactView.h:81
DDDWorld::DDDWorld
DDDWorld(const DDCompactView *pDD, const cms::DDCompactView *pDD4hep, SensitiveDetectorCatalog &, int verb, bool cuts, bool pcut)
Definition:
DDDWorld.cc:23
DDDWorld::~DDDWorld
~DDDWorld()
Definition:
DDDWorld.cc:70
G4LogicalVolumeToDDLogicalPartMap.h
DDDWorld::m_world
G4VPhysicalVolume * m_world
Definition:
DDDWorld.h:27
DDMapper< G4LogicalVolume *, DDLogicalPart >
SensitiveDetectorCatalog
Definition:
SensitiveDetectorCatalog.h:10
DDDWorld
Definition:
DDDWorld.h:14
cms
Namespace of DDCMS conversion namespace.
Definition:
ProducerAnalyzer.cc:41
Generated for CMSSW Reference Manual by
1.8.14