CMS 3D CMS Logo

Public Member Functions | Private Attributes

EndOfEvent Class Reference

#include <EndOfEvent.h>

List of all members.

Public Member Functions

 EndOfEvent (const G4Event *tEvent)
const G4Event * operator() () const

Private Attributes

const G4Event * anEvent

Detailed Description

Definition at line 6 of file EndOfEvent.h.


Constructor & Destructor Documentation

EndOfEvent::EndOfEvent ( const G4Event *  tEvent) [inline]

Definition at line 9 of file EndOfEvent.h.

: anEvent(tEvent) {}

Member Function Documentation

const G4Event* EndOfEvent::operator() ( ) const [inline]

Definition at line 10 of file EndOfEvent.h.

References anEvent.

{ return anEvent; }

Member Data Documentation

const G4Event* EndOfEvent::anEvent [private]

Definition at line 12 of file EndOfEvent.h.

Referenced by operator()().