CMS 3D CMS Logo

EndOfEvent Class Reference

#include <SimG4Core/Notification/interface/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.

00009 : anEvent(tEvent) {}


Member Function Documentation

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

Definition at line 10 of file EndOfEvent.h.

References anEvent.

00010 { return anEvent; }


Member Data Documentation

const G4Event* EndOfEvent::anEvent [private]

Definition at line 12 of file EndOfEvent.h.

Referenced by operator()().


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