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
src
SimG4Core
KillSecondaries
src
KillSecondariesRunAction.cc
Go to the documentation of this file.
1
#include "
SimG4Core/KillSecondaries/interface/KillSecondariesRunAction.h
"
2
#include "
SimG4Core/KillSecondaries/interface/KillSecondariesStackingAction.h
"
3
4
#include "
SimG4Core/Notification/interface/BeginOfRun.h
"
5
6
#include "G4Run.hh"
7
#include "G4RunManagerKernel.hh"
8
9
KillSecondariesRunAction::KillSecondariesRunAction
(
edm::ParameterSet
const
&
p
) {}
10
11
KillSecondariesRunAction::~KillSecondariesRunAction
() {}
12
13
void
KillSecondariesRunAction::update
(
const
BeginOfRun
*
r
) {
14
std::cout
<<
" Using KillSecondariesStackingAction!!! "
<< std::endl;
15
G4RunManagerKernel::GetRunManagerKernel()->GetEventManager()->SetUserAction(
new
KillSecondariesStackingAction
);
16
}
KillSecondariesStackingAction.h
KillSecondariesRunAction::~KillSecondariesRunAction
~KillSecondariesRunAction() override
Definition:
KillSecondariesRunAction.cc:11
KillSecondariesRunAction::update
void update(const BeginOfRun *run) override
This routine will be called when the appropriate signal arrives.
Definition:
KillSecondariesRunAction.cc:13
BeginOfRun
Definition:
BeginOfRun.h:6
alignCSCRings.r
r
Definition:
alignCSCRings.py:93
KillSecondariesRunAction::KillSecondariesRunAction
KillSecondariesRunAction(edm::ParameterSet const &p)
Definition:
KillSecondariesRunAction.cc:9
edm::ParameterSet
Definition:
ParameterSet.h:48
KillSecondariesRunAction.h
gather_cfg.cout
cout
Definition:
gather_cfg.py:144
KillSecondariesStackingAction
Definition:
KillSecondariesStackingAction.h:8
BeginOfRun.h
AlCaHLTBitMon_ParallelJobs.p
def p
Definition:
AlCaHLTBitMon_ParallelJobs.py:153
Generated for CMSSW Reference Manual by
1.8.14