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

#include <HadronPhysicsCHIPS_HP.hh>

+ Inheritance diagram for HadronPhysicsCHIPS_HP:

Public Member Functions

 HadronPhysicsCHIPS_HP (G4int verbose=1)
 
 HadronPhysicsCHIPS_HP (const G4String &name)
 
virtual ~HadronPhysicsCHIPS_HP ()
 
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 43 of file HadronPhysicsCHIPS_HP.hh.

Constructor & Destructor Documentation

◆ HadronPhysicsCHIPS_HP() [1/2]

HadronPhysicsCHIPS_HP::HadronPhysicsCHIPS_HP ( G4int  verbose = 1)

Definition at line 46 of file HadronPhysicsCHIPS_HP.cc.

47: G4VPhysicsConstructor( "CHIPS_HP hadronic")
48,theInelasticCHIPS_HP(0)
49// , verbosity(verbose)
50{}

◆ HadronPhysicsCHIPS_HP() [2/2]

HadronPhysicsCHIPS_HP::HadronPhysicsCHIPS_HP ( const G4String name)

Definition at line 52 of file HadronPhysicsCHIPS_HP.cc.

54, theInelasticCHIPS_HP(0)
55{}

◆ ~HadronPhysicsCHIPS_HP()

HadronPhysicsCHIPS_HP::~HadronPhysicsCHIPS_HP ( )
virtual

Definition at line 57 of file HadronPhysicsCHIPS_HP.cc.

58{
59 delete theInelasticCHIPS_HP;
60}

Member Function Documentation

◆ ConstructParticle()

void HadronPhysicsCHIPS_HP::ConstructParticle ( )
virtual

Implements G4VPhysicsConstructor.

Definition at line 62 of file HadronPhysicsCHIPS_HP.cc.

63{
64 G4MesonConstructor pMesonConstructor;
65 pMesonConstructor.ConstructParticle();
66
67 G4BaryonConstructor pBaryonConstructor;
68 pBaryonConstructor.ConstructParticle();
69
70 G4ShortLivedConstructor pShortLivedConstructor;
71 pShortLivedConstructor.ConstructParticle();
72}
static void ConstructParticle()
static void ConstructParticle()

◆ ConstructProcess()

void HadronPhysicsCHIPS_HP::ConstructProcess ( )
virtual

Implements G4VPhysicsConstructor.

Definition at line 75 of file HadronPhysicsCHIPS_HP.cc.

76{
77 theInelasticCHIPS_HP = new G4QInelasticCHIPS_HPBuilder(0); // No verbose (@@)
78 theInelasticCHIPS_HP->Build();
79}

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