#include <G4LENDUsedTarget.hh>
Public Member Functions | |
G4LENDUsedTarget (G4ParticleDefinition *pd, G4String Evaluation, G4int iZ, G4int iA, G4int iM=0) | |
~G4LENDUsedTarget () | |
void | AllowNat () |
void | AllowAny () |
G4int | GetWantedZ () |
G4int | GetWantedA () |
G4int | GetWantedM () |
G4int | GetActualZ () |
G4int | GetActualA () |
G4int | GetActualM () |
G4String | GetWantedEvaluation () |
G4String | GetActualEvaluation () |
G4GIDI_target * | GetTarget () |
Definition at line 46 of file G4LENDUsedTarget.hh.
G4LENDUsedTarget::G4LENDUsedTarget | ( | G4ParticleDefinition * | pd, | |
G4String | Evaluation, | |||
G4int | iZ, | |||
G4int | iA, | |||
G4int | iM = 0 | |||
) | [inline] |
Definition at line 51 of file G4LENDUsedTarget.hh.
00052 : allow_nat ( false ) 00053 , allow_anything ( false ) 00054 , min_Z ( 0 ) 00055 , max_Z ( 113 ) 00056 , min_A ( 1 ) 00057 , max_A ( 278 ) 00058 , min_M ( 0 ) 00059 , max_M ( 10 ) 00060 { 00061 00062 proj = pd; 00063 00064 wanted_Z = iZ; 00065 wanted_A = iA; 00066 wanted_M = iM; 00067 wanted_Evaluation = Evaluation; 00068 00069 actual_Z = -1; 00070 actual_A = -1; 00071 actual_M = -1; 00072 actual_Evaluation = "na"; 00073 00074 searchTarget(); 00075 }
G4LENDUsedTarget::~G4LENDUsedTarget | ( | ) | [inline] |
void G4LENDUsedTarget::AllowAny | ( | ) | [inline] |
Definition at line 85 of file G4LENDUsedTarget.hh.
Referenced by G4LENDModel::create_used_target_map(), and G4LENDCrossSection::create_used_target_map().
void G4LENDUsedTarget::AllowNat | ( | ) | [inline] |
Definition at line 79 of file G4LENDUsedTarget.hh.
Referenced by G4LENDModel::create_used_target_map(), and G4LENDCrossSection::create_used_target_map().
G4int G4LENDUsedTarget::GetActualA | ( | ) | [inline] |
G4String G4LENDUsedTarget::GetActualEvaluation | ( | ) | [inline] |
G4int G4LENDUsedTarget::GetActualM | ( | ) | [inline] |
G4int G4LENDUsedTarget::GetActualZ | ( | ) | [inline] |
G4GIDI_target* G4LENDUsedTarget::GetTarget | ( | void | ) | [inline] |
G4int G4LENDUsedTarget::GetWantedA | ( | ) | [inline] |
G4String G4LENDUsedTarget::GetWantedEvaluation | ( | ) | [inline] |
G4int G4LENDUsedTarget::GetWantedM | ( | ) | [inline] |
G4int G4LENDUsedTarget::GetWantedZ | ( | ) | [inline] |