Geant4  10.02
G4VSubCutProducer Class Referenceabstract

#include <G4VSubCutProducer.hh>

+ Collaboration diagram for G4VSubCutProducer:

Public Member Functions

 G4VSubCutProducer (const G4String &name)
 
virtual ~G4VSubCutProducer ()
 
virtual void SampleSecondaries (const G4Step &step, std::vector< G4Track * > &tracks, G4double &eloss, G4double cut) const =0
 
const G4StringGetName () const
 

Private Member Functions

G4VSubCutProduceroperator= (const G4VSubCutProducer &right)
 
 G4VSubCutProducer (const G4VSubCutProducer &)
 

Private Attributes

G4String fName
 

Detailed Description

Definition at line 58 of file G4VSubCutProducer.hh.

Constructor & Destructor Documentation

G4VSubCutProducer::G4VSubCutProducer ( const G4String name)
inline

Definition at line 62 of file G4VSubCutProducer.hh.

virtual G4VSubCutProducer::~G4VSubCutProducer ( )
inlinevirtual

Definition at line 64 of file G4VSubCutProducer.hh.

G4VSubCutProducer::G4VSubCutProducer ( const G4VSubCutProducer )
private

Member Function Documentation

const G4String & G4VSubCutProducer::GetName ( void  ) const
inline

Definition at line 85 of file G4VSubCutProducer.hh.

References fName.

Referenced by G4LossTableManager::BuildTables().

+ Here is the caller graph for this function:

G4VSubCutProducer& G4VSubCutProducer::operator= ( const G4VSubCutProducer right)
private
virtual void G4VSubCutProducer::SampleSecondaries ( const G4Step step,
std::vector< G4Track * > &  tracks,
G4double eloss,
G4double  cut 
) const
pure virtual

Referenced by G4VEnergyLossProcess::AlongStepDoIt().

+ Here is the caller graph for this function:

Member Data Documentation

G4String G4VSubCutProducer::fName
private

Definition at line 82 of file G4VSubCutProducer.hh.

Referenced by GetName().


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