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

Definition at line 1008 of file fits.h.

References fits::Table::Get().

Referenced by zfits::InitCompressionReading(), RawDataViewer::openFile(), and DrsCalibration::ReadFitsImp().

1008 { return fTable.Get<int64_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: