31 #ifndef G4THnManager_h
32 #define G4THnManager_h 1
61 void AddTVector(
const std::vector<T*>& tVector);
64 typename std::vector<T*>::iterator
BeginT();
65 typename std::vector<T*>::iterator
EndT();
66 typename std::vector<T*>::const_iterator
BeginConstT()
const;
67 typename std::vector<T*>::const_iterator
EndConstT()
const;
72 G4bool onlyIfActive =
true)
const;
87 #include "G4THnManager.icc"