Geant4  10.04
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
G4LENDUsedTarget Class Reference

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_targetGetTarget ()
 

Private Member Functions

void searchTarget ()
 

Private Attributes

G4ParticleDefinitionproj
 
G4int wanted_Z
 
G4int wanted_A
 
G4int wanted_M
 
G4String wanted_Evaluation
 
G4bool allow_nat
 
G4bool allow_anything
 
G4GIDI_targettarget
 
G4int actual_Z
 
G4int actual_A
 
G4int actual_M
 
G4String actual_Evaluation
 
G4int min_Z
 
G4int max_Z
 
G4int min_A
 
G4int max_A
 
G4int min_M
 
G4int max_M
 

Constructor & Destructor Documentation

Member Function Documentation

void AllowNat ( )

References allow_nat, and searchTarget().

void AllowAny ( )

References allow_anything, and searchTarget().

G4int GetWantedZ ( )

References wanted_Z.

G4int GetWantedA ( )

References wanted_A.

G4int GetWantedM ( )

References wanted_M.

G4int GetActualZ ( )

References actual_Z.

G4int GetActualA ( )

References actual_A.

G4int GetActualM ( )

References actual_M.

G4String GetWantedEvaluation ( )

References wanted_Evaluation.

G4String GetActualEvaluation ( )

References actual_Evaluation.

G4GIDI_target* GetTarget ( void  )

References target.

void searchTarget ( )
private

Member Data Documentation

G4ParticleDefinition* proj
private

Referenced by G4LENDUsedTarget().

G4int wanted_Z
private

Referenced by G4LENDUsedTarget(), and GetWantedZ().

G4int wanted_A
private

Referenced by G4LENDUsedTarget(), and GetWantedA().

G4int wanted_M
private

Referenced by G4LENDUsedTarget(), and GetWantedM().

G4String wanted_Evaluation
private
G4bool allow_nat
private

Referenced by AllowNat().

G4bool allow_anything
private

Referenced by AllowAny().

Referenced by GetTarget().

G4int actual_Z
private

Referenced by G4LENDUsedTarget(), and GetActualZ().

G4int actual_A
private

Referenced by G4LENDUsedTarget(), and GetActualA().

G4int actual_M
private

Referenced by G4LENDUsedTarget(), and GetActualM().

G4String actual_Evaluation
private
G4int min_Z
private
G4int max_Z
private
G4int min_A
private
G4int max_A
private
G4int min_M
private
G4int max_M
private