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
src
RunHistoryGetter.cc
Go to the documentation of this file.
1
// -*- C++ -*-
2
//
3
// Package: DataFormats
4
// Class : LumiHistoryGetter
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/RunHistoryGetter.h
"
15
16
namespace
fwlite
{
17
18
//
19
// constructors and destructor
20
//
21
RunHistoryGetter::RunHistoryGetter
(
const
Run
*
run
) {
run_
=
run
; }
22
23
RunHistoryGetter::~RunHistoryGetter
() {}
24
25
//
26
// const member functions
27
//
28
const
edm::ProcessHistory
&
RunHistoryGetter::history
()
const
{
return
run_
->
history
(); }
29
}
// namespace fwlite
fwlite
Definition:
TFileDirectory.h:16
RunHistoryGetter.h
fwlite::Run::history
const edm::ProcessHistory & history() const
Definition:
Run.cc:212
fwlite::RunHistoryGetter::RunHistoryGetter
RunHistoryGetter(const Run *)
Definition:
RunHistoryGetter.cc:21
fwlite::RunHistoryGetter::~RunHistoryGetter
~RunHistoryGetter() override
Definition:
RunHistoryGetter.cc:23
fwlite::Run
Definition:
Run.h:54
fwlite::RunHistoryGetter::history
const edm::ProcessHistory & history() const override
Definition:
RunHistoryGetter.cc:28
writedatasetfile.run
run
Definition:
writedatasetfile.py:27
fwlite::RunHistoryGetter::run_
const fwlite::Run * run_
Definition:
RunHistoryGetter.h:39
edm::ProcessHistory
Definition:
ProcessHistory.h:13
Generated for CMSSW Reference Manual by
1.8.16