Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
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
// $Id: RunHistoryGetter.cc,v 1.2 2010/07/24 14:14:48 wmtan Exp $
12
//
13
14
// user include files
15
#include "
DataFormats/FWLite/interface/RunHistoryGetter.h
"
16
17
18
namespace
fwlite {
19
20
//
21
// constructors and destructor
22
//
23
RunHistoryGetter::RunHistoryGetter
(
const
Run
*
run
) {
24
run_
=
run
;
25
}
26
27
RunHistoryGetter::~RunHistoryGetter
() {}
28
29
//
30
// const member functions
31
//
32
const
edm::ProcessHistory
&
RunHistoryGetter::history
()
const
{
33
return
run_
->
history
();
34
}
35
}
fwlite::Run
Definition:
Run.h:55
fwlite::RunHistoryGetter::history
const edm::ProcessHistory & history() const
Definition:
RunHistoryGetter.cc:32
fwlite::RunHistoryGetter::run_
const fwlite::Run * run_
Definition:
RunHistoryGetter.h:41
fwlite::Run::history
const edm::ProcessHistory & history() const
Definition:
Run.cc:267
DTTTrigCorrFirst.run
run
Definition:
DTTTrigCorrFirst.py:63
edm::ProcessHistory
Definition:
ProcessHistory.h:13
fwlite::RunHistoryGetter::~RunHistoryGetter
virtual ~RunHistoryGetter()
Definition:
RunHistoryGetter.cc:27
RunHistoryGetter.h
fwlite::RunHistoryGetter::RunHistoryGetter
RunHistoryGetter(const Run *)
Definition:
RunHistoryGetter.cc:23
Generated for CMSSW Reference Manual by
1.8.5