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
MergeableRunProductMetadataBase.h
Go to the documentation of this file.
1
#ifndef DataFormats_Provenance_MergeableRunProductMetadataBase_h
2
#define DataFormats_Provenance_MergeableRunProductMetadataBase_h
3
#include <string>
4
5
namespace
edm
{
6
7
class
MergeableRunProductMetadataBase
{
8
public
:
9
virtual
~MergeableRunProductMetadataBase
();
10
11
virtual
bool
knownImproperlyMerged
(
std::string
const
& processThatCreatedProduct)
const
= 0;
12
};
13
}
// namespace edm
14
#endif
AlCaHLTBitMon_QueryRunRegistry.string
string string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:256
edm::MergeableRunProductMetadataBase
Definition:
MergeableRunProductMetadataBase.h:7
edm::MergeableRunProductMetadataBase::~MergeableRunProductMetadataBase
virtual ~MergeableRunProductMetadataBase()
Definition:
MergeableRunProductMetadataBase.cc:4
edm
HLT enums.
Definition:
AlignableModifier.h:19
edm::MergeableRunProductMetadataBase::knownImproperlyMerged
virtual bool knownImproperlyMerged(std::string const &processThatCreatedProduct) const =0
Generated for CMSSW Reference Manual by
1.8.14