Geant4  v4-10.4-release
 모두 클래스 네임스페이스들 파일들 함수 변수 타입정의 열거형 타입 열거형 멤버 Friends 매크로 그룹들 페이지들
G4DeexPrecoParameters.hh
이 파일의 문서화 페이지로 가기
1 //
2 // ********************************************************************
3 // * License and Disclaimer *
4 // * *
5 // * The Geant4 software is copyright of the Copyright Holders of *
6 // * the Geant4 Collaboration. It is provided under the terms and *
7 // * conditions of the Geant4 Software License, included in the file *
8 // * LICENSE and available at http://cern.ch/geant4/license . These *
9 // * include a list of copyright holders. *
10 // * *
11 // * Neither the authors of this software system, nor their employing *
12 // * institutes,nor the agencies providing financial support for this *
13 // * work make any representation or warranty, express or implied, *
14 // * regarding this software system or assume any liability for its *
15 // * use. Please see the license in the file LICENSE and URL above *
16 // * for the full disclaimer and the limitation of liability. *
17 // * *
18 // * This code implementation is the result of the scientific and *
19 // * technical work of the GEANT4 collaboration. *
20 // * By using, copying, modifying or distributing the software (or *
21 // * any work based on the software) you agree to acknowledge its *
22 // * use in resulting scientific publications, and indicate your *
23 // * acceptance of all terms of the Geant4 Software license. *
24 // ********************************************************************
25 //
26 // $Id: G4DeexPrecoParameters.hh 68028 2013-03-13 13:48:15Z gcosmo $
27 //
28 // 15.03.2016 V.Ivanchenko
29 //
30 // List of parameters of the pre-compound model
31 // and the deexcitation module
32 //
33 
34 #ifndef G4DeexPrecoParameters_h
35 #define G4DeexPrecoParameters_h 1
36 
37 #include "globals.hh"
38 #include "G4Threading.hh"
39 
41 {
46 };
47 
48 class G4StateManager;
50 
52 {
53 public:
54 
55  explicit G4DeexPrecoParameters();
56 
58 
59  void SetDefaults();
60 
61  // printing
62  std::ostream& StreamInfo(std::ostream& os) const;
63  void Dump() const;
64  friend std::ostream& operator<< (std::ostream& os,
65  const G4DeexPrecoParameters&);
66 
67  // inline access methods
68 
69  inline G4double GetLevelDensity() const;
70 
71  inline G4double GetR0() const;
72 
73  inline G4double GetTransitionsR0() const;
74 
75  inline G4double GetFermiEnergy() const;
76 
77  inline G4double GetPrecoLowEnergy() const;
78 
79  inline G4double GetPhenoFactor() const;
80 
81  inline G4double GetMinExcitation() const;
82 
83  inline G4double GetMaxLifeTime() const;
84 
85  inline G4double GetMinExPerNucleounForMF() const;
86 
87  inline G4int GetInternalConversionID() const;
88 
89  inline G4int GetMinZForPreco() const;
90 
91  inline G4int GetMinAForPreco() const;
92 
93  inline G4int GetPrecoModelType() const;
94 
95  inline G4int GetDeexModelType() const;
96 
97  inline G4int GetTwoJMAX() const;
98 
99  inline G4bool NeverGoBack() const;
100 
101  inline G4bool UseSoftCutoff() const;
102 
103  inline G4bool UseCEM() const;
104 
105  inline G4bool UseGNASH() const;
106 
107  inline G4bool UseHETC() const;
108 
109  inline G4bool UseAngularGen() const;
110 
111  inline G4bool PrecoDummy() const;
112 
113  inline G4bool CorrelatedGamma() const;
114 
115  inline G4bool GetInternalConversionFlag() const;
116 
117  inline G4bool StoreICLevelData() const;
118 
119  inline G4DeexChannelType GetDeexChannelsType() const;
120 
121  // Set methods
122 
124 
125  void SetR0(G4double);
126 
128 
129  void SetFermiEnergy(G4double);
130 
132 
133  void SetPhenoFactor(G4double);
134 
136 
137  void SetMaxLifeTime(G4double);
138 
140 
142 
143  void SetMinZForPreco(G4int);
144 
145  void SetMinAForPreco(G4int);
146 
147  void SetPrecoModelType(G4int);
148 
149  void SetDeexModelType(G4int);
150 
151  void SetTwoJMAX(G4int);
152 
153  void SetNeverGoBack(G4bool);
154 
155  void SetUseSoftCutoff(G4bool);
156 
157  void SetUseCEM(G4bool);
158 
159  void SetUseGNASH(G4bool);
160 
161  void SetUseHETC(G4bool);
162 
163  void SetUseAngularGen(G4bool);
164 
165  void SetPrecoDummy(G4bool);
166 
168 
170 
171  // obsolete method (use previous)
173 
175 
177 
178  // obsolete method (has no effect)
179  inline void SetUseFilesNEW(G4bool) {};
180 
181 private:
182 
183  G4bool IsLocked() const;
184 
186  const G4DeexPrecoParameters& operator=
187  (const G4DeexPrecoParameters &right) = delete;
188  G4bool operator==(const G4DeexPrecoParameters &right) const = delete;
189  G4bool operator!=(const G4DeexPrecoParameters &right) const = delete;
190 
193 
194  // Level density parameter
196 
197  // Nuclear radius r0
199 
200  // Nuclear radius r0 for transitions
202 
203  // Fermi energy level
205 
206  // Low-energy excitation per nucleon limit
208 
209  // Preco phenomenological factor
211 
212  // Excitation handler
215 
216  // Multi-fragmentation model
218 
219  // Cross section type
222 
223  // Internal conversion model ID
226 
227  // Preco model
230 
231  // Preco flags
239 
240  // Deex flags
244 
245  // type of a set of e-exitation channels
247 
248 #ifdef G4MULTITHREADED
249  static G4Mutex deexPrecoMutex;
250 #endif
251 };
252 
254 {
255  return fLevelDensity;
256 }
257 
259 {
260  return fR0;
261 }
262 
264 {
265  return fTransitionsR0;
266 }
267 
269 {
270  return fFermiEnergy;
271 }
272 
274 {
275  return fPrecoLowEnergy;
276 }
277 
279 {
280  return fPhenoFactor;
281 }
282 
284 {
285  return fMinExcitation;
286 }
287 
289 {
290  return fMaxLifeTime;
291 }
292 
294 {
295  return fMinExPerNucleounForMF;
296 }
297 
299 {
300  return fInternalConversionID;
301 }
302 
304 {
305  return fMinZForPreco;
306 }
307 
309 {
310  return fMinAForPreco;
311 }
312 
314 {
315  return fPrecoType;
316 }
317 
319 {
320  return fDeexType;
321 }
322 
324 {
325  return fTwoJMAX;
326 }
327 
329 {
330  return fNeverGoBack;
331 }
332 
334 {
335  return fUseSoftCutoff;
336 }
337 
339 {
340  return fUseCEM;
341 }
342 
344 {
345  return fUseGNASH;
346 }
347 
349 {
350  return fUseHETC;
351 }
352 
354 {
355  return fUseAngularGen;
356 }
357 
359 {
360  return fPrecoDummy;
361 }
362 
364 {
365  return fCorrelatedGamma;
366 }
367 
369 {
370  return fStoreAllLevels;
371 }
372 
374 {
375  return fInternalConversion;
376 }
377 
379 {
380  return fDeexChannelType;
381 }
382 
383 #endif
G4bool operator==(const G4DeexPrecoParameters &right) const =delete
G4double GetFermiEnergy() const
G4bool GetInternalConversionFlag() const
G4int GetInternalConversionID() const
G4double GetPhenoFactor() const
G4double GetPrecoLowEnergy() const
G4double GetMinExPerNucleounForMF() const
G4double GetMinExcitation() const
void SetMinEForMultiFrag(G4double)
double G4double
Definition: G4Types.hh:76
bool G4bool
Definition: G4Types.hh:79
G4double GetMaxLifeTime() const
void SetDeexChannelsType(G4DeexChannelType)
std::ostream & StreamInfo(std::ostream &os) const
friend std::ostream & operator<<(std::ostream &os, const G4DeexPrecoParameters &)
G4DeexChannelType GetDeexChannelsType() const
G4double GetLevelDensity() const
G4DeexParametersMessenger * theMessenger
void SetMinExPerNucleounForMF(G4double)
int G4int
Definition: G4Types.hh:78
G4bool operator!=(const G4DeexPrecoParameters &right) const =delete
G4DeexChannelType fDeexChannelType
G4double GetTransitionsR0() const
std::mutex G4Mutex
Definition: G4Threading.hh:84