Geant4  9.6.p02
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | List of all members
G4ElementData Class Reference

#include <G4ElementData.hh>

Public Member Functions

 G4ElementData ()
 
 ~G4ElementData ()
 
void InitialiseForElement (G4int Z, G4PhysicsVector *v)
 
void InitialiseForComponent (G4int Z, G4int nComponents=0)
 
void AddComponent (G4int Z, G4int id, G4PhysicsVector *v)
 
void SetName (const G4String &nam)
 
G4PhysicsVectorGetElementData (G4int Z)
 
size_t GetNumberOfComponents (G4int Z)
 
G4int GetComponentID (G4int Z, size_t idx)
 
G4PhysicsVectorGetComponentDataByIndex (G4int Z, size_t idx)
 
G4PhysicsVectorGetComponentDataByID (G4int Z, G4int id)
 
G4double GetValueForElement (G4int Z, G4double kinEnergy)
 
G4double GetValueForComponent (G4int Z, size_t idx, G4double kinEnergy)
 

Detailed Description

Definition at line 55 of file G4ElementData.hh.

Constructor & Destructor Documentation

G4ElementData::G4ElementData ( )

Definition at line 48 of file G4ElementData.cc.

G4ElementData::~G4ElementData ( )

Definition at line 59 of file G4ElementData.cc.

Member Function Documentation

void G4ElementData::AddComponent ( G4int  Z,
G4int  id,
G4PhysicsVector v 
)

Definition at line 103 of file G4ElementData.cc.

Here is the call graph for this function:

G4PhysicsVector * G4ElementData::GetComponentDataByID ( G4int  Z,
G4int  id 
)
inline

Definition at line 141 of file G4ElementData.hh.

G4PhysicsVector * G4ElementData::GetComponentDataByIndex ( G4int  Z,
size_t  idx 
)
inline

Definition at line 135 of file G4ElementData.hh.

G4int G4ElementData::GetComponentID ( G4int  Z,
size_t  idx 
)
inline

Definition at line 129 of file G4ElementData.hh.

Here is the caller graph for this function:

G4PhysicsVector * G4ElementData::GetElementData ( G4int  Z)
inline

Definition at line 118 of file G4ElementData.hh.

size_t G4ElementData::GetNumberOfComponents ( G4int  Z)
inline

Definition at line 124 of file G4ElementData.hh.

G4double G4ElementData::GetValueForComponent ( G4int  Z,
size_t  idx,
G4double  kinEnergy 
)
inline

Definition at line 160 of file G4ElementData.hh.

Here is the caller graph for this function:

G4double G4ElementData::GetValueForElement ( G4int  Z,
G4double  kinEnergy 
)
inline

Definition at line 154 of file G4ElementData.hh.

Here is the call graph for this function:

void G4ElementData::InitialiseForComponent ( G4int  Z,
G4int  nComponents = 0 
)

Definition at line 84 of file G4ElementData.cc.

Here is the call graph for this function:

void G4ElementData::InitialiseForElement ( G4int  Z,
G4PhysicsVector v 
)

Definition at line 71 of file G4ElementData.cc.

Here is the call graph for this function:

void G4ElementData::SetName ( const G4String nam)
inline

Definition at line 112 of file G4ElementData.hh.


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