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

#include <G4Vee2hadrons.hh>

+ Inheritance diagram for G4Vee2hadrons:

Public Member Functions

 G4Vee2hadrons ()
 
virtual ~G4Vee2hadrons ()
 
virtual G4double ThresholdEnergy () const =0
 
virtual G4double PeakEnergy () const =0
 
virtual G4double ComputeCrossSection (G4double) const =0
 
virtual G4PhysicsVectorPhysicsVector (G4double, G4double) const =0
 
virtual void SampleSecondaries (std::vector< G4DynamicParticle * > *, G4double, const G4ThreeVector &)=0
 
void SetLowEnergy (G4double val)
 
G4double LowEnergy () const
 
void SetHighEnergy (G4double val)
 
G4double HighEnergy () const
 

Detailed Description

Definition at line 60 of file G4Vee2hadrons.hh.

Constructor & Destructor Documentation

◆ G4Vee2hadrons()

G4Vee2hadrons::G4Vee2hadrons ( )
inline

Definition at line 65 of file G4Vee2hadrons.hh.

65: lowEnergy(0.0), highEnergy(1.1*CLHEP::GeV) {};

◆ ~G4Vee2hadrons()

virtual G4Vee2hadrons::~G4Vee2hadrons ( )
inlinevirtual

Definition at line 67 of file G4Vee2hadrons.hh.

67{};

Member Function Documentation

◆ ComputeCrossSection()

virtual G4double G4Vee2hadrons::ComputeCrossSection ( G4double  ) const
pure virtual

◆ HighEnergy()

◆ LowEnergy()

G4double G4Vee2hadrons::LowEnergy ( ) const
inline

◆ PeakEnergy()

virtual G4double G4Vee2hadrons::PeakEnergy ( ) const
pure virtual

◆ PhysicsVector()

virtual G4PhysicsVector * G4Vee2hadrons::PhysicsVector ( G4double  ,
G4double   
) const
pure virtual

◆ SampleSecondaries()

virtual void G4Vee2hadrons::SampleSecondaries ( std::vector< G4DynamicParticle * > *  ,
G4double  ,
const G4ThreeVector  
)
pure virtual

◆ SetHighEnergy()

void G4Vee2hadrons::SetHighEnergy ( G4double  val)
inline

Definition at line 84 of file G4Vee2hadrons.hh.

84{highEnergy = val;};

Referenced by G4eeToHadronsMultiModel::Initialise().

◆ SetLowEnergy()

void G4Vee2hadrons::SetLowEnergy ( G4double  val)
inline

Definition at line 80 of file G4Vee2hadrons.hh.

80{lowEnergy = val;};

Referenced by G4eeToHadronsModel::Initialise(), and G4eeToHadronsMultiModel::Initialise().

◆ ThresholdEnergy()

virtual G4double G4Vee2hadrons::ThresholdEnergy ( ) const
pure virtual

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