Geant4
9.6.p02
|
#include <G4PhysicsTable.hh>
Public Member Functions | |
G4PhysicsTable () | |
G4PhysicsTable (size_t cap) | |
virtual | ~G4PhysicsTable () |
G4PhysicsVector *& | operator() (size_t) |
G4PhysicsVector *const & | operator() (size_t) const |
void | clearAndDestroy () |
void | push_back (G4PhysicsVector *) |
void | insert (G4PhysicsVector *) |
void | insertAt (size_t, G4PhysicsVector *) |
void | resize (size_t, G4PhysicsVector *vec=(G4PhysicsVector *)(0)) |
size_t | entries () const |
size_t | length () const |
G4bool | isEmpty () const |
G4bool | ExistPhysicsTable (const G4String &fileName) const |
G4bool | StorePhysicsTable (const G4String &filename, G4bool ascii=false) |
G4bool | RetrievePhysicsTable (const G4String &filename, G4bool ascii=false) |
void | ResetFlagArray () |
G4bool | GetFlag (size_t i) const |
void | ClearFlag (size_t i) |
Protected Member Functions | |
G4PhysicsVector * | CreatePhysicsVector (G4int type) |
Protected Attributes | |
G4FlagCollection | vecFlag |
Friends | |
std::ostream & | operator<< (std::ostream &out, G4PhysicsTable &table) |
Definition at line 66 of file G4PhysicsTable.hh.
G4PhysicsTable::G4PhysicsTable | ( | ) |
Definition at line 51 of file G4PhysicsTable.cc.
|
explicit |
Definition at line 56 of file G4PhysicsTable.cc.
|
virtual |
void G4PhysicsTable::clearAndDestroy | ( | ) |
void G4PhysicsTable::ClearFlag | ( | size_t | i) |
|
protected |
size_t G4PhysicsTable::entries | ( | ) | const |
Definition at line 149 of file G4PhysicsTable.cc.
G4bool G4PhysicsTable::GetFlag | ( | size_t | i) | const |
void G4PhysicsTable::insert | ( | G4PhysicsVector * | ) |
void G4PhysicsTable::insertAt | ( | size_t | , |
G4PhysicsVector * | |||
) |
G4bool G4PhysicsTable::isEmpty | ( | ) | const |
size_t G4PhysicsTable::length | ( | ) | const |
G4PhysicsVector*& G4PhysicsTable::operator() | ( | size_t | ) |
G4PhysicsVector* const& G4PhysicsTable::operator() | ( | size_t | ) | const |
void G4PhysicsTable::push_back | ( | G4PhysicsVector * | ) |
void G4PhysicsTable::ResetFlagArray | ( | ) |
void G4PhysicsTable::resize | ( | size_t | siz, |
G4PhysicsVector * | vec = (G4PhysicsVector*)(0) |
||
) |
Definition at line 165 of file G4PhysicsTable.cc.
|
friend |
Definition at line 247 of file G4PhysicsTable.cc.
|
protected |
Definition at line 132 of file G4PhysicsTable.hh.