#include <MuMatchWindow.h>
Public Member Functions | |
const double | bound_cent (double pt) |
const double | bound_high (double pt) |
const double | bound_low (double pt) |
MuMatchWindow () | |
MuMatchWindow (std::string name) | |
void | SetCentral (std::string formula) |
void | SetCentral (TF1 *formula) |
void | SetLower (std::string formula) |
void | SetLower (TF1 *formula) |
void | SetName (std::string name) |
void | SetUpper (std::string formula) |
void | SetUpper (TF1 *formula) |
~MuMatchWindow () | |
Private Attributes | |
std::shared_ptr< TF1 > | fCent_ |
std::shared_ptr< TF1 > | fHigh_ |
std::shared_ptr< TF1 > | fLow_ |
std::string | name_ |
Definition at line 17 of file MuMatchWindow.h.
MuMatchWindow::MuMatchWindow | ( | ) |
MuMatchWindow::MuMatchWindow | ( | std::string | name | ) |
MuMatchWindow::~MuMatchWindow | ( | ) |
Definition at line 7 of file MuMatchWindow.cc.
|
inline |
|
inline |
|
inline |
void MuMatchWindow::SetCentral | ( | std::string | formula | ) |
Definition at line 14 of file MuMatchWindow.cc.
References f, and pfMETCorrectionType0_cfi::formula.
void MuMatchWindow::SetCentral | ( | TF1 * | formula | ) |
Definition at line 30 of file MuMatchWindow.cc.
References fCent_, pfMETCorrectionType0_cfi::formula, name_, and AlCaHLTBitMon_QueryRunRegistry::string.
void MuMatchWindow::SetLower | ( | std::string | formula | ) |
void MuMatchWindow::SetLower | ( | TF1 * | formula | ) |
Definition at line 24 of file MuMatchWindow.cc.
References fLow_, pfMETCorrectionType0_cfi::formula, name_, and AlCaHLTBitMon_QueryRunRegistry::string.
|
inline |
Definition at line 22 of file MuMatchWindow.h.
References Skims_PA_cff::name, and name_.
Referenced by MuMatchWindow().
void MuMatchWindow::SetUpper | ( | std::string | formula | ) |
Definition at line 19 of file MuMatchWindow.cc.
References f, and pfMETCorrectionType0_cfi::formula.
void MuMatchWindow::SetUpper | ( | TF1 * | formula | ) |
Definition at line 36 of file MuMatchWindow.cc.
References fHigh_, pfMETCorrectionType0_cfi::formula, name_, and AlCaHLTBitMon_QueryRunRegistry::string.
|
private |
Definition at line 40 of file MuMatchWindow.h.
Referenced by bound_cent(), and SetCentral().
|
private |
Definition at line 41 of file MuMatchWindow.h.
Referenced by bound_high(), and SetUpper().
|
private |
Definition at line 39 of file MuMatchWindow.h.
Referenced by bound_low(), and SetLower().
|
private |
Definition at line 38 of file MuMatchWindow.h.
Referenced by MuMatchWindow(), SetCentral(), SetLower(), SetName(), and SetUpper().