| 
    Geant4_10
    
   | 
 
#include <G4AllITManager.hh>
Public Member Functions | |
| ~G4AllITManager () | |
| template<typename T > | |
| G4ITManager< T > * | Instance () | 
| G4VITManager * | GetInstance (G4ITType) | 
| G4ITBox * | GetBox (const G4Track *) | 
| void | RegisterManager (G4VITManager *manager) | 
| void | Push (G4Track *track) | 
| void | SetVerboseLevel (G4int level) | 
| G4int | GetVerboseLevel () | 
| void | UpdatePositionMap () | 
| void | CreateTree () | 
| template<typename T > | |
| std::vector< std::pair< G4IT  *, double > > *  | FindNearest (const G4ThreeVector &pos, const T *it) | 
| template<typename T > | |
| std::vector< std::pair< G4IT  *, double > > *  | FindNearest (const T *it0, const T *it) | 
| template<typename T > | |
| std::vector< std::pair< G4IT  *, double > > *  | FindNearestInRange (const G4ThreeVector &pos, const T *it, G4double range) | 
| template<typename T > | |
| std::vector< std::pair< G4IT  *, double > > *  | FindNearestInRange (const T *it0, const T *it, G4double range) | 
Static Public Member Functions | |
| static G4AllITManager * | Instance () | 
| static void | DeleteInstance () | 
Holds all IT Manager, and take care of deleting them when AllITManager is deleted Set general verbose for all IT Manager
Definition at line 60 of file G4AllITManager.hh.
| G4AllITManager::~G4AllITManager | ( | ) | 
To delete the Instance you should use DeleteInstance() rather than the destructor
Definition at line 58 of file G4AllITManager.cc.
| void G4AllITManager::CreateTree | ( | ) | 
Definition at line 83 of file G4AllITManager.cc.
      
  | 
  static | 
Definition at line 53 of file G4AllITManager.cc.
      
  | 
  inline | 
      
  | 
  inline | 
      
  | 
  inline | 
| G4VITManager * G4AllITManager::GetInstance | ( | G4ITType | type | ) | 
      
  | 
  inline | 
Definition at line 88 of file G4AllITManager.hh.
      
  | 
  static | 
| G4ITManager<T>* G4AllITManager::Instance | ( | ) | 
| void G4AllITManager::RegisterManager | ( | G4VITManager * | manager | ) | 
Set General verbose for all IT Manager See ITManager builder
Definition at line 84 of file G4AllITManager.hh.
| void G4AllITManager::UpdatePositionMap | ( | ) | 
Definition at line 73 of file G4AllITManager.cc.
 1.8.5