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

#include <G4ChargedUnknownPhysics.hh>

+ Inheritance diagram for G4ChargedUnknownPhysics:

Public Member Functions

 G4ChargedUnknownPhysics (G4int ver=1)
 
 G4ChargedUnknownPhysics (const G4String &name, G4int ver=1)
 
 ~G4ChargedUnknownPhysics ()=default
 
void ConstructParticle () override
 
void ConstructProcess () override
 
- Public Member Functions inherited from G4VPhysicsConstructor
 G4VPhysicsConstructor (const G4String &="")
 
 G4VPhysicsConstructor (const G4String &name, G4int physics_type)
 
virtual ~G4VPhysicsConstructor ()
 
void SetPhysicsName (const G4String &="")
 
const G4StringGetPhysicsName () const
 
void SetPhysicsType (G4int)
 
G4int GetPhysicsType () const
 
G4int GetInstanceID () const
 
virtual void TerminateWorker ()
 
void SetVerboseLevel (G4int value)
 
G4int GetVerboseLevel () const
 

Additional Inherited Members

- Static Public Member Functions inherited from G4VPhysicsConstructor
static const G4VPCManagerGetSubInstanceManager ()
 
- Protected Types inherited from G4VPhysicsConstructor
using PhysicsBuilder_V = G4VPCData::PhysicsBuilders_V
 
- Protected Member Functions inherited from G4VPhysicsConstructor
G4bool RegisterProcess (G4VProcess *process, G4ParticleDefinition *particle)
 
G4ParticleTable::G4PTblDicIteratorGetParticleIterator () const
 
PhysicsBuilder_V GetBuilders () const
 
void AddBuilder (G4PhysicsBuilderInterface *bld)
 
- Protected Attributes inherited from G4VPhysicsConstructor
G4int verboseLevel = 0
 
G4String namePhysics = ""
 
G4int typePhysics = 0
 
G4ParticleTabletheParticleTable = nullptr
 
G4int g4vpcInstanceID = 0
 
- Static Protected Attributes inherited from G4VPhysicsConstructor
static G4RUN_DLL G4VPCManager subInstanceManager
 

Detailed Description

Definition at line 55 of file G4ChargedUnknownPhysics.hh.

Constructor & Destructor Documentation

◆ G4ChargedUnknownPhysics() [1/2]

G4ChargedUnknownPhysics::G4ChargedUnknownPhysics ( G4int ver = 1)

Definition at line 61 of file G4ChargedUnknownPhysics.cc.

62 : G4VPhysicsConstructor( "ChargedUnknownPhysics" ), verbose( ver ) {}
G4VPhysicsConstructor(const G4String &="")

◆ G4ChargedUnknownPhysics() [2/2]

G4ChargedUnknownPhysics::G4ChargedUnknownPhysics ( const G4String & name,
G4int ver = 1 )

Definition at line 65 of file G4ChargedUnknownPhysics.cc.

66 : G4VPhysicsConstructor( name ), verbose( ver ) {}

◆ ~G4ChargedUnknownPhysics()

G4ChargedUnknownPhysics::~G4ChargedUnknownPhysics ( )
default

Member Function Documentation

◆ ConstructParticle()

void G4ChargedUnknownPhysics::ConstructParticle ( )
overridevirtual

Implements G4VPhysicsConstructor.

Definition at line 69 of file G4ChargedUnknownPhysics.cc.

69 {
70 // Although this class deals only with 'chargedunknown' particles,
71 // it is more consistent to define also 'unknown' particles.
74}
static G4ChargedUnknownParticle * ChargedUnknownParticleDefinition()
static G4UnknownParticle * UnknownParticleDefinition()

◆ ConstructProcess()

void G4ChargedUnknownPhysics::ConstructProcess ( )
overridevirtual

Implements G4VPhysicsConstructor.

Definition at line 77 of file G4ChargedUnknownPhysics.cc.

77 {
78 G4ProcessManager* pmanager = G4ChargedUnknownParticle::Definition()->GetProcessManager();
79 pmanager->AddProcess( new G4DynamicParticleMSC, -1, 1, -1 );
80 pmanager->AddProcess( new G4DynamicParticleIonisation, -1, 2, 2 );
81 if ( verbose > 1 ) {
82 G4cout << "### Added ionization and multiple scattering for chargedunknown" << G4endl;
83 }
84}
#define G4endl
Definition G4ios.hh:67
G4GLOB_DLL std::ostream G4cout
static G4ChargedUnknownParticle * Definition()
G4ProcessManager * GetProcessManager() const
G4int AddProcess(G4VProcess *aProcess, G4int ordAtRestDoIt=ordInActive, G4int ordAlongSteptDoIt=ordInActive, G4int ordPostStepDoIt=ordInActive)

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