#include <StatWeight.hpp>
Inheritance diagram for cafe::StatSelection:

Public Member Functions | |
| StatSelection (const std::string &name, unsigned long events=1, bool weight=false) | |
| virtual | ~StatSelection () |
| const std::string & | name () const |
| unsigned long | addEvent () |
| unsigned long | nevents () const |
| bool | isUpdated () const |
| bool | isWeight () const |
| double | err (const StatSelection &selection) const |
| return errors calculated relative to the previous selection | |
| virtual void | Clear () |
| Clear the _updated flag in the beginning of the event processing. | |
| bool | operator== (const std::string &name) const |
| ClassDef (StatSelection, 0) | |
Private Attributes | |
| std::string | _name |
| unsigned long | _events |
| bool | _updated |
| bool | _weight |
|
||||||||||||||||
|
Definition at line 9 of file StatWeight.cpp. |
|
|
Definition at line 25 of file StatWeight.hpp. |
|
|
Definition at line 31 of file StatWeight.cpp. References _events, and _updated. Referenced by cafe::StatWeight::applyWeight(). |
|
||||||||||||
|
|
|
|
Clear the _updated flag in the beginning of the event processing.
Reimplemented in cafe::StatWeight. Definition at line 37 of file StatWeight.hpp. References _updated. |
|
|
return errors calculated relative to the previous selection
Definition at line 19 of file StatWeight.cpp. |
|
|
Definition at line 30 of file StatWeight.hpp. References _updated. Referenced by cafe::StatWeight::applyWeight(). |
|
|
Definition at line 31 of file StatWeight.hpp. References _weight. Referenced by cafe::StatWeight::applyWeight(), cafe::StatSample::HtmlTable(), cafe::Stat::inheritWeights(), cafe::Stat::print_html(), cafe::StatSample::print_tex(), cafe::Stat::syst_neg(), and cafe::Stat::syst_pos(). |
|
|
Definition at line 27 of file StatWeight.hpp. References _name. Referenced by cafe::StatSample::HtmlTable(), cafe::Stat::inheritWeights(), and cafe::Stat::print_html(). |
|
|
Definition at line 29 of file StatWeight.hpp. References _events. Referenced by cafe::StatWeight::applyWeight(), cafe::StatWeight::err(), err(), cafe::StatWeight::err_neg(), cafe::StatWeight::err_pos(), cafe::StatSample::HtmlTable(), and cafe::StatSample::print_tex(). |
|
|
Definition at line 39 of file StatWeight.hpp. References _name. |
|
|
Definition at line 19 of file StatWeight.hpp. Referenced by addEvent(), err(), and nevents(). |
|
|
Definition at line 18 of file StatWeight.hpp. Referenced by name(), and operator==(). |
|
|
Definition at line 20 of file StatWeight.hpp. Referenced by addEvent(), Clear(), isUpdated(), and StatSelection(). |
|
|
Reimplemented in cafe::StatWeight. Definition at line 21 of file StatWeight.hpp. Referenced by isWeight(), and StatSelection(). |
1.3.4