Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
DataFormats
FWLite
interface
RunHistoryGetter.h
Go to the documentation of this file.
1
#ifndef DataFormats_FWLite_RunHistoryGetter_h
2
#define DataFormats_FWLite_RunHistoryGetter_h
3
// -*- C++ -*-
4
//
5
// Package: DataFormats
6
// Class : RunHistoryGetter
7
//
16
//
17
// Original Author:
18
// Created: Wed Feb 10 11:15:16 CST 2010
19
// $Id: RunHistoryGetter.h,v 1.1 2010/02/11 17:21:39 ewv Exp $
20
//
21
#if !defined(__CINT__) && !defined(__MAKECINT__)
22
23
#include "
DataFormats/FWLite/interface/Run.h
"
24
#include "
DataFormats/FWLite/interface/HistoryGetterBase.h
"
25
26
namespace
fwlite {
27
class
RunHistoryGetter
:
public
HistoryGetterBase
{
28
public
:
29
RunHistoryGetter
(
const
Run
*);
30
virtual
~RunHistoryGetter
();
31
32
// ---------- const member functions ---------------------
33
const
edm::ProcessHistory
&
history
()
const
;
34
35
private
:
36
RunHistoryGetter
(
const
RunHistoryGetter
&);
// stop default
37
38
const
RunHistoryGetter
&
operator=
(
const
RunHistoryGetter
&);
// stop default
39
40
// ---------- member data --------------------------------
41
const
fwlite::Run
*
run_
;
42
};
43
44
}
45
46
#endif
/*__CINT__ */
47
#endif
Run.h
fwlite::Run
Definition:
Run.h:55
fwlite::RunHistoryGetter::history
const edm::ProcessHistory & history() const
Definition:
RunHistoryGetter.cc:32
HistoryGetterBase.h
fwlite::RunHistoryGetter::run_
const fwlite::Run * run_
Definition:
RunHistoryGetter.h:41
fwlite::RunHistoryGetter::operator=
const RunHistoryGetter & operator=(const RunHistoryGetter &)
fwlite::RunHistoryGetter
Definition:
RunHistoryGetter.h:27
edm::ProcessHistory
Definition:
ProcessHistory.h:13
fwlite::RunHistoryGetter::~RunHistoryGetter
virtual ~RunHistoryGetter()
Definition:
RunHistoryGetter.cc:27
fwlite::HistoryGetterBase
Definition:
HistoryGetterBase.h:26
fwlite::RunHistoryGetter::RunHistoryGetter
RunHistoryGetter(const Run *)
Definition:
RunHistoryGetter.cc:23
Generated for CMSSW Reference Manual by
1.8.5