OscProb
OscProb::EarthModelBinned::LonBinInfo Struct Reference

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...
 

Detailed Description

Author
rpestes@apc.in2p3.fr

Definition at line 264 of file EarthModelBinned.h.

Member Data Documentation

◆ bin

◆ detDist_nextBin

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().

◆ dLon

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().

◆ err_message

std::string OscProb::EarthModelBinned::LonBinInfo::err_message

◆ error

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().

◆ max

double OscProb::EarthModelBinned::LonBinInfo::max

◆ min

double OscProb::EarthModelBinned::LonBinInfo::min

◆ nextBin


The documentation for this struct was generated from the following file: