#include <OpeResult.h>
Inheritance diagram for SctData::ChipOpeResult:
Public Member Functions | |
ChipOpeResult () | |
ChipOpeResult (boost::shared_ptr< TH1 >h, double r) | |
Make a result with hist, max. | |
~ChipOpeResult () | |
ChipOpeResult & | operator= (const ChipOpeResult &) |
string | ChipOpeResult::getClassName () const |
Data Fields | |
shared_ptr< TH1 > | hist |
double | badmax |
double | threshold |
Definition at line 16 of file OpeResult.h.
|
Make a result with hist, max.
Definition at line 22 of file OpeResult.h. |