babymaker  e95a6a9342d4604277fe7cc6149b6b5b24447d89
Namespaces | Functions
lepton_tools.cc File Reference
#include <cmath>
#include <cstdlib>
#include <algorithm>
#include <stdexcept>
#include <string>
#include <numeric>
#include "TFile.h"
#include "TGraphAsymmErrors.h"
#include "FWCore/Framework/interface/ESHandle.h"
#include "DataFormats/Math/interface/deltaR.h"
#include "babymaker/bmaker/interface/lepton_tools.hh"
#include "DataFormats/PatCandidates/interface/PFIsolation.h"

Go to the source code of this file.

Namespaces

 anonymous_namespace{lepton_tools.cc}
 

Functions

template<typename T >
anonymous_namespace{lepton_tools.cc}::GetSF (const string &file_name, const string &item_name)
 
template<typename T >
pair< double, double > anonymous_namespace{lepton_tools.cc}::GetSF (const T &h, double x, double y, bool ignore_error=false)
 
pair< double, double > anonymous_namespace{lepton_tools.cc}::MergeSF (pair< double, double > a, pair< double, double > b)
 
TH2D anonymous_namespace{lepton_tools.cc}::GraphToHist (const TGraphAsymmErrors &g)