#include <BTagCalibration.hpp>
|
| BTagCalibration (const std::string &tagger) |
|
| BTagCalibration (const std::string &tagger, const std::string &filename) |
|
std::string | tagger () const |
|
void | addEntry (const BTagEntry &entry) |
|
const std::vector< BTagEntry > & | getEntries (const BTagEntry::Parameters &par) const |
|
void | readCSV (std::istream &s) |
|
void | readCSV (const std::string &s) |
|
void | makeCSV (std::ostream &s) const |
|
std::string | makeCSV () const |
|
|
std::string | tagger_ |
|
std::map< std::string, std::vector< BTagEntry > > | data_ |
|
BTagCalibration
The 'hierarchy' of stored information is this:
- by tagger (BTagCalibration)
- by operating point or reshape bin
- by jet parton flavor
- by type of measurement
- by systematic
- by eta bin
- as 1D-function dependent of pt or discriminant
The documentation for this class was generated from the following files:
- include/mensura/external/BTagCalibration/BTagCalibration.hpp
- modules/external/BTagCalibration/src/BTagCalibration.cpp