#include <utils.h>
Public Member Functions | |
CheapValueSnapshot () | |
CheapValueSnapshot (const RooAbsCollection &src) | |
void | clear () |
bool | empty () const |
void | Print (const char *fmt) const |
void | readFrom (const RooAbsCollection &) |
const RooAbsCollection & | src () const |
void | writeTo (const RooAbsCollection &) const |
Private Attributes | |
const RooAbsCollection * | src_ |
std::vector< double > | values_ |
|
inline |
|
inline |
void utils::CheapValueSnapshot::Print | ( | const char * | fmt | ) | const |
Definition at line 478 of file utils.cc.
Referenced by Asymptotic::getCLs(), and Asymptotic::runLimit().
void utils::CheapValueSnapshot::readFrom | ( | const RooAbsCollection & | src | ) |
Definition at line 448 of file utils.cc.
References a, i, src(), src_, and values_.
Referenced by CheapValueSnapshot(), Asymptotic::getCLs(), and Asymptotic::runLimit().
|
inline |
void utils::CheapValueSnapshot::writeTo | ( | const RooAbsCollection & | src | ) | const |
|
private |
|
private |
Definition at line 84 of file utils.h.
Referenced by clear(), and readFrom().