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

#include <HadronPhysicsLHEP_EMV.hh>

+ Inheritance diagram for HadronPhysicsLHEP_EMV:

Public Member Functions

 HadronPhysicsLHEP_EMV (G4int verbose=1)
 
 HadronPhysicsLHEP_EMV (const G4String &name)
 
virtual ~HadronPhysicsLHEP_EMV ()
 
virtual void ConstructParticle ()
 
virtual void ConstructProcess ()
 
- Public Member Functions inherited from G4VPhysicsConstructor
 G4VPhysicsConstructor (const G4String &="")
 
 G4VPhysicsConstructor (const G4String &name, G4int physics_type)
 
virtual ~G4VPhysicsConstructor ()
 
virtual void ConstructParticle ()=0
 
virtual void ConstructProcess ()=0
 
void SetPhysicsName (const G4String &="")
 
const G4StringGetPhysicsName () const
 
void SetPhysicsType (G4int)
 
G4int GetPhysicsType () const
 
void SetVerboseLevel (G4int value)
 
G4int GetVerboseLevel () const
 

Additional Inherited Members

- Protected Member Functions inherited from G4VPhysicsConstructor
G4bool RegisterProcess (G4VProcess *process, G4ParticleDefinition *particle)
 
- Protected Attributes inherited from G4VPhysicsConstructor
G4int verboseLevel
 
G4String namePhysics
 
G4int typePhysics
 
G4ParticleTabletheParticleTable
 
G4ParticleTable::G4PTblDicIteratortheParticleIterator
 
G4PhysicsListHelperthePLHelper
 

Detailed Description

Definition at line 58 of file HadronPhysicsLHEP_EMV.hh.

Constructor & Destructor Documentation

◆ HadronPhysicsLHEP_EMV() [1/2]

HadronPhysicsLHEP_EMV::HadronPhysicsLHEP_EMV ( G4int  verbose = 1)

Definition at line 51 of file HadronPhysicsLHEP_EMV.cc.

52 : G4VPhysicsConstructor("hInelastic LHEP_EMV")
53 , theNeutrons(0)
54 , theLHEPNeutron(0)
55 , thePiK(0)
56 , theLHEPPiK(0)
57 , thePro(0)
58 , theLHEPPro(0)
59 , theMiscLHEP(0)
60{}

◆ HadronPhysicsLHEP_EMV() [2/2]

HadronPhysicsLHEP_EMV::HadronPhysicsLHEP_EMV ( const G4String name)

Definition at line 62 of file HadronPhysicsLHEP_EMV.cc.

64 , theNeutrons(0)
65 , theLHEPNeutron(0)
66 , thePiK(0)
67 , theLHEPPiK(0)
68 , thePro(0)
69 , theLHEPPro(0)
70 , theMiscLHEP(0)
71{}

◆ ~HadronPhysicsLHEP_EMV()

HadronPhysicsLHEP_EMV::~HadronPhysicsLHEP_EMV ( )
virtual

Definition at line 85 of file HadronPhysicsLHEP_EMV.cc.

86{
87 delete theLHEPNeutron;
88 delete theNeutrons;
89 delete theLHEPPro;
90 delete thePro;
91 delete theLHEPPiK;
92 delete thePiK;
93}

Member Function Documentation

◆ ConstructParticle()

void HadronPhysicsLHEP_EMV::ConstructParticle ( )
virtual

Implements G4VPhysicsConstructor.

Definition at line 102 of file HadronPhysicsLHEP_EMV.cc.

103{
104 G4MesonConstructor pMesonConstructor;
105 pMesonConstructor.ConstructParticle();
106
107 G4BaryonConstructor pBaryonConstructor;
108 pBaryonConstructor.ConstructParticle();
109
110 G4ShortLivedConstructor pShortLivedConstructor;
111 pShortLivedConstructor.ConstructParticle();
112
113 theMiscLHEP=new G4MiscLHEPBuilder;
114}
static void ConstructParticle()
static void ConstructParticle()

◆ ConstructProcess()

void HadronPhysicsLHEP_EMV::ConstructProcess ( )
virtual

Implements G4VPhysicsConstructor.

Definition at line 117 of file HadronPhysicsLHEP_EMV.cc.

118{
119 CreateModels();
120 theNeutrons->Build();
121 thePro->Build();
122 thePiK->Build();
123 theMiscLHEP->Build();
124}

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