Geant4  10.02.p03
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() [1/2]

G4VSubCutProducer::G4VSubCutProducer ( const G4String name)
inline

Definition at line 62 of file G4VSubCutProducer.hh.

62 : fName(name) {};
Here is the caller graph for this function:

◆ ~G4VSubCutProducer()

virtual G4VSubCutProducer::~G4VSubCutProducer ( )
inlinevirtual

Definition at line 64 of file G4VSubCutProducer.hh.

64 {};
Here is the call graph for this function:

◆ G4VSubCutProducer() [2/2]

G4VSubCutProducer::G4VSubCutProducer ( const G4VSubCutProducer )
private

Member Function Documentation

◆ GetName()

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

Definition at line 85 of file G4VSubCutProducer.hh.

86 {
87  return fName;
88 }
Here is the caller graph for this function:

◆ operator=()

G4VSubCutProducer& G4VSubCutProducer::operator= ( const G4VSubCutProducer right)
private
Here is the caller graph for this function:

◆ SampleSecondaries()

virtual void G4VSubCutProducer::SampleSecondaries ( const G4Step &  step,
std::vector< G4Track *> &  tracks,
G4double eloss,
G4double  cut 
) const
pure virtual
Here is the caller graph for this function:

Member Data Documentation

◆ fName

G4String G4VSubCutProducer::fName
private

Definition at line 82 of file G4VSubCutProducer.hh.


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