#include <Stat.hpp>
Definition at line 361 of file Stat.hpp.
Public Member Functions | |
| StatPointer (Stat *stat=0) | |
| virtual | ~StatPointer () |
| Stat * | pointer () |
| void | EventSelected (const std::string &selection_name) |
| Increase number of event counted by Stat object. If such selection does not exist it will be added. | |
| void | applyWeight (const std::string &weight_name, double weight, double weight_pos=-1.0, double weight_neg=-1.0) |
| apply weight to efficiency calculation. | |
| ClassDef (StatPointer, 0) | |
Private Attributes | |
| Stat * | _stat |
|
|
|
|
|
|
|
||||||||||||||||||||
|
apply weight to efficiency calculation.
Definition at line 23 of file Stat.cpp. References _stat, and cafe::Stat::applyWeight(). |
|
||||||||||||
|
|
|
|
Increase number of event counted by Stat object. If such selection does not exist it will be added.
Definition at line 18 of file Stat.cpp. References _stat, and cafe::Stat::EventSelected(). |
|
|
Definition at line 367 of file Stat.hpp. References _stat. |
|
|
Definition at line 362 of file Stat.hpp. Referenced by applyWeight(), EventSelected(), and pointer(). |
1.3.4