Geant4 11.1.1
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
G4PhysicsVectorType.hh File Reference

Go to the source code of this file.

Enumerations

enum  G4PhysicsVectorType { T_G4PhysicsFreeVector = 0 , T_G4PhysicsLinearVector , T_G4PhysicsLogVector }
 
enum class  G4SplineType { Simple = 0 , Base , FixedEdges }
 

Enumeration Type Documentation

◆ G4PhysicsVectorType

Enumerator
T_G4PhysicsFreeVector 
T_G4PhysicsLinearVector 
T_G4PhysicsLogVector 

Definition at line 47 of file G4PhysicsVectorType.hh.

48{
52};
@ T_G4PhysicsFreeVector
@ T_G4PhysicsLinearVector
@ T_G4PhysicsLogVector

◆ G4SplineType

enum class G4SplineType
strong
Enumerator
Simple 
Base 
FixedEdges 

Definition at line 54 of file G4PhysicsVectorType.hh.

55{
56 Simple = 0,
57 Base,
59};