#include <G4BlockingList.hh>
Definition at line 53 of file G4BlockingList.hh.
◆ G4BlockingList()
Definition at line 32 of file G4BlockingList.cc.
33 : fStride(stride), fBlockingList(maxDefault,0)
34{
35}
◆ ~G4BlockingList()
G4BlockingList::~G4BlockingList |
( |
| ) |
|
|
default |
◆ BlockVolume()
void G4BlockingList::BlockVolume |
( |
const G4int | v | ) |
|
◆ Enlarge()
void G4BlockingList::Enlarge |
( |
const G4int | nv | ) |
|
◆ FullyReset()
void G4BlockingList::FullyReset |
( |
| ) |
|
Definition at line 39 of file G4BlockingList.cc.
40{
41 fBlockTagNo = 1;
42 for (
auto i=
G4long(fBlockingList.size()-1); i>=0; --i )
43 {
44 fBlockingList[i] = 0;
45 }
46}
◆ IsBlocked()
G4bool G4BlockingList::IsBlocked |
( |
const G4int | v | ) |
const |
◆ Length()
std::size_t G4BlockingList::Length |
( |
| ) |
const |
◆ Reset()
void G4BlockingList::Reset |
( |
| ) |
|
The documentation for this class was generated from the following files: