DESY Hbb Analysis Framework
|
#include <BTagCalibrationStandalone.h>
Public Member Functions | |
void | addEntry (const BTagEntry &entry) |
BTagCalibration () | |
BTagCalibration (const std::string &tagger) | |
BTagCalibration (const std::string &tagger, const std::string &filename) | |
const std::vector< BTagEntry > & | getEntries (const BTagEntry::Parameters &par) const |
void | makeCSV (std::ostream &s) const |
std::string | makeCSV () const |
void | readCSV (std::istream &s) |
void | readCSV (const std::string &s) |
std::string | tagger () const |
~BTagCalibration () | |
Static Protected Member Functions | |
static std::string | token (const BTagEntry::Parameters &par) |
Protected Attributes | |
std::map< std::string, std::vector< BTagEntry > > | data_ |
std::string | tagger_ |
The 'hierarchy' of stored information is this:
Definition at line 109 of file BTagCalibrationStandalone.h.
|
inline |
Definition at line 112 of file BTagCalibrationStandalone.h.
BTagCalibration::BTagCalibration | ( | const std::string & | tagger | ) |
BTagCalibration::BTagCalibration | ( | const std::string & | tagger, |
const std::string & | filename | ||
) |
|
inline |
Definition at line 115 of file BTagCalibrationStandalone.h.
void BTagCalibration::addEntry | ( | const BTagEntry & | entry | ) |
const std::vector<BTagEntry>& BTagCalibration::getEntries | ( | const BTagEntry::Parameters & | par | ) | const |
void BTagCalibration::makeCSV | ( | std::ostream & | s | ) | const |
std::string BTagCalibration::makeCSV | ( | ) | const |
void BTagCalibration::readCSV | ( | std::istream & | s | ) |
void BTagCalibration::readCSV | ( | const std::string & | s | ) |
|
inline |
Definition at line 117 of file BTagCalibrationStandalone.h.
|
staticprotected |
|
protected |
Definition at line 131 of file BTagCalibrationStandalone.h.
|
protected |
Definition at line 130 of file BTagCalibrationStandalone.h.