|
ra4_macros
bede988c286599a3a84b77a4d788ac0a971e89f9
|
#include <utilities_macros.hpp>
Public Member Functions | |
| sysfeats (TString iname, TString ititle) | |
| void | push_back (TString bincut, double weight) |
| TString | bincut (unsigned i) |
| double | weight (unsigned i) |
| unsigned | size () |
| sysfeats (TString iname, TString ititle) | |
| void | push_back (TString bincut, double weight) |
| TString | bincut (unsigned i) |
| double | weight (unsigned i) |
| unsigned | size () |
Public Attributes | |
| TString | name |
| TString | title |
| std::vector< TString > | bincuts |
| std::vector< double > | weights |
Definition at line 88 of file utilities_macros.hpp.
| sysfeats::sysfeats | ( | TString | iname, |
| TString | ititle | ||
| ) |
Definition at line 899 of file utilities_macros.cpp.
References bincuts, and weights.
Referenced by format_tag().
| sysfeats::sysfeats | ( | TString | iname, |
| TString | ititle | ||
| ) |
| TString sysfeats::bincut | ( | unsigned | i | ) |
| TString sysfeats::bincut | ( | unsigned | i | ) |
Definition at line 909 of file utilities_macros.cpp.
References bincuts.
Referenced by format_tag().
| void sysfeats::push_back | ( | TString | bincut, |
| double | weight | ||
| ) |
| void sysfeats::push_back | ( | TString | bincut, |
| double | weight | ||
| ) |
Definition at line 905 of file utilities_macros.cpp.
References bincuts, and weights.
Referenced by format_tag().
| unsigned sysfeats::size | ( | ) |
| unsigned sysfeats::size | ( | ) |
Definition at line 917 of file utilities_macros.cpp.
References weights.
Referenced by format_tag().
| double sysfeats::weight | ( | unsigned | i | ) |
| double sysfeats::weight | ( | unsigned | i | ) |
Definition at line 913 of file utilities_macros.cpp.
References weights.
Referenced by format_tag().
| std::vector< TString > sysfeats::bincuts |
Definition at line 93 of file utilities_macros.hpp.
Referenced by bincut(), push_back(), and sysfeats().
| TString sysfeats::name |
Definition at line 91 of file utilities_macros.hpp.
| TString sysfeats::title |
Definition at line 92 of file utilities_macros.hpp.
| std::vector< double > sysfeats::weights |
Definition at line 94 of file utilities_macros.hpp.
Referenced by calcKappa(), push_back(), size(), sysfeats(), and weight().
1.8.11