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

#include <G4VPositronAtRestModel.hh>

+ Inheritance diagram for G4VPositronAtRestModel:

Public Member Functions

 G4VPositronAtRestModel (const G4String &name)
 
virtual ~G4VPositronAtRestModel ()=default
 
virtual void SampleSecondaries (std::vector< G4DynamicParticle * > &secParticles, G4double &localEnergyDeposit, const G4Material *) const =0
 
virtual void PrintGeneratorInformation () const =0
 
const G4StringGetName () const
 
G4VPositronAtRestModeloperator= (const G4VPositronAtRestModel &right)=delete
 
 G4VPositronAtRestModel (const G4VPositronAtRestModel &)=delete
 

Detailed Description

Definition at line 54 of file G4VPositronAtRestModel.hh.

Constructor & Destructor Documentation

◆ G4VPositronAtRestModel() [1/2]

◆ ~G4VPositronAtRestModel()

virtual G4VPositronAtRestModel::~G4VPositronAtRestModel ( )
virtualdefault

◆ G4VPositronAtRestModel() [2/2]

G4VPositronAtRestModel::G4VPositronAtRestModel ( const G4VPositronAtRestModel & )
delete

Member Function Documentation

◆ GetName()

const G4String & G4VPositronAtRestModel::GetName ( ) const
inline

Definition at line 68 of file G4VPositronAtRestModel.hh.

68{ return fName; };

◆ operator=()

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

◆ PrintGeneratorInformation()

virtual void G4VPositronAtRestModel::PrintGeneratorInformation ( ) const
pure virtual

◆ SampleSecondaries()

virtual void G4VPositronAtRestModel::SampleSecondaries ( std::vector< G4DynamicParticle * > & secParticles,
G4double & localEnergyDeposit,
const G4Material *  ) const
pure virtual

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