/***********************************************************************//** * @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(); }
/***********************************************************************//** * @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(); }