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