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

#include <G4ParticlePropertyTable.hh>

Collaboration diagram for G4ParticlePropertyTable:
Collaboration graph
[legend]

Public Member Functions

G4int operator== (const G4ParticlePropertyTable &right) const
 
G4int operator!= (const G4ParticlePropertyTable &right) const
 
virtual ~G4ParticlePropertyTable ()
 
G4ParticlePropertyDataGetParticleProperty (const G4String &aParticleName)
 
G4ParticlePropertyDataGetParticleProperty (const G4ParticleDefinition *aParticle)
 
G4bool SetParticleProperty (const G4ParticlePropertyData &newProperty)
 
void Clear ()
 
void SetVerboseLevel (G4int value)
 
G4int GetVerboseLevel () const
 

Static Public Member Functions

static G4ParticlePropertyTableGetParticlePropertyTable ()
 

Protected Member Functions

 G4ParticlePropertyTable ()
 
 G4ParticlePropertyTable (const G4ParticlePropertyTable &right)
 
G4ParticlePropertyTableoperator= (const G4ParticlePropertyTable &right)
 

Protected Attributes

G4ParticleTablefParticleTable
 
std::vector
< G4ParticlePropertyData * > 
arrayDataObject
 

Detailed Description

Definition at line 48 of file G4ParticlePropertyTable.hh.

Constructor & Destructor Documentation

G4ParticlePropertyTable::G4ParticlePropertyTable ( )
protected

Definition at line 65 of file G4ParticlePropertyTable.cc.

Here is the call graph for this function:

G4ParticlePropertyTable::G4ParticlePropertyTable ( const G4ParticlePropertyTable right)
protected

Definition at line 72 of file G4ParticlePropertyTable.cc.

Here is the call graph for this function:

G4ParticlePropertyTable::~G4ParticlePropertyTable ( )
virtual

Definition at line 56 of file G4ParticlePropertyTable.cc.

Member Function Documentation

void G4ParticlePropertyTable::Clear ( )

Definition at line 101 of file G4ParticlePropertyTable.cc.

Here is the caller graph for this function:

G4ParticlePropertyData * G4ParticlePropertyTable::GetParticleProperty ( const G4String aParticleName)

Definition at line 110 of file G4ParticlePropertyTable.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

G4ParticlePropertyData * G4ParticlePropertyTable::GetParticleProperty ( const G4ParticleDefinition aParticle)

Definition at line 119 of file G4ParticlePropertyTable.cc.

Here is the call graph for this function:

G4ParticlePropertyTable * G4ParticlePropertyTable::GetParticlePropertyTable ( )
static

Definition at line 46 of file G4ParticlePropertyTable.cc.

Here is the caller graph for this function:

G4int G4ParticlePropertyTable::GetVerboseLevel ( ) const
G4int G4ParticlePropertyTable::operator!= ( const G4ParticlePropertyTable right) const

Definition at line 95 of file G4ParticlePropertyTable.cc.

G4ParticlePropertyTable & G4ParticlePropertyTable::operator= ( const G4ParticlePropertyTable right)
protected

Definition at line 79 of file G4ParticlePropertyTable.cc.

G4int G4ParticlePropertyTable::operator== ( const G4ParticlePropertyTable right) const

Definition at line 89 of file G4ParticlePropertyTable.cc.

G4bool G4ParticlePropertyTable::SetParticleProperty ( const G4ParticlePropertyData newProperty)

Definition at line 149 of file G4ParticlePropertyTable.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

void G4ParticlePropertyTable::SetVerboseLevel ( G4int  value)

Member Data Documentation

std::vector<G4ParticlePropertyData*> G4ParticlePropertyTable::arrayDataObject
protected

Definition at line 105 of file G4ParticlePropertyTable.hh.

G4ParticleTable* G4ParticlePropertyTable::fParticleTable
protected

Definition at line 98 of file G4ParticlePropertyTable.hh.


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