#include "sbnana/CAFAna/Core/ReweightableSpectrum.h"
#include "sbnana/CAFAna/Core/Binning.h"
#include "sbnana/CAFAna/Core/HistCache.h"
#include "sbnana/CAFAna/Core/Ratio.h"
#include "sbnana/CAFAna/Core/Var.h"
#include "sbnana/CAFAna/Core/SpectrumLoaderBase.h"
#include "sbnana/CAFAna/Core/Utilities.h"
#include "TDirectory.h"
#include "TH2.h"
#include "TObjString.h"
#include <cassert>
#include <iostream>
#include <memory>
Go to the source code of this file.
Namespaces | |
ana | |
Oscillation analysis framework, runs over CAF files outside of ART. | |
Functions | |
void | ana::ProjectionX (TH2D *from, TH1D *to) |
Helper for Unweighted. More... | |
void | ana::ProjectionY (TH2D *from, TH1D *to) |
Helper for WeightingVariable. More... | |