#include <G4LENDUsedTarget.hh>
Definition at line 46 of file G4LENDUsedTarget.hh.
◆ G4LENDUsedTarget()
Definition at line 51 of file G4LENDUsedTarget.hh.
52 : allow_nat ( false )
53 , allow_anything ( false )
54 , min_Z ( 0 )
55 , max_Z ( 113 )
56 , min_A ( 1 )
57 , max_A ( 278 )
58 , min_M ( 0 )
59 , max_M ( 10 )
60 {
61
62 proj = pd;
63
64 wanted_Z = iZ;
65 wanted_A = iA;
66 wanted_M = iM;
67 wanted_Evaluation = Evaluation;
68
69 actual_Z = -1;
70 actual_A = -1;
71 actual_M = -1;
72 actual_Evaluation = "na";
73
74 searchTarget();
75 }
◆ ~G4LENDUsedTarget()
G4LENDUsedTarget::~G4LENDUsedTarget |
( |
| ) |
|
|
inline |
◆ AllowAny()
void G4LENDUsedTarget::AllowAny |
( |
| ) |
|
|
inline |
◆ AllowNat()
void G4LENDUsedTarget::AllowNat |
( |
| ) |
|
|
inline |
◆ GetActualA()
G4int G4LENDUsedTarget::GetActualA |
( |
| ) |
|
|
inline |
◆ GetActualEvaluation()
G4String G4LENDUsedTarget::GetActualEvaluation |
( |
| ) |
|
|
inline |
◆ GetActualM()
G4int G4LENDUsedTarget::GetActualM |
( |
| ) |
|
|
inline |
◆ GetActualZ()
G4int G4LENDUsedTarget::GetActualZ |
( |
| ) |
|
|
inline |
◆ GetTarget()
◆ GetWantedA()
G4int G4LENDUsedTarget::GetWantedA |
( |
| ) |
|
|
inline |
◆ GetWantedEvaluation()
G4String G4LENDUsedTarget::GetWantedEvaluation |
( |
| ) |
|
|
inline |
◆ GetWantedM()
G4int G4LENDUsedTarget::GetWantedM |
( |
| ) |
|
|
inline |
◆ GetWantedZ()
G4int G4LENDUsedTarget::GetWantedZ |
( |
| ) |
|
|
inline |
The documentation for this class was generated from the following files: