#include "CombineHarvester/CombineTools/interface/ValidationTools.h"
#include <iostream>
#include <vector>
#include <set>
#include <string>
#include <fstream>
#include <map>
#include "boost/format.hpp"
#include "RooFitResult.h"
#include "RooRealVar.h"
#include "RooDataHist.h"
#include "RooAbsReal.h"
#include "RooAbsData.h"
#include "CombineHarvester/CombineTools/interface/CombineHarvester.h"
Go to the source code of this file.
|
void | ch::PrintSystematic (ch::Systematic *syst) |
|
void | ch::PrintProc (ch::Process *proc) |
|
void | ch::ValidateShapeUncertaintyDirection (CombineHarvester &cb, json &jsobj) |
|
void | ch::ValidateShapeUncertaintyDirection (CombineHarvester &cb) |
|
void | ch::ValidateShapeTemplates (CombineHarvester &cb, json &jsobj) |
|
void | ch::ValidateShapeTemplates (CombineHarvester &cb) |
|
void | ch::CheckEmptyShapes (CombineHarvester &cb, json &jsobj) |
|
void | ch::CheckEmptyShapes (CombineHarvester &cb) |
|
void | ch::CheckNormEff (CombineHarvester &cb, double maxNormEff) |
|
void | ch::CheckNormEff (CombineHarvester &cb, double maxNormEff, json &jsobj) |
|
void | ch::CheckEmptyBins (CombineHarvester &cb) |
|
void | ch::CheckEmptyBins (CombineHarvester &cb, json &jsobj) |
|
void | ch::CheckSizeOfShapeEffect (CombineHarvester &cb) |
|
void | ch::CheckSizeOfShapeEffect (CombineHarvester &cb, json &jsobj) |
|
void | ch::CheckSmallSignals (CombineHarvester &cb, double minSigFrac) |
|
void | ch::CheckSmallSignals (CombineHarvester &cb, double minSigFrac, json &jsobj) |
|
void | ch::ValidateCards (CombineHarvester &cb, std::string const &filename, double maxNormEff, double minSigFrac) |
|