Geant4 11.3.0
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
G4DeexPrecoParameters Class Reference

#include <G4DeexPrecoParameters.hh>

Public Member Functions

 G4DeexPrecoParameters ()
 
 ~G4DeexPrecoParameters ()
 
void SetDefaults ()
 
std::ostream & StreamInfo (std::ostream &os) const
 
void Dump ()
 
G4int GetVerbose () const
 
G4double GetLevelDensity () const
 
G4double GetR0 () const
 
G4double GetTransitionsR0 () const
 
G4double GetFBUEnergyLimit () const
 
G4double GetFermiEnergy () const
 
G4double GetPrecoLowEnergy () const
 
G4double GetPrecoHighEnergy () const
 
G4double GetPhenoFactor () const
 
G4double GetMinExcitation () const
 
G4double GetNuclearLevelWidth () const
 
G4double GetMaxLifeTime () const
 
G4double GetMinExPerNucleounForMF () const
 
G4int GetMinZForPreco () const
 
G4int GetMinAForPreco () const
 
G4int GetPrecoModelType () const
 
G4int GetDeexModelType () const
 
G4int GetTwoJMAX () const
 
G4int GetUploadZ () const
 
G4bool NeverGoBack () const
 
G4bool UseSoftCutoff () const
 
G4bool UseCEM () const
 
G4bool UseGNASH () const
 
G4bool UseHETC () const
 
G4bool UseAngularGen () const
 
G4bool PrecoDummy () const
 
G4bool CorrelatedGamma () const
 
G4bool GetInternalConversionFlag () const
 
G4bool GetLevelDensityFlag () const
 
G4bool GetDiscreteExcitationFlag () const
 
G4bool StoreICLevelData () const
 
G4bool IsomerProduction () const
 
G4DeexChannelType GetDeexChannelsType () const
 
void SetLevelDensity (G4double)
 
void SetR0 (G4double)
 
void SetTransitionsR0 (G4double)
 
void SetFBUEnergyLimit (G4double)
 
void SetFermiEnergy (G4double)
 
void SetPrecoLowEnergy (G4double)
 
void SetPrecoHighEnergy (G4double)
 
void SetPhenoFactor (G4double)
 
void SetMinExcitation (G4double)
 
void SetNuclearLevelWidth (G4double)
 
void SetMaxLifeTime (G4double)
 
void SetMinExPerNucleounForMF (G4double)
 
void SetMinEForMultiFrag (G4double)
 
void SetMinZForPreco (G4int)
 
void SetMinAForPreco (G4int)
 
void SetPrecoModelType (G4int)
 
void SetDeexModelType (G4int)
 
void SetTwoJMAX (G4int)
 
void SetVerbose (G4int)
 
void SetNeverGoBack (G4bool)
 
void SetUseSoftCutoff (G4bool)
 
void SetUseCEM (G4bool)
 
void SetUseGNASH (G4bool)
 
void SetUseHETC (G4bool)
 
void SetUseAngularGen (G4bool)
 
void SetPrecoDummy (G4bool)
 
void SetCorrelatedGamma (G4bool)
 
void SetStoreICLevelData (G4bool)
 
void SetStoreAllLevels (G4bool)
 
void SetInternalConversionFlag (G4bool)
 
void SetLevelDensityFlag (G4bool)
 
void SetDiscreteExcitationFlag (G4bool)
 
void SetIsomerProduction (G4bool)
 
void SetDeexChannelsType (G4DeexChannelType)
 
 G4DeexPrecoParameters (const G4DeexPrecoParameters &right)=delete
 
const G4DeexPrecoParametersoperator= (const G4DeexPrecoParameters &right)=delete
 
G4bool operator== (const G4DeexPrecoParameters &right) const =delete
 
G4bool operator!= (const G4DeexPrecoParameters &right) const =delete
 

Friends

std::ostream & operator<< (std::ostream &os, const G4DeexPrecoParameters &par)
 

Detailed Description

Definition at line 61 of file G4DeexPrecoParameters.hh.

Constructor & Destructor Documentation

◆ G4DeexPrecoParameters() [1/2]

G4DeexPrecoParameters::G4DeexPrecoParameters ( )

Definition at line 42 of file G4DeexPrecoParameters.cc.

