|
Crombie Tools
|
#include <string>#include "crombie/Types.h"#include "crombie/Plotter.h"#include "crombie/Uncertainty.h"#include "crombie/FileSystem.h"Go to the source code of this file.
Classes | |
| class | crombie::Datacard::DataCardInfo |
| Much of the information that is needed to write the datacard, such as shape uncertainties, plot location, and bin contents for plots. More... | |
Namespaces | |
| crombie | |
| This header file includes common functions that are used to interpret configuration files. | |
| crombie::Datacard | |
Functions | |
| DataCardInfo | crombie::Datacard::dumpplots (const std::string &dirname, const std::set< std::string > &selections, const Uncertainty::UncertaintyInfo &unc, const Plotter::MergeOut &plots) |
| Dumps the histograms and extracts information needed for datacard using the output from Plotter. More... | |