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

Definition at line 1009 of file fits.h.

References fits::Table::Get().

Referenced by Decompress(), main(), zfits::ReadCatalog(), and DrsCalibration::ReadFitsImp().

1009 { return fTable.Get<uint64_t>(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: