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
DataFormats
Provenance
src
BranchKey.cc
Go to the documentation of this file.
1
/*----------------------------------------------------------------------
2
3
4
----------------------------------------------------------------------*/
5
#include <ostream>
6
7
#include "
DataFormats/Provenance/interface/BranchKey.h
"
8
#include "
DataFormats/Provenance/interface/BranchDescription.h
"
9
10
namespace
edm
{
11
BranchKey::BranchKey
(
BranchDescription
const
&
desc
)
12
: friendlyClassName_(
desc
.friendlyClassName()),
13
moduleLabel_(
desc
.
moduleLabel
()),
14
productInstanceName_(
desc
.productInstanceName()),
15
processName_(
desc
.
processName
()) {}
16
17
std::ostream&
operator<<
(std::ostream& os,
BranchKey
const
&
bk
) {
18
os <<
"BranchKey("
<<
bk
.friendlyClassName() <<
", "
<<
bk
.moduleLabel() <<
", "
<<
bk
.productInstanceName() <<
", "
19
<<
bk
.processName() <<
')'
;
20
return
os;
21
}
22
}
// namespace edm
HerwigMaxPtPartonFilter_cfi.moduleLabel
moduleLabel
Definition:
HerwigMaxPtPartonFilter_cfi.py:4
submitPVResolutionJobs.desc
string desc
Definition:
submitPVResolutionJobs.py:251
edm::BranchKey::BranchKey
BranchKey()
Definition:
BranchKey.h:19
BranchDescription.h
edm::BranchDescription
Definition:
BranchDescription.h:32
BranchKey.h
edm
HLT enums.
Definition:
AlignableModifier.h:19
bk
Definition:
Breakpoints.cc:13
edm::BranchKey
Definition:
BranchKey.h:17
SimL1EmulatorRepack_CalouGT_cff.processName
processName
Definition:
SimL1EmulatorRepack_CalouGT_cff.py:16
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