ROOT
6.06/09
Reference Guide
|
#include <string>
#include <vector>
#include <map>
#include "TFile.h"
#include "RooStats/HistFactory/EstimateSummary.h"
#include "RooStats/HistFactory/Measurement.h"
#include "RooStats/HistFactory/HistFactoryException.h"
#include "RooWorkspace.h"
#include "RooStats/ModelConfig.h"
#include "RooDataSet.h"
Go to the source code of this file.
Namespaces | |
RooStats | |
Namespace for the RooStats classes. | |
RooStats::HistFactory | |
Functions | |
vector< EstimateSummary > * | RooStats::HistFactory::loadSavedInputs (TFile *outFile, std::string channel) |
void | RooStats::HistFactory::saveInputs (TFile *outFile, std::string channel, vector< EstimateSummary > summaries) |
TH1 * | RooStats::HistFactory::GetHisto (TFile *inFile, const std::string name) |
TH1 * | RooStats::HistFactory::GetHisto (const std::string file, const std::string path, const std::string obj) |
bool | RooStats::HistFactory::AddSummaries (std::vector< EstimateSummary > &summary, std::vector< std::vector< EstimateSummary > > &master) |
vector< pair< std::string, std::string > > | RooStats::HistFactory::get_comb (vector< std::string > names) |
void | RooStats::HistFactory::AddSubStrings (vector< std::string > &vs, std::string s) |
std::vector< std::string > | RooStats::HistFactory::GetChildrenFromString (std::string str) |
std::vector< RooStats::HistFactory::EstimateSummary > | RooStats::HistFactory::GetChannelEstimateSummaries (RooStats::HistFactory::Measurement &measurement, RooStats::HistFactory::Channel &channel) |
void | RooStats::HistFactory::AddParamsToAsimov (RooStats::HistFactory::Asimov &asimov, std::string str) |