Geant4 9.6.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4BlockingList.hh>
Public Member Functions | |
G4BlockingList (G4int maxDefault=kBlockingListMaxDefault, G4int stride=kBlockingListStride) | |
~G4BlockingList () | |
void | Reset () |
void | FullyReset () |
void | Enlarge (const G4int nv) |
G4int | Length () const |
void | BlockVolume (const G4int v) |
G4bool | IsBlocked (const G4int v) const |
Definition at line 58 of file G4BlockingList.hh.
G4BlockingList::G4BlockingList | ( | G4int | maxDefault = kBlockingListMaxDefault , |
G4int | stride = kBlockingListStride |
||
) |
Definition at line 36 of file G4BlockingList.cc.
G4BlockingList::~G4BlockingList | ( | ) |
Definition at line 43 of file G4BlockingList.cc.
void G4BlockingList::FullyReset | ( | ) |
Definition at line 49 of file G4BlockingList.cc.
G4int G4BlockingList::Length | ( | ) | const |
void G4BlockingList::Reset | ( | ) |