FACT++  1.0
std::string fits::GetStr ( const std::string &  key) const
inline

Definition at line 1011 of file fits.h.

References fits::Table::Get().

Referenced by zfits::IsFileOk(), main(), RawDataViewer::openFile(), factfits::readDrsCalib(), and DrsCalibration::ReadFitsImp().

1011 { return fTable.Get<std::string>(key); }
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: