|
OscProb
|
#include <vector>Go to the source code of this file.
Classes | |
| struct | OscProb::NuPath |
| A struct representing a neutrino path segment. More... | |
| struct | OscProb::PremLayer |
| A struct representing a spherical shell of matter for earth models. More... | |
Namespaces | |
| namespace | OscProb |
| Some useful general definitions. | |
Functions | |
| NuPath | OscProb::AvgPath (NuPath &p1, NuPath &p2) |
| Get the average of two paths. More... | |
| NuPath | OscProb::AvgPath (std::vector< NuPath > &pv) |
| Get the average of a vector of paths. More... | |
| std::vector< NuPath > | OscProb::MergePaths (std::vector< NuPath > &inputPath, int j, int k) |
| Merge paths j and k in vector. More... | |