CMS 3D CMS Logo

Public Member Functions | Private Attributes

BeginOfRun Class Reference

#include <BeginOfRun.h>

List of all members.

Public Member Functions

 BeginOfRun (const G4Run *tRun)
const G4Run * operator() () const

Private Attributes

const G4Run * aRun

Detailed Description

Definition at line 6 of file BeginOfRun.h.


Constructor & Destructor Documentation

BeginOfRun::BeginOfRun ( const G4Run *  tRun) [inline]

Definition at line 9 of file BeginOfRun.h.

: aRun(tRun) {}

Member Function Documentation

const G4Run* BeginOfRun::operator() ( ) const [inline]

Definition at line 10 of file BeginOfRun.h.

References aRun.

{ return aRun; }

Member Data Documentation

const G4Run* BeginOfRun::aRun [private]

Definition at line 12 of file BeginOfRun.h.

Referenced by operator()().