CMS 3D CMS Logo

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

#include <EndOfRun.h>

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::EndOfRun ( const G4Run *  tRun)
inline

Definition at line 8 of file EndOfRun.h.

8 : aRun(tRun) {}
const G4Run * aRun
Definition: EndOfRun.h:12

Member Function Documentation

◆ operator()()

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

Definition at line 9 of file EndOfRun.h.

References aRun.

9 { return aRun; }
const G4Run * aRun
Definition: EndOfRun.h:12

Member Data Documentation

◆ aRun

const G4Run* EndOfRun::aRun
private

Definition at line 12 of file EndOfRun.h.

Referenced by operator()().