#include <HistoryGetterBase.h>
Public Member Functions | |
virtual const edm::ProcessHistory & | history () const =0 |
HistoryGetterBase () | |
virtual | ~HistoryGetterBase () |
Private Member Functions | |
HistoryGetterBase (const HistoryGetterBase &) | |
const HistoryGetterBase & | operator= (const HistoryGetterBase &) |
Definition at line 26 of file HistoryGetterBase.h.
HistoryGetterBase::HistoryGetterBase | ( | ) |
Definition at line 25 of file HistoryGetterBase.cc.
{}
HistoryGetterBase::~HistoryGetterBase | ( | ) | [virtual] |
Definition at line 26 of file HistoryGetterBase.cc.
{}
fwlite::HistoryGetterBase::HistoryGetterBase | ( | const HistoryGetterBase & | ) | [private] |
virtual const edm::ProcessHistory& fwlite::HistoryGetterBase::history | ( | ) | const [pure virtual] |
Implemented in fwlite::EventHistoryGetter, fwlite::LumiHistoryGetter, and fwlite::RunHistoryGetter.
const HistoryGetterBase& fwlite::HistoryGetterBase::operator= | ( | const HistoryGetterBase & | ) | [private] |