Geant4 11.2.2
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
G4VPiKBuilder Class Referenceabstract

#include <G4VPiKBuilder.hh>

+ Inheritance diagram for G4VPiKBuilder:

Public Member Functions

 G4VPiKBuilder ()=default
 
virtual ~G4VPiKBuilder ()
 
virtual void Build (G4HadronElasticProcess *aP)=0
 
virtual void Build (G4HadronInelasticProcess *aP)=0
 
virtual void Build ()
 
- Public Member Functions inherited from G4PhysicsBuilderInterface
 G4PhysicsBuilderInterface ()=default
 
virtual ~G4PhysicsBuilderInterface ()=default
 
virtual void RegisterMe (G4PhysicsBuilderInterface *)
 
virtual void SetMinEnergy (G4double)
 
virtual void SetMaxEnergy (G4double)
 

Detailed Description

Definition at line 47 of file G4VPiKBuilder.hh.

Constructor & Destructor Documentation

◆ G4VPiKBuilder()

G4VPiKBuilder::G4VPiKBuilder ( )
default

◆ ~G4VPiKBuilder()

virtual G4VPiKBuilder::~G4VPiKBuilder ( )
inlinevirtual

Definition at line 51 of file G4VPiKBuilder.hh.

51{}

Member Function Documentation

◆ Build() [1/3]

virtual void G4PhysicsBuilderInterface::Build ( )
inlinevirtual

Reimplemented from G4PhysicsBuilderInterface.

Definition at line 45 of file G4PhysicsBuilderInterface.hh.

46 {
47 G4Exception("G4PhysicsBuilderInterface::Build", "PHYSBLD001", FatalException,
48 "Called based class method. Should be implemented in"
49 " inherited class");
50 }
@ FatalException
void G4Exception(const char *originOfException, const char *exceptionCode, G4ExceptionSeverity severity, const char *description)

◆ Build() [2/3]

◆ Build() [3/3]


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