Public Member Functions | |
TableHandle & | column (const char *formula, int precision, const char *name) |
TableHandle & | column (const char *label, int precision) |
TableHandle (const char *name, TableSpecs &specs) | |
Private Attributes | |
std::string | m_name |
TableSpecs & | m_specs |
Definition at line 103 of file FWTableViewManager.h.
|
inline |
Definition at line 112 of file FWTableViewManager.h.
References FWTableViewManager::TableEntry::name.
FWTableViewManager::TableHandle & FWTableViewManager::TableHandle::column | ( | const char * | name, |
int | precision, | ||
const char * | expression | ||
) |
Define a column in the current table.
name to be used as header of the column.
precision specifying the number of significant digits in the fractional part.
expression to be used to retrieve the value from the object.
Definition at line 250 of file FWTableViewManager.cc.
References FWTableViewManager::TableEntry::expression, dataset::name, FWTableViewManager::TableEntry::name, boostedTaus_cff::precision, and FWTableViewManager::TableEntry::precision.
Referenced by FWTableViewManager::setFrom(), and FWTableViewManager::tableFormats().
|
inline |
Definition at line 107 of file FWTableViewManager.h.
|
private |
Definition at line 118 of file FWTableViewManager.h.
|
private |
Definition at line 119 of file FWTableViewManager.h.