43{
44 fStateManager = G4StateManager::GetStateManager();
45 theMessenger = new G4DeexParametersMessenger(this);
46 Initialise();
47}
static G4StateManager * GetStateManager()

Referenced by G4DeexPrecoParameters(), operator!=(), operator<<, operator=(), and operator==().

◆ ~G4DeexPrecoParameters()

G4DeexPrecoParameters::~G4DeexPrecoParameters ( )

Definition at line 49 of file G4DeexPrecoParameters.cc.

50{
51 delete theMessenger;
52}

◆ G4DeexPrecoParameters() [2/2]

G4DeexPrecoParameters::G4DeexPrecoParameters ( const G4DeexPrecoParameters & right)
delete

Member Function Documentation

◆ CorrelatedGamma()

G4bool G4DeexPrecoParameters::CorrelatedGamma ( ) const
inline

Definition at line 414 of file G4DeexPrecoParameters.hh.

415{
416 return fCorrelatedGamma;
417}

Referenced by G4PhotonEvaporation::Initialise(), and G4VRadioactiveDecay::StreamInfo().

◆ Dump()

void G4DeexPrecoParameters::Dump ( )

Definition at line 359 of file G4DeexPrecoParameters.cc.

360{
361 if(!fIsPrinted && GetVerbose() > 0 && G4Threading::IsMasterThread()) {
363 fIsPrinted = true;
364 }
365}
G4GLOB_DLL std::ostream G4cout
std::ostream & StreamInfo(std::ostream &os) const
G4bool IsMasterThread()

Referenced by G4ExcitationHandler::Initialise().

◆ GetDeexChannelsType()

G4DeexChannelType G4DeexPrecoParameters::GetDeexChannelsType ( ) const
inline

Definition at line 444 of file G4DeexPrecoParameters.hh.

445{
446 return fDeexChannelType;
447}

Referenced by G4Evaporation::InitialiseChannels().

◆ GetDeexModelType()

G4int G4DeexPrecoParameters::GetDeexModelType ( ) const
inline

Definition at line 369 of file G4DeexPrecoParameters.hh.

370{
371 return fDeexType;
372}

Referenced by G4VEmissionProbability::G4VEmissionProbability().

◆ GetDiscreteExcitationFlag()

G4bool G4DeexPrecoParameters::GetDiscreteExcitationFlag ( ) const
inline

Definition at line 434 of file G4DeexPrecoParameters.hh.

435{
436 return fFD;
437}

Referenced by G4VEmissionProbability::Initialise().

◆ GetFBUEnergyLimit()

G4double G4DeexPrecoParameters::GetFBUEnergyLimit ( ) const
inline

Definition at line 309 of file G4DeexPrecoParameters.hh.

310{
311 return fFBUEnergyLimit;
312}

Referenced by G4FermiBreakUpVI::Initialise(), and G4FermiFragmentsPoolVI::Initialise().

◆ GetFermiEnergy()

G4double G4DeexPrecoParameters::GetFermiEnergy ( ) const
inline

Definition at line 314 of file G4DeexPrecoParameters.hh.

315{
316 return fFermiEnergy;
317}

Referenced by G4PreCompoundEmission::G4PreCompoundEmission(), and G4PreCompoundTransitions::G4PreCompoundTransitions().

◆ GetInternalConversionFlag()

G4bool G4DeexPrecoParameters::GetInternalConversionFlag ( ) const
inline

Definition at line 424 of file G4DeexPrecoParameters.hh.

425{
426 return fInternalConversion;
427}

Referenced by G4PhotonEvaporation::Initialise(), and G4VRadioactiveDecay::StreamInfo().

◆ GetLevelDensity()

G4double G4DeexPrecoParameters::GetLevelDensity ( ) const
inline

Definition at line 294 of file G4DeexPrecoParameters.hh.

295{
296 return fLevelDensity;
297}

◆ GetLevelDensityFlag()

G4bool G4DeexPrecoParameters::GetLevelDensityFlag ( ) const
inline

Definition at line 429 of file G4DeexPrecoParameters.hh.

430{
431 return fLD;
432}

◆ GetMaxLifeTime()

G4double G4DeexPrecoParameters::GetMaxLifeTime ( ) const
inline

Definition at line 344 of file G4DeexPrecoParameters.hh.

345{
346 return fMaxLifeTime;
347}

Referenced by G4FermiBreakUpVI::Initialise(), G4PhotonEvaporation::Initialise(), and G4VRadioactiveDecay::StreamInfo().

◆ GetMinAForPreco()

G4int G4DeexPrecoParameters::GetMinAForPreco ( ) const
inline

Definition at line 359 of file G4DeexPrecoParameters.hh.

360{
361 return fMinAForPreco;
362}

Referenced by G4PreCompoundModel::InitialiseModel().

◆ GetMinExcitation()

◆ GetMinExPerNucleounForMF()

G4double G4DeexPrecoParameters::GetMinExPerNucleounForMF ( ) const
inline

Definition at line 349 of file G4DeexPrecoParameters.hh.

350{
351 return fMinExPerNucleounForMF;
352}

◆ GetMinZForPreco()

G4int G4DeexPrecoParameters::GetMinZForPreco ( ) const
inline

Definition at line 354 of file G4DeexPrecoParameters.hh.

355{
356 return fMinZForPreco;
357}

Referenced by G4PreCompoundModel::InitialiseModel().

◆ GetNuclearLevelWidth()

G4double G4DeexPrecoParameters::GetNuclearLevelWidth ( ) const
inline

Definition at line 339 of file G4DeexPrecoParameters.hh.

340{
341 return fNuclearLevelWidth;
342}

Referenced by G4VEmissionProbability::Initialise().

◆ GetPhenoFactor()

G4double G4DeexPrecoParameters::GetPhenoFactor ( ) const
inline

Definition at line 329 of file G4DeexPrecoParameters.hh.

330{
331 return fPhenoFactor;
332}

◆ GetPrecoHighEnergy()

G4double G4DeexPrecoParameters::GetPrecoHighEnergy ( ) const
inline

Definition at line 324 of file G4DeexPrecoParameters.hh.

325{
326 return fPrecoHighEnergy;
327}

Referenced by G4PreCompoundModel::InitialiseModel().

◆ GetPrecoLowEnergy()

G4double G4DeexPrecoParameters::GetPrecoLowEnergy ( ) const
inline

Definition at line 319 of file G4DeexPrecoParameters.hh.

320{
321 return fPrecoLowEnergy;
322}

Referenced by G4PreCompoundModel::InitialiseModel().

◆ GetPrecoModelType()

G4int G4DeexPrecoParameters::GetPrecoModelType ( ) const
inline

Definition at line 364 of file G4DeexPrecoParameters.hh.

365{
366 return fPrecoType;
367}

Referenced by G4PreCompoundModel::InitialiseModel().

◆ GetR0()

G4double G4DeexPrecoParameters::GetR0 ( ) const
inline

Definition at line 299 of file G4DeexPrecoParameters.hh.

300{
301 return fR0;
302}

◆ GetTransitionsR0()

G4double G4DeexPrecoParameters::GetTransitionsR0 ( ) const
inline

Definition at line 304 of file G4DeexPrecoParameters.hh.

305{
306 return fTransitionsR0;
307}

Referenced by G4PreCompoundTransitions::G4PreCompoundTransitions().

◆ GetTwoJMAX()

G4int G4DeexPrecoParameters::GetTwoJMAX ( ) const
inline

Definition at line 374 of file G4DeexPrecoParameters.hh.

375{
376 return fTwoJMAX;
377}

Referenced by G4PhotonEvaporation::Initialise(), and G4VRadioactiveDecay::StreamInfo().

◆ GetUploadZ()

G4int G4DeexPrecoParameters::GetUploadZ ( ) const
inline

◆ GetVerbose()

G4int G4DeexPrecoParameters::GetVerbose ( ) const

Definition at line 353 of file G4DeexPrecoParameters.cc.

354{
356 return (verb > 0) ? std::max(fVerbose, verb) : verb;
357}
int G4int
Definition G4Types.hh:85
static G4HadronicParameters * Instance()

Referenced by Dump(), G4PhotonEvaporation::Initialise(), G4VEmissionProbability::Initialise(), and G4Evaporation::InitialiseChannels().

◆ IsomerProduction()

G4bool G4DeexPrecoParameters::IsomerProduction ( ) const
inline

Definition at line 439 of file G4DeexPrecoParameters.hh.

