Geant4  10.00.p02
LXeRecorderBase Class Referenceabstract

#include <LXeRecorderBase.hh>

Public Member Functions

virtual ~LXeRecorderBase ()
 
virtual void RecordBeginOfRun (const G4Run *)=0
 
virtual void RecordEndOfRun (const G4Run *)=0
 
virtual void RecordBeginOfEvent (const G4Event *)
 
virtual void RecordEndOfEvent (const G4Event *)
 
virtual void RecordTrack (const G4Track *)
 
virtual void RecordStep (const G4Step *)
 

Detailed Description

Definition at line 75 of file LXeRecorderBase.hh.

Constructor & Destructor Documentation

virtual LXeRecorderBase::~LXeRecorderBase ( )
inlinevirtual

Definition at line 79 of file LXeRecorderBase.hh.

Member Function Documentation

virtual void LXeRecorderBase::RecordBeginOfEvent ( const G4Event )
inlinevirtual

Definition at line 87 of file LXeRecorderBase.hh.

Referenced by LXeEventAction::BeginOfEventAction().

+ Here is the caller graph for this function:

virtual void LXeRecorderBase::RecordBeginOfRun ( const G4Run )
pure virtual

Referenced by LXeRunAction::BeginOfRunAction().

+ Here is the caller graph for this function:

virtual void LXeRecorderBase::RecordEndOfEvent ( const G4Event )
inlinevirtual

Definition at line 88 of file LXeRecorderBase.hh.

Referenced by LXeEventAction::EndOfEventAction().

+ Here is the caller graph for this function:

virtual void LXeRecorderBase::RecordEndOfRun ( const G4Run )
pure virtual

Referenced by LXeRunAction::EndOfRunAction().

+ Here is the caller graph for this function:

virtual void LXeRecorderBase::RecordStep ( const G4Step )
inlinevirtual

Definition at line 90 of file LXeRecorderBase.hh.

Referenced by LXeSteppingAction::UserSteppingAction().

+ Here is the caller graph for this function:

virtual void LXeRecorderBase::RecordTrack ( const G4Track )
inlinevirtual

Definition at line 89 of file LXeRecorderBase.hh.

Referenced by LXeTrackingAction::PostUserTrackingAction().

+ Here is the caller graph for this function:


The documentation for this class was generated from the following file: