Geant4 11.2.2
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
G4VSubCutProducer Class Referenceabstract

#include <G4VSubCutProducer.hh>

Public Member Functions

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

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) {};

◆ ~G4VSubCutProducer()

virtual G4VSubCutProducer::~G4VSubCutProducer ( )
virtualdefault

◆ 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}

◆ 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

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