#include <iostream>
#include <string>
#include <vector>
#include <fstream>
#include <sstream>
#include "CAFAna/Analysis/Style.h"
#include "TLegend.h"
#include "CAFAna/Analysis/SpectrumComponents.h"
#include "CAFAna/Core/Spectrum.h"
#include "CAFAna/Core/Var.h"
#include "CAFAna/Core/Cut.h"
#include "CAFAna/Core/SpectrumLoader.h"
#include "CAFAna/Vars/Vars.h"
Go to the source code of this file.
Classes | |
class | ana::Tangible< T > |
class | ana::DataMCPair |
Namespaces | |
ana | |
Cuts and Vars for the 2020 FD DiF Study. | |
Typedefs | |
typedef Tangible< Cut > | ana::Selection |
typedef Tangible< HistAxis > | ana::TangibleAxis |
Functions | |
TString | ana::TableNum (float num) |
Format numbers for tables, with two nice digits after decimal. More... | |
std::string | ana::replaceAll (const std::string &str, const std::string &from, const std::string &to) |