|
Crombie Tools
|
Source file of PlotStack, including the functions used for creating the histograms. More...
#include <cstdlib>#include <fstream>#include <algorithm>#include <sqlite3.h>#include "TFile.h"#include "TLegend.h"#include "TProfile.h"#include "TRegexp.h"#include "PlotStack.h"Go to the source code of this file.
Functions | |
| ClassImp (PlotStack) PlotStack | |
| The default constructor for PlotStack. More... | |
Source file of PlotStack, including the functions used for creating the histograms.
Definition in file PlotStack.cc.
| ClassImp | ( | PlotStack | ) |
The default constructor for PlotStack.
It changes the value of PlotBase::fMakeRatio to be true by default.
Definition at line 21 of file PlotStack.cc.