CMS 3D CMS Logo

BeginOfTrack Class Reference

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

List of all members.

Public Member Functions

 BeginOfTrack (const G4Track *tTrack)
const G4Track * operator() () const

Private Attributes

const G4Track * aTrack


Detailed Description

Definition at line 6 of file BeginOfTrack.h.


Constructor & Destructor Documentation

BeginOfTrack::BeginOfTrack ( const G4Track *  tTrack  )  [inline]

Definition at line 9 of file BeginOfTrack.h.

00009 : aTrack(tTrack) {}


Member Function Documentation

const G4Track* BeginOfTrack::operator() ( void   )  const [inline]

Definition at line 10 of file BeginOfTrack.h.

References aTrack.

00010 { return aTrack; }


Member Data Documentation

const G4Track* BeginOfTrack::aTrack [private]

Definition at line 12 of file BeginOfTrack.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