![]() |
ROOT
6.06/09
Reference Guide
|
#include <sstream>
#include "Helper.h"
#include "RooStats/ModelConfig.h"
#include "RooArgSet.h"
#include "RooRealVar.h"
#include "RooMinimizer.h"
#include "RooSimultaneous.h"
#include "RooCategory.h"
#include "RooFitResult.h"
Go to the source code of this file.
Namespaces | |
RooStats | |
Namespace for the RooStats classes. | |
RooStats::HistFactory | |
Functions | |
vector< pair< std::string, std::string > > | RooStats::HistFactory::get_comb (vector< std::string > names) |
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) |
void | RooStats::HistFactory::AddSubStrings (vector< std::string > &vs, std::string s) |
std::vector< std::string > | RooStats::HistFactory::GetChildrenFromString (std::string str) |
void | RooStats::HistFactory::AddParamsToAsimov (RooStats::HistFactory::Asimov &asimov, std::string str) |
std::vector< RooStats::HistFactory::EstimateSummary > | RooStats::HistFactory::GetChannelEstimateSummaries (RooStats::HistFactory::Measurement &measurement, RooStats::HistFactory::Channel &channel) |