#include <Convolver.h>
Public Member Functions | |
TH1_wrapper (const TH1 *hist, double scale=1.) | |
TH1_c_iterator | begin (int skip=0) const |
TH1_c_iterator | end (int skip=0) const |
Private Attributes | |
const TH1 * | fHisto |
double | fScale |
Definition at line 77 of file Convolver.h.
Algorithm::TH1_wrapper::TH1_wrapper | ( | const TH1 * | hist, | |
double | scale = 1. | |||
) | [inline] |
Definition at line 78 of file Convolver.h.
TH1_c_iterator Algorithm::TH1_wrapper::begin | ( | int | skip = 0 |
) | const [inline] |
Definition at line 79 of file Convolver.h.
References fHisto, and fScale.
Referenced by Algorithm::Pedestal_iterator< InputIterator >::AddHistogram().
TH1_c_iterator Algorithm::TH1_wrapper::end | ( | int | skip = 0 |
) | const [inline] |
Definition at line 80 of file Convolver.h.
References fHisto, and fScale.
Referenced by Algorithm::Pedestal_iterator< InputIterator >::AddHistogram().
const TH1* Algorithm::TH1_wrapper::fHisto [private] |
Definition at line 83 of file Convolver.h.
double Algorithm::TH1_wrapper::fScale [private] |
Definition at line 84 of file Convolver.h.