CMS 3D CMS Logo

BeginOfEvent Class Reference

#include <SimG4Core/Notification/interface/BeginOfEvent.h>

List of all members.

Public Member Functions

 BeginOfEvent (const G4Event *tEvent)
const G4Event * operator() () const

Private Attributes

const G4Event * anEvent


Detailed Description

Definition at line 6 of file BeginOfEvent.h.


Constructor & Destructor Documentation

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

Definition at line 9 of file BeginOfEvent.h.

00009 : anEvent(tEvent) {}


Member Function Documentation

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

Definition at line 10 of file BeginOfEvent.h.

References anEvent.

00010 { return anEvent; }


Member Data Documentation

const G4Event* BeginOfEvent::anEvent [private]

Definition at line 12 of file BeginOfEvent.h.

Referenced by operator()().


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