| 
    Geant4_10
    
   | 
 
#include <G4ITManager.hh>


Classes | |
| class | allbox_iterator | 
| class | const_iterator | 
| class | iterator | 
Public Member Functions | |
| G4VITManager () | |
| virtual | ~G4VITManager () | 
| void | SetVerboseLevel (G4int level) | 
| G4int | GetVerboseLevel () | 
| virtual void | UpdatePositionMap ()=0 | 
| virtual void | CreateTree () | 
| virtual void | Push (G4Track *)=0 | 
| G4ITType | GetITType () | 
| G4ITBox * | GetBox (const G4Track *track) | 
| virtual G4ITBox * | GetBox (const G4IT *)=0 | 
| virtual G4ITBox * | GetFirstBox ()=0 | 
| virtual G4ITBox * | GetNextBox (G4ITBox *)=0 | 
| virtual G4ITBox * | GetLastBox ()=0 | 
Protected Attributes | |
| G4ITType | fType | 
| G4int | fVerbose | 
G4VITManager is just a virtual interface for G4ITManager. For more details, please have a look at the description of ITManager.
Definition at line 55 of file G4ITManager.hh.
| G4VITManager::G4VITManager | ( | ) | 
Definition at line 37 of file G4ITManager.cc.
      
  | 
  inlinevirtual | 
Definition at line 63 of file G4ITManager.hh.
      
  | 
  inlinevirtual | 
Definition at line 75 of file G4ITManager.hh.
Implemented in G4ITManager< T >.
      
  | 
  pure virtual | 
      
  | 
  inline | 
      
  | 
  pure virtual | 
Implemented in G4ITManager< T >.
Implemented in G4ITManager< T >.
      
  | 
  inline | 
Definition at line 69 of file G4ITManager.hh.
Implemented in G4ITManager< T >.
Definition at line 65 of file G4ITManager.hh.
      
  | 
  pure virtual | 
Implemented in G4ITManager< T >.
      
  | 
  protected | 
Definition at line 58 of file G4ITManager.hh.
      
  | 
  protected | 
Definition at line 59 of file G4ITManager.hh.
 1.8.5