Import Geant4 11.1.0.beta source tree
This commit is contained in:
@@ -229,3 +229,10 @@ HT* G4THnManager<HT>::GetT(G4int id) const
|
||||
{
|
||||
return GetTInFunction(id, "GetT");
|
||||
}
|
||||
|
||||
//_____________________________________________________________________________
|
||||
template <typename HT>
|
||||
std::vector<HT*>* G4THnManager<HT>::GetTVector()
|
||||
{
|
||||
return &fTVector;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user