ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <geant4/tree/geant4-10.6-release/source/geometry/management/include/G4BlockingList.hh>
Public Member Functions | |
G4BlockingList (G4int maxDefault=kBlockingListMaxDefault, G4int stride=kBlockingListStride) | |
~G4BlockingList () | |
void | Reset () |
void | FullyReset () |
void | Enlarge (const G4int nv) |
size_t | Length () const |
void | BlockVolume (const G4int v) |
G4bool | IsBlocked (const G4int v) const |
Private Attributes | |
G4int | fBlockTagNo = 1 |
G4int | fStride |
std::vector< G4int > | fBlockingList |
Definition at line 53 of file G4BlockingList.hh.
View newest version in sPHENIX GitHub at line 53 of file G4BlockingList.hh
G4BlockingList::G4BlockingList | ( | G4int | maxDefault = kBlockingListMaxDefault , |
G4int | stride = kBlockingListStride |
||
) |
Definition at line 32 of file G4BlockingList.cc.
View newest version in sPHENIX GitHub at line 32 of file G4BlockingList.cc
G4BlockingList::~G4BlockingList | ( | ) |
Definition at line 39 of file G4BlockingList.cc.
View newest version in sPHENIX GitHub at line 39 of file G4BlockingList.cc
Referenced by G4ParameterisedNavigation::ComputeStep(), G4VoxelNavigation::ComputeStep(), and G4VoxelSafety::SafetyForVoxelNode().
Referenced by G4VoxelSafety::ComputeSafety(), G4ParameterisedNavigation::ComputeStep(), and G4VoxelNavigation::ComputeStep().
void G4BlockingList::FullyReset | ( | ) |
Definition at line 45 of file G4BlockingList.cc.
View newest version in sPHENIX GitHub at line 45 of file G4BlockingList.cc
References fBlockingList, and fBlockTagNo.
Referenced by G4ParameterisedNavigation::ComputeStep(), G4VoxelNavigation::ComputeStep(), and G4VoxelSafety::SafetyForVoxelNode().
size_t G4BlockingList::Length | ( | ) | const |
void G4BlockingList::Reset | ( | ) |
Referenced by G4VoxelSafety::ComputeSafety(), G4ParameterisedNavigation::ComputeStep(), and G4VoxelNavigation::ComputeStep().
|
private |
Definition at line 93 of file G4BlockingList.hh.
View newest version in sPHENIX GitHub at line 93 of file G4BlockingList.hh
Referenced by FullyReset().
|
private |
Definition at line 90 of file G4BlockingList.hh.
View newest version in sPHENIX GitHub at line 90 of file G4BlockingList.hh
Referenced by FullyReset().
|
private |
Definition at line 90 of file G4BlockingList.hh.
View newest version in sPHENIX GitHub at line 90 of file G4BlockingList.hh