ATLAS Offline Software
Loading...
Searching...
No Matches
G4AtlasPhysicsOption Namespace Reference

Enumerations

enum  Type {
  BSMPhysics = 1 , QS_ExtraParticles = 2 , QS_ExtraProc = 3 , GlobalProcesses = 4 ,
  UnknownType = 5
}

Enumeration Type Documentation

◆ Type

Enumerator
BSMPhysics 
QS_ExtraParticles 
QS_ExtraProc 
GlobalProcesses 
UnknownType 

Definition at line 22 of file IPhysicsOptionTool.h.

22 {
23 BSMPhysics = 1, // Adds new BSM particles and potentially decays
24 QS_ExtraParticles = 2, // Adds particles from the PDG Table not currently known to Geant4
25 QS_ExtraProc = 3, // Adds MSC and Ionisation processes for specific particles (possibly merge with the next one?)
26 GlobalProcesses = 4, // Adds a new physics process for all particles meeting certain criteria
27 UnknownType = 5 // Not set
28 };