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
FWCore
ServiceRegistry
interface
PlaceInPathContext.h
Go to the documentation of this file.
1
#ifndef FWCore_ServiceRegistry_PlaceInPathContext_h
2
#define FWCore_ServiceRegistry_PlaceInPathContext_h
3
9
//
10
// Original Author: W. David Dagenhart
11
// Created: 7/31/2013
12
13
#include <iosfwd>
14
15
namespace
edm
{
16
17
class
PathContext;
18
19
class
PlaceInPathContext
{
20
public
:
21
PlaceInPathContext
(
unsigned
int
);
22
23
unsigned
int
placeInPath
()
const
{
return
placeInPath_
; }
24
PathContext
const
*
pathContext
()
const
{
return
pathContext_
; }
25
26
void
setPathContext
(
PathContext
const
*
v
) {
pathContext_
=
v
; }
27
28
private
:
29
unsigned
int
placeInPath_
;
30
PathContext
const
*
pathContext_
;
31
};
32
33
std::ostream&
operator<<
(std::ostream&,
PlaceInPathContext
const
&);
34
}
// namespace edm
35
#endif
edm::PlaceInPathContext::PlaceInPathContext
PlaceInPathContext(unsigned int)
Definition:
PlaceInPathContext.cc:8
edm::PlaceInPathContext::setPathContext
void setPathContext(PathContext const *v)
Definition:
PlaceInPathContext.h:26
edm::PlaceInPathContext
Definition:
PlaceInPathContext.h:19
findQualityFiles.v
v
Definition:
findQualityFiles.py:179
edm::PathContext
Definition:
PathContext.h:24
edm::PlaceInPathContext::pathContext_
PathContext const * pathContext_
Definition:
PlaceInPathContext.h:30
edm::PlaceInPathContext::placeInPath
unsigned int placeInPath() const
Definition:
PlaceInPathContext.h:23
edm
HLT enums.
Definition:
AlignableModifier.h:19
edm::PlaceInPathContext::placeInPath_
unsigned int placeInPath_
Definition:
PlaceInPathContext.h:29
edm::PlaceInPathContext::pathContext
PathContext const * pathContext() const
Definition:
PlaceInPathContext.h:24
edm::operator<<
std::ostream & operator<<(std::ostream &ost, const HLTGlobalStatus &hlt)
Formatted printout of trigger tbale.
Definition:
HLTGlobalStatus.h:106
Generated for CMSSW Reference Manual by
1.8.14