Geant4-11
Public Member Functions | Private Attributes
G4VSubCutProducer Class Referenceabstract

#include <G4VSubCutProducer.hh>

Public Member Functions

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

Private Attributes

G4String fName
 

Detailed Description

Definition at line 57 of file G4VSubCutProducer.hh.

Constructor & Destructor Documentation

◆ G4VSubCutProducer() [1/2]

G4VSubCutProducer::G4VSubCutProducer ( const G4String name)
inlineexplicit

Definition at line 61 of file G4VSubCutProducer.hh.

61: fName(name) {};
const char * name(G4int ptype)

◆ ~G4VSubCutProducer()

virtual G4VSubCutProducer::~G4VSubCutProducer ( )
inlinevirtual

Definition at line 63 of file G4VSubCutProducer.hh.

63{};

◆ G4VSubCutProducer() [2/2]

G4VSubCutProducer::G4VSubCutProducer ( const G4VSubCutProducer )
delete

Member Function Documentation

◆ GetName()

const G4String & G4VSubCutProducer::GetName ( ) const
inline

Definition at line 84 of file G4VSubCutProducer.hh.

85{
86 return fName;
87}

References fName.

Referenced by G4LossTableManager::BuildTables().

◆ operator=()

G4VSubCutProducer & G4VSubCutProducer::operator= ( const G4VSubCutProducer right)
delete

◆ SampleSecondaries()

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

Field Documentation

◆ fName

G4String G4VSubCutProducer::fName
private

Definition at line 81 of file G4VSubCutProducer.hh.

Referenced by GetName().


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