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
DataFormats
FWLite
src
EventHistoryGetter.cc
Go to the documentation of this file.
1
// -*- C++ -*-
2
//
3
// Package: DataFormats
4
// Class : EventHistoryGetter
5
//
6
// Implementation:
7
// [Notes on implementation]
8
//
9
// Original Author:
10
// Created: Wed Feb 10 11:15:18 CST 2010
11
//
12
13
// user include files
14
#include "
DataFormats/FWLite/interface/EventHistoryGetter.h
"
15
16
namespace
fwlite
{
17
18
//
19
// constructors and destructor
20
//
21
EventHistoryGetter::EventHistoryGetter
(
const
Event
*
event
) {
event_
=
event
; }
22
23
EventHistoryGetter::~EventHistoryGetter
() {}
24
25
//
26
// const member functions
27
//
28
const
edm::ProcessHistory
&
EventHistoryGetter::history
()
const
{
return
event_
->
history
(); }
29
}
// namespace fwlite
fwlite::EventHistoryGetter::event_
const fwlite::Event * event_
Definition:
EventHistoryGetter.h:39
fwlite::Event::history
edm::ProcessHistory const & history() const
Definition:
Event.cc:316
EventHistoryGetter.h
fwlite::EventHistoryGetter::history
const edm::ProcessHistory & history() const override
Definition:
EventHistoryGetter.cc:28
edmPickEvents.event
event
Definition:
edmPickEvents.py:280
fwlite::EventHistoryGetter::EventHistoryGetter
EventHistoryGetter(const Event *)
Definition:
EventHistoryGetter.cc:21
fwlite::Event
Definition:
Event.h:87
fwlite
Definition:
TFileDirectory.h:16
edm::ProcessHistory
Definition:
ProcessHistory.h:13
fwlite::EventHistoryGetter::~EventHistoryGetter
~EventHistoryGetter() override
Definition:
EventHistoryGetter.cc:23
event
Definition:
event.py:1
Generated for CMSSW Reference Manual by
1.8.14