#include <Contexts.h>
Public Member Functions | |
G const * | global () const |
L const * | luminosityBlock () const |
LuminosityBlockContextT (L const *iLumi, R const *iRun, G const *iGlobal) | |
R const * | run () const |
Private Attributes | |
G const * | m_global |
L const * | m_lumi |
R const * | m_run |
Definition at line 43 of file Contexts.h.
|
inline |
Definition at line 45 of file Contexts.h.
|
inline |
Definition at line 50 of file Contexts.h.
References edm::stream::LuminosityBlockContextT< L, R, G >::m_global.
|
inline |
Definition at line 48 of file Contexts.h.
References edm::stream::LuminosityBlockContextT< L, R, G >::m_lumi.
Referenced by Types.EventID::cppID(), and Types.LuminosityBlockID::cppID().
|
inline |
Definition at line 49 of file Contexts.h.
References edm::stream::LuminosityBlockContextT< L, R, G >::m_run.
Referenced by Types.EventID::cppID(), and Types.LuminosityBlockID::cppID().
|
private |
Definition at line 54 of file Contexts.h.
Referenced by edm::stream::LuminosityBlockContextT< L, R, G >::global().
|
private |
Definition at line 52 of file Contexts.h.
Referenced by edm::stream::LuminosityBlockContextT< L, R, G >::luminosityBlock().
|
private |
Definition at line 53 of file Contexts.h.
Referenced by edm::stream::LuminosityBlockContextT< L, R, G >::run().