#include <cassert>
#include <map>
#include <memory>
#include <vector>
#include <string>
#include <unordered_map>
Go to the source code of this file.
Classes | |
class | ana::Binning |
Represent the binning of a Spectrum's x-axis. More... | |
Namespaces | |
ana | |
Oscillation analysis framework, runs over CAF files outside of ART. | |
Functions | |
Binning | ana::TrueEnergyBins () |
Default true-energy bin edges. More... | |
Variables | |
const Binning | ana::kTrueEnergyBins = TrueEnergyBins() |
Default true-energy bin edges. More... | |
const Binning | ana::kTrueLOverEBins = Binning::Simple(100, 0, 2) |