31#ifndef G4ToolsAnalysisMessenger_h
32#define G4ToolsAnalysisMessenger_h 1
55 template <
typename HT>
79 auto ht = htManager->
GetT(
id);
80 if ( ht !=
nullptr ) {
81 std::ostringstream os;
82 os << static_cast<void*>(ht);
HT * GetT(G4int id) const