Geant4 10.7.0
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 ()
 
virtual void SampleSecondaries (const G4Step &step, std::vector< G4Track * > &tracks, G4double &eloss, G4double cut) const =0
 
const G4StringGetName () const
 

Detailed Description

Definition at line 57 of file G4VSubCutProducer.hh.

Constructor & Destructor Documentation

◆ G4VSubCutProducer()

G4VSubCutProducer::G4VSubCutProducer ( const G4String name)
inlineexplicit

Definition at line 61 of file G4VSubCutProducer.hh.

61: fName(name) {};

◆ ~G4VSubCutProducer()

virtual G4VSubCutProducer::~G4VSubCutProducer ( )
inlinevirtual

Definition at line 63 of file G4VSubCutProducer.hh.

63{};

Member Function Documentation

◆ GetName()

const G4String & G4VSubCutProducer::GetName ( ) const
inline

Definition at line 84 of file G4VSubCutProducer.hh.

85{
86 return fName;
87}

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