Crombie Tools
PlotInfo Class Reference

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...
 

Detailed Description

Structure for holding information about plots.

Definition at line 46 of file PlotPreparer.h.

Constructor & Destructor Documentation

§ PlotInfo()

PlotInfo::PlotInfo ( TH1D *  hist,
Double_t &  expr,
Double_t &  cut,
Double_t &  weight,
Double_t  eventsper 
)
inline

Definition at line 48 of file PlotPreparer.h.

§ ~PlotInfo()

PlotInfo::~PlotInfo ( )
inline

Definition at line 51 of file PlotPreparer.h.

Member Data Documentation

§ cut

Double_t& PlotInfo::cut

Reference to the cut.

Definition at line 55 of file PlotPreparer.h.

§ envs

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().

§ eventsper

Double_t PlotInfo::eventsper

Holds the desired normalization of the bin for this plot.

Definition at line 57 of file PlotPreparer.h.

§ expr

Double_t& PlotInfo::expr

Reference to the expression filling the plot.

Definition at line 54 of file PlotPreparer.h.

§ hist

TH1D* PlotInfo::hist

The histogram that everything else is filling.

Definition at line 53 of file PlotPreparer.h.

Referenced by PlotPreparer::AddHist().

§ weight

Double_t& PlotInfo::weight

Reference to the weight.

Definition at line 56 of file PlotPreparer.h.


The documentation for this class was generated from the following file: