CMS 3D CMS Logo

Public Member Functions | Private Attributes

EndOfRun Class Reference

#include <EndOfRun.h>

List of all members.

Public Member Functions

 EndOfRun (const G4Run *tRun)
const G4Run * operator() () const

Private Attributes

const G4Run * aRun

Detailed Description

Definition at line 6 of file EndOfRun.h.


Constructor & Destructor Documentation

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

Definition at line 9 of file EndOfRun.h.

: aRun(tRun) {}

Member Function Documentation

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

Definition at line 10 of file EndOfRun.h.

References aRun.

{ return aRun; }

Member Data Documentation

const G4Run* EndOfRun::aRun [private]

Definition at line 12 of file EndOfRun.h.

Referenced by operator()().