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

#include <G4DecayTable.hh>

Public Types

typedef std::vector
< G4VDecayChannel * > 
G4VDecayChannelVector
 

Public Member Functions

 G4DecayTable ()
 
 ~G4DecayTable ()
 
G4int operator== (const G4DecayTable &right) const
 
G4int operator!= (const G4DecayTable &right) const
 
void Insert (G4VDecayChannel *aChannel)
 
G4int entries () const
 
G4VDecayChannelSelectADecayChannel ()
 
G4VDecayChannelGetDecayChannel (G4int index) const
 
G4VDecayChanneloperator[] (G4int index)
 
void DumpInfo () const
 

Detailed Description

Definition at line 50 of file G4DecayTable.hh.

Member Typedef Documentation

Definition at line 58 of file G4DecayTable.hh.

Constructor & Destructor Documentation

G4DecayTable::G4DecayTable ( )

Definition at line 43 of file G4DecayTable.cc.

G4DecayTable::~G4DecayTable ( )

Definition at line 48 of file G4DecayTable.cc.

Member Function Documentation

void G4DecayTable::DumpInfo ( ) const

Definition at line 101 of file G4DecayTable.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

G4int G4DecayTable::entries ( ) const
inline

Definition at line 100 of file G4DecayTable.hh.

Here is the caller graph for this function:

G4VDecayChannel * G4DecayTable::GetDecayChannel ( G4int  index) const
inline

Definition at line 113 of file G4DecayTable.hh.

Here is the caller graph for this function:

void G4DecayTable::Insert ( G4VDecayChannel aChannel)

Definition at line 60 of file G4DecayTable.cc.

Here is the call graph for this function:

G4int G4DecayTable::operator!= ( const G4DecayTable right) const
inline

Definition at line 74 of file G4DecayTable.hh.

G4int G4DecayTable::operator== ( const G4DecayTable right) const
inline

Definition at line 73 of file G4DecayTable.hh.

G4VDecayChannel * G4DecayTable::operator[] ( G4int  index)
inline

Definition at line 106 of file G4DecayTable.hh.

G4VDecayChannel * G4DecayTable::SelectADecayChannel ( )

Definition at line 81 of file G4DecayTable.cc.

Here is the caller graph for this function:


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