コード例 #1
0
/***********************************************************************//**
 * @brief Return number of cosine theta bins in effective area response
 *
 * @return Number of cosine theta bins in effective area response.
 ***************************************************************************/
inline
int GLATAeff::ncostheta(void) const
{
    return m_aeff_bins.ncostheta();
}
コード例 #2
0
ファイル: GLATEdisp.hpp プロジェクト: hsiejkowski/gammalib
/***********************************************************************//**
 * @brief Return number of cosine theta bins in energy dispersion response
 *
 * @return Number of cosine theta bins in energy dispersion response.
 ***************************************************************************/
inline
int GLATEdisp::ncostheta(void) const
{
    return m_edisp_bins.ncostheta();
}