440{
441 return fIsomerFlag;
442}

◆ NeverGoBack()

G4bool G4DeexPrecoParameters::NeverGoBack ( ) const
inline

Definition at line 379 of file G4DeexPrecoParameters.hh.

380{
381 return fNeverGoBack;
382}

Referenced by G4PreCompoundModel::InitialiseModel().

◆ operator!=()

G4bool G4DeexPrecoParameters::operator!= ( const G4DeexPrecoParameters & right) const
delete

◆ operator=()

const G4DeexPrecoParameters & G4DeexPrecoParameters::operator= ( const G4DeexPrecoParameters & right)
delete

◆ operator==()

G4bool G4DeexPrecoParameters::operator== ( const G4DeexPrecoParameters & right) const
delete

◆ PrecoDummy()

G4bool G4DeexPrecoParameters::PrecoDummy ( ) const
inline

Definition at line 409 of file G4DeexPrecoParameters.hh.

410{
411 return fPrecoDummy;
412}

Referenced by G4PreCompoundModel::InitialiseModel().

◆ SetCorrelatedGamma()

void G4DeexPrecoParameters::SetCorrelatedGamma ( G4bool val)

Definition at line 255 of file G4DeexPrecoParameters.cc.

256{
257 if(IsLocked()) { return; }
258 fCorrelatedGamma = val;
259}

◆ SetDeexChannelsType()

void G4DeexPrecoParameters::SetDeexChannelsType ( G4DeexChannelType val)

Definition at line 296 of file G4DeexPrecoParameters.cc.

297{
298 if(IsLocked()) { return; }
299 fDeexChannelType = val;
300}

Referenced by G4IonINCLXXPhysics::G4IonINCLXXPhysics(), G4IonPhysicsPHP::G4IonPhysicsPHP(), G4IonQMDPhysics::G4IonQMDPhysics(), and G4LightIonQMDPhysics::G4LightIonQMDPhysics().

◆ SetDeexModelType()

void G4DeexPrecoParameters::SetDeexModelType ( G4int n)

Definition at line 194 of file G4DeexPrecoParameters.cc.

195{
196 if(IsLocked() || n < 0 || n > 3) { return; }
197 fDeexType = n;
198}

◆ SetDefaults()

void G4DeexPrecoParameters::SetDefaults ( )

Definition at line 54 of file G4DeexPrecoParameters.cc.

55{
56 if(!IsLocked()) { Initialise(); }
57}

◆ SetDiscreteExcitationFlag()

void G4DeexPrecoParameters::SetDiscreteExcitationFlag ( G4bool val)

Definition at line 284 of file G4DeexPrecoParameters.cc.

285{
286 if(IsLocked()) { return; }
287 fFD = val;
288}

◆ SetFBUEnergyLimit()

void G4DeexPrecoParameters::SetFBUEnergyLimit ( G4double val)

Definition at line 122 of file G4DeexPrecoParameters.cc.

123{
124 if(IsLocked() || val <= 0.0) { return; }
125 fFBUEnergyLimit = val;
126}

◆ SetFermiEnergy()

void G4DeexPrecoParameters::SetFermiEnergy ( G4double val)

Definition at line 128 of file G4DeexPrecoParameters.cc.

129{
130 if(IsLocked() || val <= 0.0) { return; }
131 fFermiEnergy = val;
132}

◆ SetInternalConversionFlag()

void G4DeexPrecoParameters::SetInternalConversionFlag ( G4bool val)

Definition at line 272 of file G4DeexPrecoParameters.cc.

273{
274 if(IsLocked()) { return; }
275 fInternalConversion = val;
276}

◆ SetIsomerProduction()

void G4DeexPrecoParameters::SetIsomerProduction ( G4bool val)

Definition at line 290 of file G4DeexPrecoParameters.cc.

291{
292 if(IsLocked()) { return; }
293 fIsomerFlag = val;
294}

Referenced by G4RadioactiveDecayPhysics::G4RadioactiveDecayPhysics().

◆ SetLevelDensity()

void G4DeexPrecoParameters::SetLevelDensity ( G4double val)

Definition at line 104 of file G4DeexPrecoParameters.cc.

105{
106 if(IsLocked() || val <= 0.0) { return; }
107 fLevelDensity = val/CLHEP::MeV;
108}

