Geant4-11
Public Member Functions | Protected Attributes | Private Attributes
G4Vee2hadrons Class Referenceabstract

#include <G4Vee2hadrons.hh>

Inheritance diagram for G4Vee2hadrons:
G4ee2KChargedModel G4ee2KNeutralModel G4eeTo3PiModel G4eeToPGammaModel G4eeToTwoPiModel

Public Member Functions

virtual G4double ComputeCrossSection (G4double) const =0
 
 G4Vee2hadrons (const G4Vee2hadrons &)=delete
 
 G4Vee2hadrons (G4eeCrossSections *cr, G4double vlowEnergy, G4double vhighEnergy, G4double vdelta)
 
G4double HighEnergy () const
 
G4double LowEnergy () const
 
G4Vee2hadronsoperator= (const G4Vee2hadrons &right)=delete
 
virtual G4double PeakEnergy () const =0
 
G4PhysicsVectorPhysicsVector () const
 
virtual void SampleSecondaries (std::vector< G4DynamicParticle * > *, G4double, const G4ThreeVector &)=0
 
virtual ~G4Vee2hadrons ()
 

Protected Attributes

G4eeCrossSectionscross
 

Private Attributes

G4double delta
 
G4double highEnergy
 
G4double lowEnergy
 

Detailed Description

Definition at line 62 of file G4Vee2hadrons.hh.

Constructor & Destructor Documentation

◆ G4Vee2hadrons() [1/2]

G4Vee2hadrons::G4Vee2hadrons ( G4eeCrossSections cr,
G4double  vlowEnergy,
G4double  vhighEnergy,
G4double  vdelta 
)
inlineexplicit

Definition at line 67 of file G4Vee2hadrons.hh.

70 : cross(cr)
71 {
72 lowEnergy = vlowEnergy;
73 highEnergy = vhighEnergy;
74 delta = vdelta;
75 };
G4double lowEnergy
G4eeCrossSections * cross
G4double highEnergy

References delta, highEnergy, and lowEnergy.

◆ ~G4Vee2hadrons()

virtual G4Vee2hadrons::~G4Vee2hadrons ( )
inlinevirtual

Definition at line 77 of file G4Vee2hadrons.hh.

77{};

◆ G4Vee2hadrons() [2/2]

G4Vee2hadrons::G4Vee2hadrons ( const G4Vee2hadrons )
delete

Member Function Documentation

◆ ComputeCrossSection()

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

◆ HighEnergy()

G4double G4Vee2hadrons::HighEnergy ( ) const
inline

◆ LowEnergy()

G4double G4Vee2hadrons::LowEnergy ( ) const
inline

Definition at line 93 of file G4Vee2hadrons.hh.

93{return lowEnergy;};

References lowEnergy.

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

◆ operator=()

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

◆ PeakEnergy()

virtual G4double G4Vee2hadrons::PeakEnergy ( ) const
pure virtual

◆ PhysicsVector()

G4PhysicsVector * G4Vee2hadrons::PhysicsVector ( ) const
inline

Definition at line 83 of file G4Vee2hadrons.hh.

84 {
85 G4int nbins = std::max(3, G4int((highEnergy - lowEnergy)/delta) );
87 return pp;
88 };
int G4int
Definition: G4Types.hh:85
T max(const T t1, const T t2)
brief Return the largest of the two arguments

References delta, highEnergy, lowEnergy, G4INCL::Math::max(), and G4InuclParticleNames::pp.

Referenced by G4eeToHadronsModel::Initialise().

◆ SampleSecondaries()

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

Field Documentation

◆ cross

G4eeCrossSections* G4Vee2hadrons::cross
protected

◆ delta

G4double G4Vee2hadrons::delta
private

Definition at line 106 of file G4Vee2hadrons.hh.

Referenced by G4Vee2hadrons(), and PhysicsVector().

◆ highEnergy

G4double G4Vee2hadrons::highEnergy
private

Definition at line 105 of file G4Vee2hadrons.hh.

Referenced by G4Vee2hadrons(), HighEnergy(), and PhysicsVector().

◆ lowEnergy

G4double G4Vee2hadrons::lowEnergy
private

Definition at line 104 of file G4Vee2hadrons.hh.

Referenced by G4Vee2hadrons(), LowEnergy(), and PhysicsVector().


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