Main Page
Namespaces
Classes
Package Documentation
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
17
namespace
fwlite
{
18
19
//
20
// constructors and destructor
21
//
22
RunHistoryGetter::RunHistoryGetter
(
const
Run
*
run
) {
23
run_
=
run
;
24
}
25
26
RunHistoryGetter::~RunHistoryGetter
() {}
27
28
//
29
// const member functions
30
//
31
const
edm::ProcessHistory
&
RunHistoryGetter::history
()
const
{
32
return
run_
->
history
();
33
}
34
}
fwlite::Run
Definition:
Run.h:53
writedatasetfile.run
run
Definition:
writedatasetfile.py:27
fwlite::RunHistoryGetter::history
const edm::ProcessHistory & history() const override
Definition:
RunHistoryGetter.cc:31
fwlite::RunHistoryGetter::run_
const fwlite::Run * run_
Definition:
RunHistoryGetter.h:39
fwlite::Run::history
const edm::ProcessHistory & history() const
Definition:
Run.cc:252
fwlite::RunHistoryGetter::~RunHistoryGetter
~RunHistoryGetter() override
Definition:
RunHistoryGetter.cc:26
fwlite
Definition:
TFileDirectory.h:16
edm::ProcessHistory
Definition:
ProcessHistory.h:13
RunHistoryGetter.h
fwlite::RunHistoryGetter::RunHistoryGetter
RunHistoryGetter(const Run *)
Definition:
RunHistoryGetter.cc:22
Generated for CMSSW Reference Manual by
1.8.11