Represent the ratio between two spectra. More...
#include <Ratio.h>
Public Member Functions | |
Ratio (const Spectrum &num, const Spectrum &denom, bool purOrEffErrs=false) | |
Ratio (TH1 *h, std::string varName="") | |
Don't use this constructor unless you REALLY KNOW what you're doing. More... | |
virtual | ~Ratio () |
Ratio (const Ratio &rhs) | |
Ratio & | operator= (const Ratio &rhs) |
Ratio & | operator*= (const Ratio &rhs) |
Ratio | operator* (const Ratio &rhs) const |
Ratio & | operator/= (const Ratio &rhs) |
Ratio | operator/ (const Ratio &rhs) const |
TH1D * | ToTH1 (Color_t col=kBlack, Style_t style=kSolid) const |
Protected Attributes | |
TH1D * | fHist |
Friends | |
class | Spectrum |
ana::Ratio::Ratio | ( | TH1 * | h, |
std::string | varName = "" |
||
) |
Don't use this constructor unless you REALLY KNOW what you're doing.
Definition at line 33 of file Ratio.cxx.
Definition at line 93 of file Ratio.cxx.
Definition at line 108 of file Ratio.cxx.
TH1D * ana::Ratio::ToTH1 | ( | Color_t | col = kBlack , |
Style_t | style = kSolid |
||
) | const |