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
interface
EventProcessHistoryID.h
Go to the documentation of this file.
1
#ifndef DataFormats_Provenance_EventProcessHistoryID_h
2
#define DataFormats_Provenance_EventProcessHistoryID_h
3
4
#include "
DataFormats/Provenance/interface/EventID.h
"
5
#include "
DataFormats/Provenance/interface/ProcessHistoryID.h
"
6
7
// This class needed for backward compatibility only.
8
// It is relevant if and only if fileFormatVersion.eventHistoryBranch() is true.
9
10
namespace
edm
{
11
class
EventProcessHistoryID
{
12
public
:
13
EventProcessHistoryID
() :
eventID_
(),
processHistoryID_
() {}
14
EventProcessHistoryID
(
EventID
const
&
id
,
ProcessHistoryID
const
&
ph
) :
eventID_
(
id
),
processHistoryID_
(
ph
) {}
15
EventID
const
&
eventID
()
const
{
return
eventID_
; }
16
ProcessHistoryID
const
&
processHistoryID
()
const
{
return
processHistoryID_
; }
17
18
private
:
19
EventID
eventID_
;
20
ProcessHistoryID
processHistoryID_
;
21
};
22
inline
bool
operator<
(
EventProcessHistoryID
const
&
lh
,
EventProcessHistoryID
const
& rh) {
23
return
lh
.eventID() < rh.
eventID
();
24
}
25
}
// namespace edm
26
27
#endif
edm::operator<
bool operator<(DetSet< T > const &x, DetSet< T > const &y)
Definition:
DetSet.h:89
placeholders
edm::EventProcessHistoryID
Definition:
EventProcessHistoryID.h:11
EventID.h
edm::EventProcessHistoryID::processHistoryID
ProcessHistoryID const & processHistoryID() const
Definition:
EventProcessHistoryID.h:16
edm::Hash< ProcessHistoryType >
mathSSE::lh
bool int lh
Definition:
SIMDVec.h:20
l1ctLayer2EG_cff.id
id
Definition:
l1ctLayer2EG_cff.py:65
edm::EventProcessHistoryID::EventProcessHistoryID
EventProcessHistoryID()
Definition:
EventProcessHistoryID.h:13
edm::EventProcessHistoryID::eventID_
EventID eventID_
Definition:
EventProcessHistoryID.h:19
edm::EventProcessHistoryID::processHistoryID_
ProcessHistoryID processHistoryID_
Definition:
EventProcessHistoryID.h:20
edm::EventID
Definition:
EventID.h:31
ProcessHistoryID.h
edm::EventProcessHistoryID::EventProcessHistoryID
EventProcessHistoryID(EventID const &id, ProcessHistoryID const &ph)
Definition:
EventProcessHistoryID.h:14
edm
HLT enums.
Definition:
AlignableModifier.h:19
edm::EventProcessHistoryID::eventID
EventID const & eventID() const
Definition:
EventProcessHistoryID.h:15
Generated for CMSSW Reference Manual by
1.8.14