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
include
SimCore
UserRegionInformation.h
Go to the documentation of this file.
1
7
#ifndef SIMCORE_USERREGIONINFORMATION_H_
8
#define SIMCORE_USERREGIONINFORMATION_H_
9
10
// Geant4
11
#include "G4VUserRegionInformation.hh"
12
13
namespace
simcore {
14
25
class
UserRegionInformation
:
public
G4VUserRegionInformation {
26
public
:
27
UserRegionInformation
(
bool
storeSecondaries);
28
29
virtual
~UserRegionInformation
() =
default
;
30
31
void
Print()
const
;
32
33
bool
getStoreSecondaries()
const
;
34
35
private
:
36
bool
storeSecondaries_;
37
};
25
class
UserRegionInformation
:
public
G4VUserRegionInformation {
…
};
38
39
}
// namespace simcore
40
41
#endif
simcore::UserRegionInformation
Defines extra information for a detector region.
Definition
UserRegionInformation.h:25
Generated by
1.12.0