#include <EventHistoryGetter.h>
Public Member Functions | |
EventHistoryGetter (const Event *) | |
const edm::ProcessHistory & | history () const |
virtual | ~EventHistoryGetter () |
Private Member Functions | |
EventHistoryGetter (const EventHistoryGetter &) | |
const EventHistoryGetter & | operator= (const EventHistoryGetter &) |
Private Attributes | |
const fwlite::Event * | event_ |
Definition at line 27 of file EventHistoryGetter.h.
EventHistoryGetter::EventHistoryGetter | ( | const Event * | event | ) |
EventHistoryGetter::~EventHistoryGetter | ( | ) | [virtual] |
Definition at line 27 of file EventHistoryGetter.cc.
{}
fwlite::EventHistoryGetter::EventHistoryGetter | ( | const EventHistoryGetter & | ) | [private] |
const edm::ProcessHistory & EventHistoryGetter::history | ( | ) | const [virtual] |
Implements fwlite::HistoryGetterBase.
Definition at line 32 of file EventHistoryGetter.cc.
References event_, and fwlite::Event::history().
const EventHistoryGetter& fwlite::EventHistoryGetter::operator= | ( | const EventHistoryGetter & | ) | [private] |
const fwlite::Event* fwlite::EventHistoryGetter::event_ [private] |
Definition at line 41 of file EventHistoryGetter.h.
Referenced by EventHistoryGetter(), and history().