DESY Hbb Analysis Framework
|
#include <MuonIdWeight.h>
Public Member Functions | |
std::shared_ptr< TH2D > | histogram (const int &var=0) |
MuonIdWeight () | |
constructors More... | |
MuonIdWeight (const std::string &) | |
float | weight (const float &pt, const float &eta, const int &var=0) |
~MuonIdWeight () | |
desctructor More... | |
Protected Attributes | |
std::map< int, std::shared_ptr< TH2D > > | histos_ |
Definition at line 40 of file MuonIdWeight.h.
MuonIdWeight::MuonIdWeight | ( | ) |
MuonIdWeight::MuonIdWeight | ( | const std::string & | fname | ) |
Definition at line 20 of file MuonIdWeight.cc.
MuonIdWeight::~MuonIdWeight | ( | ) |
desctructor
Definition at line 51 of file MuonIdWeight.cc.
std::shared_ptr<TH2D> analysis::tools::MuonIdWeight::histogram | ( | const int & | var = 0 | ) |
float MuonIdWeight::weight | ( | const float & | pt, |
const float & | eta, | ||
const int & | var = 0 |
||
) |
Definition at line 64 of file MuonIdWeight.cc.
References histos_.
|
protected |
Definition at line 50 of file MuonIdWeight.h.
Referenced by MuonIdWeight(), and weight().