| 
    Jpp
    master_rocky-37-gf0c5bc59d
    
   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.  More... | |
| JHondaAngularBinSpecs (const double minCosz, const double maxCosz, const double minPhi, const double maxPhi) | |
| Constructor.  More... | |
Public Attributes | |
| JHondaBinRange | coszRange | 
| Cosine zenith-angle range.  More... | |
| JHondaBinRange | phiRange | 
| Azimuthal angle range [deg].  More... | |
Friends | |
| std::istream & | operator>> (std::istream &in, JHondaAngularBinSpecs &binspecs) | 
| Read bin specifications from input.  More... | |
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.