CMS 3D CMS Logo

BeginOfJob Class Reference

#include <SimG4Core/Notification/interface/BeginOfJob.h>

List of all members.

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 ( const edm::EventSetup tJob  )  [inline]

Definition at line 11 of file BeginOfJob.h.

00011 : anJob(tJob) {}


Member Function Documentation

const edm::EventSetup* BeginOfJob::operator() ( void   )  const [inline]

Definition at line 12 of file BeginOfJob.h.

References anJob.

00012 { return anJob; }


Member Data Documentation

const edm::EventSetup* BeginOfJob::anJob [private]

Definition at line 14 of file BeginOfJob.h.

Referenced by operator()().


The documentation for this class was generated from the following file:
Generated on Tue Jun 9 18:15:01 2009 for CMSSW by  doxygen 1.5.4