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

Definition at line 1002 of file fits.h.

References fits::Table::HasKey().

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

1002 { return fTable.HasKey(key); }
Table fTable
Definition: fits.h:502
bool HasKey(const std::string &key) const
Definition: fits.h:397

+ Here is the call graph for this function:

+ Here is the caller graph for this function: