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
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
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
DataFormats
FWLite
interface
HistoryGetterBase.h
Go to the documentation of this file.
1
#ifndef DataFormats_FWLite_HistoryGetterBase_h
2
#define DataFormats_FWLite_HistoryGetterBase_h
3
// -*- C++ -*-
4
//
5
// Package: DataFormats
6
// Class : HistoryGetterBase
7
//
16
//
17
// Original Author:
18
// Created: Wed Feb 10 11:15:16 CST 2010
19
//
20
21
#include "
DataFormats/Provenance/interface/ProcessHistory.h
"
22
23
namespace
fwlite
{
24
class
HistoryGetterBase
{
25
public
:
26
HistoryGetterBase
();
27
virtual
~HistoryGetterBase
();
28
29
// ---------- const member functions ---------------------
30
virtual
const
edm::ProcessHistory
&
history
()
const
= 0;
31
32
private
:
33
HistoryGetterBase
(
const
HistoryGetterBase
&) =
delete
;
// stop default
34
35
const
HistoryGetterBase
&
operator=
(
const
HistoryGetterBase
&) =
delete
;
// stop default
36
37
// ---------- member data --------------------------------
38
};
39
}
// namespace fwlite
40
41
#endif
fwlite::HistoryGetterBase::~HistoryGetterBase
virtual ~HistoryGetterBase()
Definition:
HistoryGetterBase.cc:24
fwlite
Definition:
TFileDirectory.h:16
ProcessHistory.h
fwlite::HistoryGetterBase::HistoryGetterBase
HistoryGetterBase()
Definition:
HistoryGetterBase.cc:23
fwlite::HistoryGetterBase::history
virtual const edm::ProcessHistory & history() const =0
fwlite::HistoryGetterBase::operator=
const HistoryGetterBase & operator=(const HistoryGetterBase &)=delete
fwlite::HistoryGetterBase
Definition:
HistoryGetterBase.h:24
edm::ProcessHistory
Definition:
ProcessHistory.h:13
Generated for CMSSW Reference Manual by
1.8.16