#include <GlobalContext.h>
Public Member Functions | |
GlobalContext (Transition transition, LuminosityBlockID const &luminosityBlockID, RunIndex const &runIndex, LuminosityBlockIndex const &luminosityBlockIndex, Timestamp const ×tamp, ProcessContext const *processContext) | |
LuminosityBlockID const & | luminosityBlockID () const |
LuminosityBlockIndex const & | luminosityBlockIndex () const |
ProcessContext const * | processContext () const |
RunIndex const & | runIndex () const |
Timestamp const & | timestamp () const |
Transition | transition () const |
Description: This is intended primarily to be passed to Services as an argument to their callback functions. It contains information about the current state of global processing.
Usage:
Definition at line 29 of file GlobalContext.h.
|
strong |
Enumerator | |
---|---|
kBeginJob | |
kBeginRun | |
kBeginLuminosityBlock | |
kEndLuminosityBlock | |
kEndRun | |
kEndJob | |
kWriteRun | |
kWriteLuminosityBlock |
Definition at line 33 of file GlobalContext.h.
edm::GlobalContext::GlobalContext | ( | Transition | transition, |
LuminosityBlockID const & | luminosityBlockID, | ||
RunIndex const & | runIndex, | ||
LuminosityBlockIndex const & | luminosityBlockIndex, | ||
Timestamp const & | timestamp, | ||
ProcessContext const * | processContext | ||
) |
Definition at line 8 of file GlobalContext.cc.
|
inline |
Definition at line 52 of file GlobalContext.h.
References luminosityBlockID_.
Referenced by dqmservices::DQMMonitoringService::evLumi(), and edm::operator<<().
|
inline |
Definition at line 54 of file GlobalContext.h.
References luminosityBlockIndex_.
Referenced by edm::operator<<().
|
inline |
Definition at line 56 of file GlobalContext.h.
References processContext_.
Referenced by edm::operator<<().
|
inline |
Definition at line 53 of file GlobalContext.h.
References runIndex_.
Referenced by edm::operator<<().
|
inline |
Definition at line 55 of file GlobalContext.h.
References timestamp_.
Referenced by edm::operator<<().
|
inline |
Definition at line 51 of file GlobalContext.h.
References transition_.
Referenced by edm::operator<<().
|
private |
Definition at line 60 of file GlobalContext.h.
Referenced by luminosityBlockID().
|
private |
Definition at line 62 of file GlobalContext.h.
Referenced by luminosityBlockIndex().
|
private |
Definition at line 64 of file GlobalContext.h.
Referenced by processContext().
|
private |
Definition at line 61 of file GlobalContext.h.
Referenced by runIndex().
|
private |
Definition at line 63 of file GlobalContext.h.
Referenced by timestamp().
|
private |
Definition at line 59 of file GlobalContext.h.
Referenced by transition().