A bunch of diverse utilities and futilities related to ROOT. More...
#include "larcorealg/CoreUtils/enumerate.h"
#include "TStyle.h"
#include "TDirectory.h"
#include "TAxis.h"
#include <utility>
#include <vector>
#include <string>
#include <cassert>
#include "icarusalg/Utilities/ROOTutils.tcc"
Go to the source code of this file.
Classes | |
class | util::ROOT::TDirectoryChanger |
A class restoring the previous TDirectory on destruction. More... | |
class | util::ROOT::TStyleChanger |
A class restoring the previous TStyle on destruction. More... | |
Namespaces | |
util::ROOT | |
Functions | |
void | util::ROOT::applyAxisLabels (TAxis *pAxis, std::vector< std::string > const &labels, int first=1) |
Sets all the labels starting with the bin first (1 by default). More... | |
template<typename Coll > | |
std::pair< std::vector< double > , std::vector< std::string > > | util::ROOT::makeVariableBinningAndLabels (Coll const ¢ralPoints) |
Returns a variable size binning for the points. More... | |
A bunch of diverse utilities and futilities related to ROOT.
icarusalg/Utilities/ROOTutils.tcc
Definition in file ROOTutils.h.