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

#include <HadronPhysicsCHIPS.hh>

+ Inheritance diagram for HadronPhysicsCHIPS:

Public Member Functions

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

Constructor & Destructor Documentation

◆ HadronPhysicsCHIPS() [1/2]

HadronPhysicsCHIPS::HadronPhysicsCHIPS ( G4int  verbose = 1)

Definition at line 50 of file HadronPhysicsCHIPS.cc.

51: G4VPhysicsConstructor( "CHIPS hadronic")
52 , theInelasticCHIPS(0)
53// , verbosity(verbose)
54{}

◆ HadronPhysicsCHIPS() [2/2]

HadronPhysicsCHIPS::HadronPhysicsCHIPS ( const G4String name)

Definition at line 56 of file HadronPhysicsCHIPS.cc.

56 : G4VPhysicsConstructor(name), theInelasticCHIPS(0)
57{}

◆ ~HadronPhysicsCHIPS()

HadronPhysicsCHIPS::~HadronPhysicsCHIPS ( )
virtual

Definition at line 59 of file HadronPhysicsCHIPS.cc.

60{
61 delete theInelasticCHIPS;
62}

Member Function Documentation

◆ ConstructParticle()

void HadronPhysicsCHIPS::ConstructParticle ( )
virtual

Implements G4VPhysicsConstructor.

Definition at line 64 of file HadronPhysicsCHIPS.cc.

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

◆ ConstructProcess()

void HadronPhysicsCHIPS::ConstructProcess ( )
virtual

Implements G4VPhysicsConstructor.

Definition at line 77 of file HadronPhysicsCHIPS.cc.

78{
79 theInelasticCHIPS = new G4QInelasticCHIPSBuilder(0); // No verbose (@@ to be developed)
80 theInelasticCHIPS->Build();
81}

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