#include "PhysicsTools/Utilities/interface/SideBandSubtraction.h"
#include <iostream>
#include <ios>
#include <fstream>
#include <cstdlib>
#include <sstream>
#include <TCanvas.h>
#include <TFile.h>
#include <TF1.h>
#include <TH1F.h>
#include <TString.h>
#include <TKey.h>
#include <TClass.h>
#include <RooFitResult.h>
#include <RooRealVar.h>
#include <RooAbsPdf.h>
#include <RooDataSet.h>
#include <RooPlot.h>
Go to the source code of this file.
Functions | |
static void | print_histo (TH1F *plot, string outname) |
static void | setHistOptions (TH1F *histo, string name, string title, string axis_label) |
template<class T > | |
std::string | stringify (const T &t) |
static void print_histo | ( | TH1F * | plot, |
string | outname | ||
) | [static] |
Definition at line 142 of file SideBandSubtraction.cc.
Referenced by SideBandSubtract::printResults().
{ TCanvas genericCanvas; plot->Draw("E1P0"); outname = outname + ".eps"; genericCanvas.SaveAs(outname.c_str()); outname.replace(outname.size()-3,3,"gif"); genericCanvas.SaveAs(outname.c_str()); }
static void setHistOptions | ( | TH1F * | histo, |
string | name, | ||
string | title, | ||
string | axis_label | ||
) | [static] |
Definition at line 70 of file SideBandSubtraction.cc.
Referenced by SideBandSubtract::doSubtraction().
std::string stringify | ( | const T & | t | ) | [inline] |
Definition at line 45 of file SideBandSubtraction.cc.
References python::connectstrParser::o.
Referenced by SideBandSubtract::addSideBandRegion(), SideBandSubtract::addSignalRegion(), and FFTJetProducer::saveResults().