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
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
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
Notification
interface
BeginOfJob.h
Go to the documentation of this file.
1
#ifndef SimG4Core_BeginOfJob_H
2
#define SimG4Core_BeginOfJob_H
3
4
namespace
edm
{
5
class
EventSetup
;
6
}
7
8
class
BeginOfJob
{
9
public
:
10
BeginOfJob
(
const
edm::EventSetup
* tJob) :
anJob
(tJob) {}
11
const
edm::EventSetup
*
operator()
()
const
{
return
anJob
; }
12
13
private
:
14
const
edm::EventSetup
*
anJob
;
15
};
16
17
#endif
BeginOfJob::anJob
const edm::EventSetup * anJob
Definition:
BeginOfJob.h:14
edm
HLT enums.
Definition:
AlignableModifier.h:19
BeginOfJob::BeginOfJob
BeginOfJob(const edm::EventSetup *tJob)
Definition:
BeginOfJob.h:10
BeginOfJob
Definition:
BeginOfJob.h:8
edm::EventSetup
Definition:
EventSetup.h:58
BeginOfJob::operator()
const edm::EventSetup * operator()() const
Definition:
BeginOfJob.h:11
EventSetup
Generated for CMSSW Reference Manual by
1.8.16