◆ SetLevelDensityFlag()

void G4DeexPrecoParameters::SetLevelDensityFlag ( G4bool val)

Definition at line 278 of file G4DeexPrecoParameters.cc.

279{
280 if(IsLocked()) { return; }
281 fLD = val;
282}

◆ SetMaxLifeTime()

void G4DeexPrecoParameters::SetMaxLifeTime ( G4double val)

Definition at line 164 of file G4DeexPrecoParameters.cc.

165{
166 if(IsLocked() || val < 0.0) { return; }
167 fMaxLifeTime = val;
168}

Referenced by LBE::ConstructGeneral(), and G4RadioactiveDecayPhysics::G4RadioactiveDecayPhysics().

◆ SetMinAForPreco()

void G4DeexPrecoParameters::SetMinAForPreco ( G4int n)

Definition at line 182 of file G4DeexPrecoParameters.cc.

183{
184 if(IsLocked() || n < 0) { return; }
185 fMinAForPreco = n;
186}

◆ SetMinEForMultiFrag()

void G4DeexPrecoParameters::SetMinEForMultiFrag ( G4double )

◆ SetMinExcitation()

void G4DeexPrecoParameters::SetMinExcitation ( G4double val)

Definition at line 152 of file G4DeexPrecoParameters.cc.

153{
154 if(IsLocked() || val < 0.0) { return; }
155 fMinExcitation = val;
156}

◆ SetMinExPerNucleounForMF()

void G4DeexPrecoParameters::SetMinExPerNucleounForMF ( G4double val)

Definition at line 170 of file G4DeexPrecoParameters.cc.

171{
172 if(IsLocked() || val < 0.0) { return; }
173 fMinExPerNucleounForMF = val;
174}

◆ SetMinZForPreco()

void G4DeexPrecoParameters::SetMinZForPreco ( G4int n)

Definition at line 176 of file G4DeexPrecoParameters.cc.

177{
178 if(IsLocked() || n < 2) { return; }
179 fMinZForPreco = n;
180}

◆ SetNeverGoBack()

void G4DeexPrecoParameters::SetNeverGoBack ( G4bool val)

Definition at line 212 of file G4DeexPrecoParameters.cc.

213{
214 if(IsLocked()) { return; }
215 fNeverGoBack = val;
216}

◆ SetNuclearLevelWidth()

void G4DeexPrecoParameters::SetNuclearLevelWidth ( G4double val)

Definition at line 158 of file G4DeexPrecoParameters.cc.

159{
160 if(IsLocked() || val < 0.0) { return; }
161 fNuclearLevelWidth = val;
162}

◆ SetPhenoFactor()

void G4DeexPrecoParameters::SetPhenoFactor ( G4double val)

Definition at line 146 of file G4DeexPrecoParameters.cc.

147{
148 if(IsLocked() || val <= 0.0) { return; }
149 fPhenoFactor = val;
150}

◆ SetPrecoDummy()

void G4DeexPrecoParameters::SetPrecoDummy ( G4bool val)

Definition at line 248 of file G4DeexPrecoParameters.cc.

249{
250 if(IsLocked()) { return; }
251 fPrecoDummy = val;
252 fDeexChannelType = fDummy;
253}

◆ SetPrecoHighEnergy()

void G4DeexPrecoParameters::SetPrecoHighEnergy ( G4double val)

Definition at line 140 of file G4DeexPrecoParameters.cc.

141{
142 if(IsLocked() || val < 0.0) { return; }
143 fPrecoHighEnergy = val;
144}

◆ SetPrecoLowEnergy()

void G4DeexPrecoParameters::SetPrecoLowEnergy ( G4double val)

Definition at line 134 of file G4DeexPrecoParameters.cc.

135{
136 if(IsLocked() || val < 0.0) { return; }
137 fPrecoLowEnergy = val;
138}

◆ SetPrecoModelType()

void G4DeexPrecoParameters::SetPrecoModelType ( G4int n)

Definition at line 188 of file G4DeexPrecoParameters.cc.

189{
190 if(IsLocked() || n < 0 || n > 3) { return; }
191 fPrecoType = n;
192}

◆ SetR0()

void G4DeexPrecoParameters::SetR0 ( G4double val)

