JetCorrectorParameters::Definitions Class Reference
List of all members.
Public Member Functions |
| Definitions (const std::vector< std::string > &fBinVar, const std::vector< std::string > &fParVar, const std::string &fFormula, bool fIsResponse) |
| Definitions (const std::string &fLine) |
unsigned | nBinVar () const |
unsigned | nParVar () const |
std::vector< std::string > | parVar () const |
std::vector< std::string > | binVar () const |
std::string | parVar (unsigned fIndex) const |
std::string | binVar (unsigned fIndex) const |
std::string | formula () const |
std::string | level () const |
bool | isResponse () const |
Private Attributes |
bool | mIsResponse |
std::string | mLevel |
std::string | mFormula |
std::vector< std::string > | mParVar |
std::vector< std::string > | mBinVar |
The documentation for this class was generated from the following files: