#include <vector>
#include <utility>
#include "TNamed.h"
#include "TAttLine.h"
#include "TAttFill.h"
#include "TAttMarker.h"
#include "TFitResultPtr.h"
Classes | |
class | TEfficiency |
Class to handle efficiency histograms. More... | |
Functions | |
const TEfficiency | operator+ (const TEfficiency &lhs, const TEfficiency &rhs) |
Addition operator. | |
const TEfficiency operator+ | ( | const TEfficiency & | lhs, |
const TEfficiency & | rhs | ||
) |
Addition operator.
adds the corresponding histograms:
the statistic option and the confidence level are taken from lhs
Definition at line 3707 of file TEfficiency.cxx.