![]() |
ROOT
6.06/09
Reference Guide
|
#include <vector>#include <utility>#include "TNamed.h"#include "TAttLine.h"#include "TAttFill.h"#include "TAttMarker.h"
Include dependency graph for TEfficiency.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | TEfficiency |
| Class to handle efficiency histograms. More... | |
Functions | |
| const TEfficiency | operator+ (const TEfficiency &lhs, const TEfficiency &rhs) |
| Addition operator. More... | |
| const TEfficiency operator+ | ( | const TEfficiency & | lhs, |
| const TEfficiency & | rhs | ||
| ) |
Addition operator.
adds the corresponding histograms: lhs.GetTotalHistogram() + rhs.GetTotalHistogram() lhs.GetPassedHistogram() + rhs.GetPassedHistogram()
the statistic option and the confidence level are taken from lhs
Definition at line 3623 of file TEfficiency.cxx.