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 ;