DESY Hbb Analysis Framework
Namespaces | Functions
RooFitUtils.h File Reference
#include <string>
#include <exception>
#include <iostream>
#include "RooWorkspace.h"
#include "RooRealVar.h"
#include "RooAbsPdf.h"
#include "RooFormulaVar.h"
#include "RooDataSet.h"
#include "RooAbsData.h"
#include "RooPlot.h"
#include "RooCurve.h"
#include "RooHist.h"
#include "Analysis/Tools/interface/utilLib.h"

Go to the source code of this file.

Namespaces

 analysis
 
 analysis::tools
 

Functions

template<typename T , typename std::enable_if< std::is_base_of< RooCurve, T >::value||std::is_base_of< RooHist, T >::value, T >::type * = nullptr>
Tanalysis::tools::GetFromRooPlot (RooPlot &frame, const std::string &object_name)
 
template<typename T >
Tanalysis::tools::GetFromRooWorkspace (RooWorkspace &w, const std::string &name)
 
template<typename T >
Tanalysis::tools::GetRooObjectFromTFile (TFile &file, const std::string &obj_name, const std::string &workspace_name="workspace")
 
template<typename T >
Tanalysis::tools::GetRooObjectFromTFile (const std::string &file_name, const std::string &obj_name, const std::string &workspace_name="workspace")