LDMX Software
Toggle main menu visibility
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
Functions
Variables
Typedefs
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
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
k
l
m
n
o
p
q
r
s
t
u
v
w
x
~
Variables
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
Enumerations
Enumerator
Related Symbols
Files
File List
File Members
All
Functions
Macros
SimCore
src
SimCore
UserRegionInformation.cxx
1
#include "
SimCore/UserRegionInformation.h
"
2
3
namespace
simcore {
4
5
UserRegionInformation::UserRegionInformation(
bool
aStoreSecondaries)
6
: storeSecondaries_(aStoreSecondaries) {}
7
8
bool
UserRegionInformation::getStoreSecondaries()
const
{
9
return
storeSecondaries_;
10
}
11
12
void
UserRegionInformation::Print()
const
{}
13
14
}
// namespace simcore
UserRegionInformation.h
Class which provides extra information for a detector region.
Generated by
1.12.0