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

#include <G4ITBox.hh>

Public Member Functions

 G4ITBox ()
 
 ~G4ITBox ()
 
void ResetStack ()
 
void Push (G4IT *)
 
void Extract (G4IT *)
 
G4ITFindIT (const G4Track &)
 
const G4ITFindIT (const G4Track &) const
 
void TransferTo (G4ITBox *)
 
G4bool Empty () const
 
G4int GetNTrack () const
 
G4ITGetFirstIT ()
 
G4ITGetLastIT ()
 
const G4ITGetFirstIT () const
 
const G4ITGetLastIT () const
 
void SetNextBox (G4ITBox *box)
 
G4ITBoxGetNextBox ()
 
void SetPreviousBox (G4ITBox *box)
 
G4ITBoxGetPreviousBox ()
 

Detailed Description

A G4ITBox contains all IT of the same kind. eg : all °OH It behaves just like a stack.

Definition at line 50 of file G4ITBox.hh.

Constructor & Destructor Documentation

G4ITBox::G4ITBox ( )

Definition at line 38 of file G4ITBox.cc.

G4ITBox::~G4ITBox ( )

Definition at line 41 of file G4ITBox.cc.

Here is the call graph for this function:

Member Function Documentation

G4bool G4ITBox::Empty ( ) const
inline

Definition at line 95 of file G4ITBox.hh.

void G4ITBox::Extract ( G4IT aStackedIT)

Definition at line 87 of file G4ITBox.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

G4IT * G4ITBox::FindIT ( const G4Track track)

The FindIT methods are used for check only. Those methods are not effective due to the linear search. It is better to use GetIT(track) in order to retrieve the IT and GetIT(track)->GetBox() in order to check which is the box pointer.

Definition at line 110 of file G4ITBox.cc.

Here is the call graph for this function:

const G4IT * G4ITBox::FindIT ( const G4Track track) const

Definition at line 130 of file G4ITBox.cc.

Here is the call graph for this function:

G4IT * G4ITBox::GetFirstIT ( )
inline

Definition at line 104 of file G4ITBox.hh.

const G4IT * G4ITBox::GetFirstIT ( ) const
inline

Definition at line 113 of file G4ITBox.hh.

G4IT * G4ITBox::GetLastIT ( )
inline

Definition at line 108 of file G4ITBox.hh.

const G4IT * G4ITBox::GetLastIT ( ) const
inline

Definition at line 117 of file G4ITBox.hh.

G4ITBox * G4ITBox::GetNextBox ( )
inline

Definition at line 127 of file G4ITBox.hh.

Here is the caller graph for this function:

G4int G4ITBox::GetNTrack ( ) const
inline

Definition at line 100 of file G4ITBox.hh.

G4ITBox * G4ITBox::GetPreviousBox ( )
inline

Definition at line 137 of file G4ITBox.hh.

void G4ITBox::Push ( G4IT aIT)

Definition at line 70 of file G4ITBox.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

void G4ITBox::ResetStack ( )
void G4ITBox::SetNextBox ( G4ITBox box)
inline

Definition at line 122 of file G4ITBox.hh.

Here is the caller graph for this function:

void G4ITBox::SetPreviousBox ( G4ITBox box)
inline

Definition at line 132 of file G4ITBox.hh.

Here is the caller graph for this function:

void G4ITBox::TransferTo ( G4ITBox aStack)

Definition at line 150 of file G4ITBox.cc.

Here is the call graph for this function:


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