Definition at line 110 of file G4DeexPrecoParameters.cc.

111{
112 if(IsLocked() || val <= 0.0) { return; }
113 fR0 = val;
114}

◆ SetStoreAllLevels()

void G4DeexPrecoParameters::SetStoreAllLevels ( G4bool val)

Definition at line 267 of file G4DeexPrecoParameters.cc.

268{
270}

Referenced by LBE::ConstructGeneral().

◆ SetStoreICLevelData()

void G4DeexPrecoParameters::SetStoreICLevelData ( G4bool val)

Definition at line 261 of file G4DeexPrecoParameters.cc.

262{
263 if(IsLocked()) { return; }
264 fStoreAllLevels = val;
265}

Referenced by G4RadioactiveDecayPhysics::G4RadioactiveDecayPhysics(), and SetStoreAllLevels().

◆ SetTransitionsR0()

void G4DeexPrecoParameters::SetTransitionsR0 ( G4double val)

Definition at line 116 of file G4DeexPrecoParameters.cc.

117{
118 if(IsLocked() || val <= 0.0) { return; }
119 fTransitionsR0 = val;
120}

◆ SetTwoJMAX()

void G4DeexPrecoParameters::SetTwoJMAX ( G4int n)

Definition at line 200 of file G4DeexPrecoParameters.cc.

201{
202 if(IsLocked() || n < 0) { return; }
203 fTwoJMAX = n;
204}

◆ SetUseAngularGen()

void G4DeexPrecoParameters::SetUseAngularGen ( G4bool val)

Definition at line 242 of file G4DeexPrecoParameters.cc.

243{
244 if(IsLocked()) { return; }
245 fUseAngularGen = val;
246}

◆ SetUseCEM()

void G4DeexPrecoParameters::SetUseCEM ( G4bool val)

Definition at line 224 of file G4DeexPrecoParameters.cc.

225{
226 if(IsLocked()) { return; }
227 fUseCEM = val;
228}

◆ SetUseGNASH()

void G4DeexPrecoParameters::SetUseGNASH ( G4bool val)

Definition at line 230 of file G4DeexPrecoParameters.cc.

231{
232 if(IsLocked()) { return; }
233 fUseGNASH = val;
234}

◆ SetUseHETC()

void G4DeexPrecoParameters::SetUseHETC ( G4bool val)

Definition at line 236 of file G4DeexPrecoParameters.cc.

237{
238 if(IsLocked()) { return; }
239 fUseHETC = val;
240}

◆ SetUseSoftCutoff()

void G4DeexPrecoParameters::SetUseSoftCutoff ( G4bool val)

Definition at line 218 of file G4DeexPrecoParameters.cc.

219{
220 if(IsLocked()) { return; }
221 fUseSoftCutoff = val;
222}

◆ SetVerbose()

void G4DeexPrecoParameters::SetVerbose ( G4int n)

Definition at line 206 of file G4DeexPrecoParameters.cc.

207{
208 if(IsLocked()) { return; }
209 fVerbose = n;
210}

◆ StoreICLevelData()

G4bool G4DeexPrecoParameters::StoreICLevelData ( ) const
inline

Definition at line 419 of file G4DeexPrecoParameters.hh.

420{
421 return fStoreAllLevels;
422}

Referenced by G4VRadioactiveDecay::StreamInfo().

◆ StreamInfo()

std::ostream & G4DeexPrecoParameters::StreamInfo ( std::ostream & os) const

Definition at line 302 of file G4DeexPrecoParameters.cc.

303{
304 static const G4String namm[5] = {"Evaporation","GEM","Evaporation+GEM","GEMVI","Dummy"};
305 static const G4int nmm[5] = {8, 68, 68, 31, 0};
306 G4int idx = fDeexChannelType;
307
308 G4long prec = os.precision(5);
309 os << "=======================================================================" << "\n";
310 os << "====== Geant4 Native Pre-compound Model Parameters ========" << "\n";
311 os << "=======================================================================" << "\n";
312 os << "Type of pre-compound inverse x-section " << fPrecoType << "\n";
313 os << "Pre-compound model active " << (!fPrecoDummy) << "\n";
314 os << "Pre-compound excitation low energy "
315 << G4BestUnit(fPrecoLowEnergy, "Energy") << "\n";
316 os << "Pre-compound excitation high energy "
317 << G4BestUnit(fPrecoHighEnergy, "Energy") << "\n";
318 os << "Angular generator for pre-compound model " << fUseAngularGen << "\n";
319 os << "Use NeverGoBack option for pre-compound model " << fNeverGoBack << "\n";
320 os << "Use SoftCutOff option for pre-compound model " << fUseSoftCutoff << "\n";
321 os << "Use CEM transitions for pre-compound model " << fUseCEM << "\n";
322 os << "Use GNASH transitions for pre-compound model " << fUseGNASH << "\n";
323 os << "Use HETC submodel for pre-compound model " << fUseHETC << "\n";
324 os << "=======================================================================" << "\n";
325 os << "====== Nuclear De-excitation Module Parameters ========" << "\n";
326 os << "=======================================================================" << "\n";
327 os << "Type of de-excitation inverse x-section " << fDeexType << "\n";
328 os << "Type of de-excitation factory " << namm[idx] << "\n";
329 os << "Number of de-excitation channels " << nmm[idx] << "\n";
330 os << "Min excitation energy "
331 << G4BestUnit(fMinExcitation, "Energy") << "\n";
332 os << "Min energy per nucleon for multifragmentation "
333 << G4BestUnit(fMinExPerNucleounForMF, "Energy") << "\n";
334 os << "Limit excitation energy for Fermi BreakUp "
335 << G4BestUnit(fFBUEnergyLimit, "Energy") << "\n";
336 os << "Level density (1/MeV) "
337 << fLevelDensity*CLHEP::MeV << "\n";
338 os << "Use simple level density model " << fLD << "\n";
339 os << "Use discrete excitation energy of the residual " << fFD << "\n";
340 os << "Time limit for long lived isomeres "
341 << G4BestUnit(fMaxLifeTime, "Time") << "\n";
342 os << "Isomer production flag " << fIsomerFlag << "\n";
343 os << "Internal e- conversion flag "
344 << fInternalConversion << "\n";
345 os << "Store e- internal conversion data " << fStoreAllLevels << "\n";
346 os << "Correlated gamma emission flag " << fCorrelatedGamma << "\n";
347 os << "Max 2J for sampling of angular correlations " << fTwoJMAX << "\n";
348 os << "=======================================================================" << G4endl;
349 os.precision(prec);
350 return os;
351}
#define G4BestUnit(a, b)
long G4long
Definition G4Types.hh:87
#define G4endl
Definition G4ios.hh:67

Referenced by Dump(), and operator<<.

◆ UseAngularGen()

G4bool G4DeexPrecoParameters::UseAngularGen ( ) const
inline

Definition at line 404 of file G4DeexPrecoParameters.hh.

405{
406 return fUseAngularGen;
407}

Referenced by G4PreCompoundEmission::G4PreCompoundEmission().

◆ UseCEM()

G4bool G4DeexPrecoParameters::UseCEM ( ) const
inline

Definition at line 389 of file G4DeexPrecoParameters.hh.

390{
391 return fUseCEM;
392}

Referenced by G4PreCompoundModel::InitialiseModel().

◆ UseGNASH()

G4bool G4DeexPrecoParameters::UseGNASH ( ) const
inline

Definition at line 394 of file G4DeexPrecoParameters.hh.

395{
396 return fUseGNASH;
397}

Referenced by G4PreCompoundModel::InitialiseModel().

◆ UseHETC()

G4bool G4DeexPrecoParameters::UseHETC ( ) const
inline

Definition at line 399 of file G4DeexPrecoParameters.hh.

400{
401 return fUseHETC;
402}

Referenced by G4PreCompoundModel::InitialiseModel().

◆ UseSoftCutoff()

G4bool G4DeexPrecoParameters::UseSoftCutoff ( ) const
inline

Definition at line 384 of file G4DeexPrecoParameters.hh.

385{
386 return fUseSoftCutoff;
387}

Referenced by G4PreCompoundModel::InitialiseModel().

Friends And Related Symbol Documentation

◆ operator<<

std::ostream & operator<< ( std::ostream & os,
const G4DeexPrecoParameters & par )
friend

Definition at line 367 of file G4DeexPrecoParameters.cc.

368{
369 return par.StreamInfo(os);
370}

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