#include <BeginOfJob.h>
Public Member Functions | |
BeginOfJob (const edm::EventSetup *tJob) | |
const edm::EventSetup * | operator() () const |
Private Attributes | |
const edm::EventSetup * | anJob |
Definition at line 8 of file BeginOfJob.h.
BeginOfJob::BeginOfJob | ( | const edm::EventSetup * | tJob | ) | [inline] |
Definition at line 11 of file BeginOfJob.h.
: anJob(tJob) {}
const edm::EventSetup* BeginOfJob::operator() | ( | ) | const [inline] |
const edm::EventSetup* BeginOfJob::anJob [private] |
Definition at line 14 of file BeginOfJob.h.
Referenced by operator()().