#include <HistoryAppender.h>
Public Member Functions | |
CachedHistory (ProcessHistory const *inputProcessHistory, ProcessHistory const *processHistory, ProcessHistoryID const &processHistoryID) | |
ProcessHistory const * | inputProcessHistory () const |
ProcessHistory const * | processHistory () const |
ProcessHistoryID const & | processHistoryID () const |
Private Attributes | |
ProcessHistory const * | inputProcessHistory_ |
ProcessHistory const * | processHistory_ |
ProcessHistoryID | processHistoryID_ |
Definition at line 13 of file HistoryAppender.h.
edm::CachedHistory::CachedHistory | ( | ProcessHistory const * | inputProcessHistory, |
ProcessHistory const * | processHistory, | ||
ProcessHistoryID const & | processHistoryID | ||
) | [inline] |
Definition at line 16 of file HistoryAppender.h.
ProcessHistory const* edm::CachedHistory::inputProcessHistory | ( | ) | const [inline] |
Definition at line 24 of file HistoryAppender.h.
References inputProcessHistory_.
Referenced by edm::Principal::fillPrincipal().
{ return inputProcessHistory_; }
ProcessHistory const* edm::CachedHistory::processHistory | ( | ) | const [inline] |
Definition at line 25 of file HistoryAppender.h.
References processHistory_.
Referenced by edm::Principal::fillPrincipal().
{ return processHistory_; }
ProcessHistoryID const& edm::CachedHistory::processHistoryID | ( | ) | const [inline] |
Definition at line 26 of file HistoryAppender.h.
References processHistoryID_.
Referenced by edm::Principal::fillPrincipal().
{ return processHistoryID_; }
ProcessHistory const* edm::CachedHistory::inputProcessHistory_ [private] |
Definition at line 31 of file HistoryAppender.h.
Referenced by inputProcessHistory().
ProcessHistory const* edm::CachedHistory::processHistory_ [private] |
Definition at line 32 of file HistoryAppender.h.
Referenced by processHistory().
Definition at line 34 of file HistoryAppender.h.
Referenced by processHistoryID().