39#ifndef G4AllITManager_h
40#define G4AllITManager_h 1
96 template<
typename T>
inline std::vector<std::pair<G4IT*, double> >*
FindNearest(
const G4ThreeVector& pos,
const T* it);
97 template<
typename T>
inline std::vector<std::pair<G4IT*, double> >*
FindNearest(
const T* it0,
const T* it);
100 template<
typename T>
inline std::vector<std::pair<G4IT*, double> >*
FindNearestInRange(
const T* it0,
const T* it,
G4double range);
104 static std::auto_ptr<G4AllITManager> fInstance;
105 std::map<G4ITType, G4VITManager*> fITSubManager ;
static G4AllITManager * Instance()
static void DeleteInstance()
void SetVerboseLevel(G4int level)
G4VITManager * GetInstance(G4ITType)
std::vector< std::pair< G4IT *, double > > * FindNearestInRange(const G4ThreeVector &pos, const T *it, G4double range)
G4ITBox * GetBox(const G4Track *)
void RegisterManager(G4VITManager *manager)
std::vector< std::pair< G4IT *, double > > * FindNearest(const G4ThreeVector &pos, const T *it)
void Push(G4Track *track)
static G4ITManager< T > * Instance()