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