|
Crombie Tools
|
Structure for holding information about plots. More...
#include <PlotPreparer.h>
Public Member Functions | |
| PlotInfo (TH1D *hist, Double_t &expr, Double_t &cut, Double_t &weight, Double_t eventsper) | |
| ~PlotInfo () | |
Public Attributes | |
| Double_t & | cut |
| Reference to the cut. More... | |
| std::vector< EnvelopeInfo * > | envs |
| Holds the different possible envelopes for this plot. More... | |
| Double_t | eventsper |
| Holds the desired normalization of the bin for this plot. More... | |
| Double_t & | expr |
| Reference to the expression filling the plot. More... | |
| TH1D * | hist |
| The histogram that everything else is filling. More... | |
| Double_t & | weight |
| Reference to the weight. More... | |
Structure for holding information about plots.
Definition at line 46 of file PlotPreparer.h.
|
inline |
Definition at line 48 of file PlotPreparer.h.
|
inline |
Definition at line 51 of file PlotPreparer.h.
| Double_t& PlotInfo::cut |
Reference to the cut.
Definition at line 55 of file PlotPreparer.h.
| std::vector<EnvelopeInfo*> PlotInfo::envs |
Holds the different possible envelopes for this plot.
Definition at line 58 of file PlotPreparer.h.
Referenced by PlotPreparer::AddHist().
| Double_t PlotInfo::eventsper |
Holds the desired normalization of the bin for this plot.
Definition at line 57 of file PlotPreparer.h.
| Double_t& PlotInfo::expr |
Reference to the expression filling the plot.
Definition at line 54 of file PlotPreparer.h.
| TH1D* PlotInfo::hist |
The histogram that everything else is filling.
Definition at line 53 of file PlotPreparer.h.
Referenced by PlotPreparer::AddHist().
| Double_t& PlotInfo::weight |
Reference to the weight.
Definition at line 56 of file PlotPreparer.h.