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
FWCore
ServiceRegistry
src
PlaceInPathContext.cc
Go to the documentation of this file.
1
#include "
FWCore/ServiceRegistry/interface/PlaceInPathContext.h
"
2
#include "
FWCore/ServiceRegistry/interface/PathContext.h
"
3
4
#include <ostream>
5
6
namespace
edm
{
7
8
PlaceInPathContext::PlaceInPathContext
(
unsigned
int
placeInPath) : placeInPath_(placeInPath), pathContext_(nullptr) {}
9
10
std::ostream&
operator<<
(std::ostream& os,
PlaceInPathContext
const
& ppc) {
11
os <<
"PlaceInPathContext "
<< ppc.
placeInPath
() <<
"\n"
;
12
if
(ppc.
pathContext
()) {
13
os <<
" "
<< *ppc.
pathContext
();
14
}
15
return
os;
16
}
17
}
// namespace edm
edm::PlaceInPathContext::PlaceInPathContext
PlaceInPathContext(unsigned int)
Definition:
PlaceInPathContext.cc:8
edm::PlaceInPathContext
Definition:
PlaceInPathContext.h:19
PathContext.h
edm::PlaceInPathContext::placeInPath
unsigned int placeInPath() const
Definition:
PlaceInPathContext.h:23
edm
HLT enums.
Definition:
AlignableModifier.h:19
edm::PlaceInPathContext::pathContext
PathContext const * pathContext() const
Definition:
PlaceInPathContext.h:24
PlaceInPathContext.h
edm::operator<<
std::ostream & operator<<(std::ostream &ost, const HLTGlobalStatus &hlt)
Formatted printout of trigger table.
Definition:
HLTGlobalStatus.h:108
Generated for CMSSW Reference Manual by
1.8.14