Geant4 11.4.0
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
G4DeexPrecoParameters.hh File Reference
#include "globals.hh"

Go to the source code of this file.

Classes

class  G4DeexPrecoParameters

Enumerations

enum  G4DeexChannelType {
  fEvaporation = 0 , fGEM , fCombined , fGEMVI ,
  fDummy
}
enum  G4PreCompoundType { eDefault = 0 , eDeexcitation , ePrecoInterface }
enum  G4FermiBreakUpType { bModelVI = 0 , bModelAN , bDummy }

Enumeration Type Documentation

◆ G4DeexChannelType

Enumerator
fEvaporation 
fGEM 
fCombined 
fGEMVI 
fDummy 

Definition at line 49 of file G4DeexPrecoParameters.hh.

50{
51 fEvaporation = 0,
52 fGEM,
54 fGEMVI,
55 fDummy
56};

◆ G4FermiBreakUpType

Enumerator
bModelVI 
bModelAN 
bDummy 

Definition at line 65 of file G4DeexPrecoParameters.hh.

66{
67 bModelVI = 0,
69 bDummy
70};

◆ G4PreCompoundType

Enumerator
eDefault 
eDeexcitation 
ePrecoInterface 

Definition at line 58 of file G4DeexPrecoParameters.hh.

59{
60 eDefault = 0,
63};
@ ePrecoInterface