Geant4-11
Public Member Functions
anonymous_namespace{G4CascadeParameters.cc}::BERTParameters Class Reference

Public Member Functions

 BERTParameters ()
 

Detailed Description

Definition at line 54 of file G4CascadeParameters.cc.

Constructor & Destructor Documentation

◆ BERTParameters()

anonymous_namespace{G4CascadeParameters.cc}::BERTParameters::BERTParameters ( )
inline

Definition at line 56 of file G4CascadeParameters.cc.

56 {
57 //HDP.SetDefault("NAME",VALUE,LOWER_LIMIT(default=-DBL_MAX),UPPER_LIMIT(default=DBL_MAX));
58 HDP.SetDefault( "BERT_FERMI_SCALE" , 1.932/OLD_RADIUS_UNITS , 1.932/OLD_RADIUS_UNITS/2 , 1.932/OLD_RADIUS_UNITS*2 );
59 HDP.SetDefault( "BERT_RADIUS_SCALE" , OLD_RADIUS_UNITS , OLD_RADIUS_UNITS/2 , OLD_RADIUS_UNITS*2 );
60 HDP.SetDefault( "BERT_RAD_TRAILING" , 0. , 0. , 2. );
61 HDP.SetDefault( "BERT_XSEC_SCALE" , 1.0 , 0.5 , 2. );
62 }
#define OLD_RADIUS_UNITS
G4bool SetDefault(const std::string name, const G4bool value)

References HDP, OLD_RADIUS_UNITS, and G4HadronicDeveloperParameters::SetDefault().


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