| Jpp master_rocky-44-g75b7c4f75
    the software that should make you happy | 
Auxiliary data structure for reading angular binning specifications of Honda flux table. More...
#include <JHondaFluxInterpolator.hh>
| Public Member Functions | |
| JHondaAngularBinSpecs () | |
| Default constructor. | |
| JHondaAngularBinSpecs (const double minCosz, const double maxCosz, const double minPhi, const double maxPhi) | |
| Constructor. | |
| Public Attributes | |
| JHondaBinRange | coszRange | 
| Cosine zenith-angle range. | |
| JHondaBinRange | phiRange | 
| Azimuthal angle range [deg]. | |
| Friends | |
| std::istream & | operator>> (std::istream &in, JHondaAngularBinSpecs &binspecs) | 
| Read bin specifications from input. | |
Auxiliary data structure for reading angular binning specifications of Honda flux table.
Definition at line 132 of file JHondaFluxInterpolator.hh.
| 
 | inline | 
Default constructor.
Definition at line 137 of file JHondaFluxInterpolator.hh.
| 
 | inline | 
Constructor.
| minCosz | minimum cosine zenith angle | 
| maxCosz | maximum cosine zenith angle | 
| minPhi | minimum azimuth angle | 
| maxPhi | maximum azimuth angle | 
Definition at line 151 of file JHondaFluxInterpolator.hh.
| 
 | friend | 
Read bin specifications from input.
| in | input stream | 
| object | bin specifications | 
Definition at line 167 of file JHondaFluxInterpolator.hh.
| JHondaBinRange JAANET::JHondaAngularBinSpecs::coszRange | 
Cosine zenith-angle range.
Definition at line 182 of file JHondaFluxInterpolator.hh.
| JHondaBinRange JAANET::JHondaAngularBinSpecs::phiRange | 
Azimuthal angle range [deg].
Definition at line 183 of file JHondaFluxInterpolator.hh.