Jpp test-rotations-old
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 136 of file JHondaFluxInterpolator.hh.
|
inline |
Default constructor.
Definition at line 141 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 155 of file JHondaFluxInterpolator.hh.
|
friend |
Read bin specifications from input.
in | input stream |
binspecs | bin specifications |
Definition at line 171 of file JHondaFluxInterpolator.hh.
JHondaBinRange JAANET::JHondaAngularBinSpecs::coszRange |
Cosine zenith-angle range.
Definition at line 186 of file JHondaFluxInterpolator.hh.
JHondaBinRange JAANET::JHondaAngularBinSpecs::phiRange |
Azimuthal angle range [deg].
Definition at line 187 of file JHondaFluxInterpolator.hh.