CMS 3D CMS Logo

List of all members | Public Member Functions | Private Attributes
BeginOfJob Class Reference

#include <BeginOfJob.h>

Public Member Functions

 BeginOfJob (const edm::EventSetup *tJob)
 
const edm::EventSetupoperator() () const
 

Private Attributes

const edm::EventSetupanJob
 

Detailed Description

Definition at line 8 of file BeginOfJob.h.

Constructor & Destructor Documentation

◆ BeginOfJob()

BeginOfJob::BeginOfJob ( const edm::EventSetup tJob)
inline

Definition at line 10 of file BeginOfJob.h.

10 : anJob(tJob) {}

Member Function Documentation

◆ operator()()

const edm::EventSetup* BeginOfJob::operator() ( ) const
inline

Definition at line 11 of file BeginOfJob.h.

11 { return anJob; }

References anJob.

Member Data Documentation

◆ anJob

const edm::EventSetup* BeginOfJob::anJob
private

Definition at line 14 of file BeginOfJob.h.

Referenced by operator()().

BeginOfJob::anJob
const edm::EventSetup * anJob
Definition: BeginOfJob.h:14