OscProb
|
A struct holding information about upcoming longitude bin crossings along the neutrino's trajectory. More...
#include <EarthModelBinned.h>
Public Attributes | |
int | bin |
Index of current longitude bin. More... | |
int | nextBin |
Index of next longitude bin. More... | |
double | detDist_nextBin |
double | dLon |
double | min |
"Minimum" longitude More... | |
double | max |
"Maximum" longitude More... | |
int | error = 0 |
std::string | err_message |
Part of error message specific to piece of path. More... | |
Definition at line 264 of file EarthModelBinned.h.
int OscProb::EarthModelBinned::LonBinInfo::bin |
Definition at line 265 of file EarthModelBinned.h.
Referenced by OscProb::EarthModelBinned::DetDistForNextLonBin(), OscProb::EarthModelBinned::FillPath(), and OscProb::EarthModelBinned::RecordLatLonBinCrossings().
double OscProb::EarthModelBinned::LonBinInfo::detDist_nextBin |
Distance from the detector to the edge of the next longitude bin along the neutrino trajectory (<0 => neutrino will not reach next longitude bin before arriving at detector)
Definition at line 267 of file EarthModelBinned.h.
Referenced by OscProb::EarthModelBinned::FillPath(), and OscProb::EarthModelBinned::RecordLatLonBinCrossings().
double OscProb::EarthModelBinned::LonBinInfo::dLon |
Change in lon from bin center to edge of next bin (includes direction; 0 if no more than 1 lon bin change happens along entire neutrino trajectory)
Definition at line 273 of file EarthModelBinned.h.
Referenced by OscProb::EarthModelBinned::DetDistForNextLonBin(), OscProb::EarthModelBinned::FillPath(), and OscProb::EarthModelBinned::RecordLatLonBinCrossings().
std::string OscProb::EarthModelBinned::LonBinInfo::err_message |
Definition at line 282 of file EarthModelBinned.h.
Referenced by OscProb::EarthModelBinned::DetDistForNextLonBin(), and OscProb::EarthModelBinned::FillPath().
int OscProb::EarthModelBinned::LonBinInfo::error = 0 |
Indicates if an error has been detected (0 => no, -1 => yes)
Definition at line 279 of file EarthModelBinned.h.
Referenced by OscProb::EarthModelBinned::DetDistForNextLonBin(), and OscProb::EarthModelBinned::FillPath().
double OscProb::EarthModelBinned::LonBinInfo::max |
Definition at line 278 of file EarthModelBinned.h.
Referenced by OscProb::EarthModelBinned::DetDistForNextLonBin(), and OscProb::EarthModelBinned::FillPath().
double OscProb::EarthModelBinned::LonBinInfo::min |
Definition at line 277 of file EarthModelBinned.h.
Referenced by OscProb::EarthModelBinned::DetDistForNextLonBin(), and OscProb::EarthModelBinned::FillPath().
int OscProb::EarthModelBinned::LonBinInfo::nextBin |
Definition at line 266 of file EarthModelBinned.h.
Referenced by OscProb::EarthModelBinned::DetDistForNextLonBin(), OscProb::EarthModelBinned::FillPath(), and OscProb::EarthModelBinned::RecordLatLonBinCrossings().