FACT++  1.0
template<typename T >
T fits::Get ( const std::string &  key) const
inline

Definition at line 962 of file fits.h.

References fits::Table::Get().

Referenced by RawDataViewer::openFile().

963  {
964  return fTable.Get<T>(key);
965  }
T Get(const std::string &key) const
Definition: fits.h:419
Table fTable
Definition: fits.h:502

+ Here is the call graph for this function:

+ Here is the caller graph for this function: