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
FWCore
ServiceRegistry
interface
CurrentModuleOnThread.h
Go to the documentation of this file.
1
#ifndef FWCore_Framework_CurrentModuleOnThread_h
2
#define FWCore_Framework_CurrentModuleOnThread_h
3
10
namespace
edm
{
11
12
class
ModuleCallingContext;
13
class
ModuleContextSentry;
14
15
class
CurrentModuleOnThread
{
16
public
:
17
static
ModuleCallingContext
const
*
getCurrentModuleOnThread
() {
return
currentModuleOnThread_
; }
18
19
private
:
20
friend
class
ModuleContextSentry
;
21
static
void
setCurrentModuleOnThread
(
ModuleCallingContext
const
*
v
) {
currentModuleOnThread_
=
v
; }
22
23
static
thread_local
ModuleCallingContext
const
*
currentModuleOnThread_
;
24
};
25
}
// namespace edm
26
#endif
edm::ModuleContextSentry
Definition:
ModuleContextSentry.h:11
edm
HLT enums.
Definition:
AlignableModifier.h:19
findQualityFiles.v
v
Definition:
findQualityFiles.py:179
edm::CurrentModuleOnThread::getCurrentModuleOnThread
static ModuleCallingContext const * getCurrentModuleOnThread()
Definition:
CurrentModuleOnThread.h:17
edm::CurrentModuleOnThread::setCurrentModuleOnThread
static void setCurrentModuleOnThread(ModuleCallingContext const *v)
Definition:
CurrentModuleOnThread.h:21
edm::CurrentModuleOnThread::currentModuleOnThread_
static thread_local ModuleCallingContext const * currentModuleOnThread_
Definition:
CurrentModuleOnThread.h:23
edm::CurrentModuleOnThread
Definition:
CurrentModuleOnThread.h:15
edm::ModuleCallingContext
Definition:
ModuleCallingContext.h:29
Generated for CMSSW Reference Manual by
1.8.16