Public Member Functions | |
void | testInvariant () const |
AlgCFlow () | |
AlgCFlow (TH1 *val_hist_swallow) |
MD::AlgCFlow::AlgCFlow | ( | ) |
effects: default constructor guarantee: no-fail rationale: this should only be called by serialization
MD::AlgCFlow::AlgCFlow | ( | TH1 * | val_hist_swallow | ) |
effects: constructor for the given histogram spec, value, and weight guarantee: strong failures: out of memory II requires: val_hist_swallow != 0 requires: val_hist_swallow->GetDimension() == 1
void MD::AlgCFlow::testInvariant | ( | ) | const |
effects: test the invariant of this object guarantee: no-fail
Reimplemented from EL::Algorithm.