Class Geometry Contains vector for fit parameters (mean, sigma, etc.) obtained from multiple IOVs See Structure Point for description of the parameters. More...
#include <PrepareDMRTrends.h>
Public Member Functions | |
std::vector< float > | DeltaMu () const |
Geometry () | |
Geometry (TString Title) | |
TString | GetTitle () |
std::vector< float > | Mu () const |
std::vector< float > | MuMinus () const |
std::vector< float > | MuPlus () const |
Geometry & | operator= (const Geometry &geom) |
std::vector< float > | Run () const |
void | SetTitle (TString Title) |
std::vector< float > | Sigma () const |
std::vector< float > | SigmaDeltaMu () const |
std::vector< float > | SigmaMinus () const |
std::vector< float > | SigmaPlus () const |
Public Attributes | |
std::vector< Point > | points |
TString | title |
Private Member Functions | |
std::vector< float > | GetQuantity (float(Point::*getter)() const) const |
Class Geometry Contains vector for fit parameters (mean, sigma, etc.) obtained from multiple IOVs See Structure Point for description of the parameters.
Definition at line 126 of file PrepareDMRTrends.h.
|
inline |
Definition at line 143 of file PrepareDMRTrends.h.
|
inline |
Definition at line 144 of file PrepareDMRTrends.h.
|
inline |
Definition at line 159 of file PrepareDMRTrends.h.
References Point::GetDeltaMu(), and GetQuantity().
Referenced by PrepareDMRTrends::compileDMRTrends().
|
inlineprivate |
Definition at line 132 of file PrepareDMRTrends.h.
References point, points, and findQualityFiles::v.
Referenced by DeltaMu(), Mu(), MuMinus(), MuPlus(), Run(), Sigma(), SigmaDeltaMu(), SigmaMinus(), and SigmaPlus().
|
inline |
|
inline |
Definition at line 153 of file PrepareDMRTrends.h.
References Point::GetMu(), and GetQuantity().
Referenced by PrepareDMRTrends::compileDMRTrends().
|
inline |
Definition at line 155 of file PrepareDMRTrends.h.
References Point::GetMuMinus(), and GetQuantity().
Referenced by PrepareDMRTrends::compileDMRTrends().
|
inline |
Definition at line 154 of file PrepareDMRTrends.h.
References Point::GetMuPlus(), and GetQuantity().
Referenced by PrepareDMRTrends::compileDMRTrends().
Definition at line 145 of file PrepareDMRTrends.h.
References relativeConstraints::geom, points, and title.
|
inline |
Definition at line 152 of file PrepareDMRTrends.h.
References GetQuantity(), and Point::GetRun().
|
inline |
|
inline |
Definition at line 156 of file PrepareDMRTrends.h.
References GetQuantity(), and Point::GetSigma().
Referenced by PrepareDMRTrends::compileDMRTrends().
|
inline |
Definition at line 160 of file PrepareDMRTrends.h.
References GetQuantity(), and Point::GetSigmaDeltaMu().
Referenced by PrepareDMRTrends::compileDMRTrends().
|
inline |
Definition at line 158 of file PrepareDMRTrends.h.
References GetQuantity(), and Point::GetSigmaMinus().
Referenced by PrepareDMRTrends::compileDMRTrends().
|
inline |
Definition at line 157 of file PrepareDMRTrends.h.
References GetQuantity(), and Point::GetSigmaPlus().
Referenced by PrepareDMRTrends::compileDMRTrends().
std::vector<Point> Geometry::points |
Definition at line 128 of file PrepareDMRTrends.h.
Referenced by GetQuantity(), and operator=().
TString Geometry::title |
Definition at line 142 of file PrepareDMRTrends.h.
Referenced by python.rootplot.root2matplotlib.HistStack::bar(), python.rootplot.root2matplotlib.HistStack::bar3d(), python.rootplot.root2matplotlib.HistStack::barcluster(), python.rootplot.root2matplotlib.HistStack::barh(), python.rootplot.root2matplotlib.HistStack::barstack(), MainPageGenerator.MainPageGenerator::CreateNewMainPage(), TkAlMap.TkAlMap::draw_title(), python.rootplot.root2matplotlib.HistStack::errorbar(), python.rootplot.root2matplotlib.HistStack::errorbarh(), alignment.Alignment::getRepMap(), GetTitle(), Formatter.SimpleHTMLFormatter::headers(), python.rootplot.root2matplotlib.HistStack::histstack(), operator=(), presentation.SubsectionOnePage::pages(), presentation.SubsectionFromList::pages(), presentation.SummarySection::pages(), SetTitle(), python.rootplot.root2matplotlib.Hist::show_titles(), python.rootplot.utilities.Hist::TGraph(), python.rootplot.utilities.Hist::TH1F(), python.rootplot.utilities.Hist2D::TH2F(), python.rootplot.root2matplotlib.Hist2D::TH2F(), and presentation.SubsectionBase::write().