#include <InternalContext.h>
Public Member Functions | |
EventID const & | eventID () const |
InternalContext (EventID const &eventID, ModuleCallingContext const *) | |
ModuleCallingContext const * | moduleCallingContext () const |
Private Attributes | |
EventID | eventID_ |
ModuleCallingContext const * | moduleCallingContext_ |
Description: Holds context information for the link between a MixingModule context and a module called by unscheduled production adding data to a secondary Principal.
Definition at line 23 of file InternalContext.h.
edm::InternalContext::InternalContext | ( | EventID const & | eventID, |
ModuleCallingContext const * | moduleCallingContext | ||
) |
Definition at line 8 of file InternalContext.cc.
|
inline |
Definition at line 30 of file InternalContext.h.
References eventID_.
Referenced by edm::operator<<().
|
inline |
Definition at line 31 of file InternalContext.h.
References moduleCallingContext_.
Referenced by edm::ModuleCallingContext::depth(), edm::ModuleCallingContext::getTopModuleCallingContext(), and edm::operator<<().
|
private |
Definition at line 34 of file InternalContext.h.
Referenced by eventID().
|
private |
Definition at line 35 of file InternalContext.h.
Referenced by moduleCallingContext().