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 |
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 115 of file PrepareDMRTrends.h.
|
inline |
Definition at line 132 of file PrepareDMRTrends.h.
|
inline |
Definition at line 133 of file PrepareDMRTrends.h.
|
inline |
Definition at line 144 of file PrepareDMRTrends.h.
References Point::GetDeltaMu(), and GetQuantity().
Referenced by PrepareDMRTrends::compileDMRTrends().
|
inlineprivate |
Definition at line 121 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 138 of file PrepareDMRTrends.h.
References Point::GetMu(), and GetQuantity().
Referenced by PrepareDMRTrends::compileDMRTrends().
|
inline |
Definition at line 140 of file PrepareDMRTrends.h.
References Point::GetMuMinus(), and GetQuantity().
Referenced by PrepareDMRTrends::compileDMRTrends().
|
inline |
Definition at line 139 of file PrepareDMRTrends.h.
References Point::GetMuPlus(), and GetQuantity().
Referenced by PrepareDMRTrends::compileDMRTrends().
|
inline |
Definition at line 137 of file PrepareDMRTrends.h.
References GetQuantity(), and Point::GetRun().
|
inline |
|
inline |
Definition at line 141 of file PrepareDMRTrends.h.
References GetQuantity(), and Point::GetSigma().
Referenced by PrepareDMRTrends::compileDMRTrends().
|
inline |
Definition at line 145 of file PrepareDMRTrends.h.
References GetQuantity(), and Point::GetSigmaDeltaMu().
Referenced by PrepareDMRTrends::compileDMRTrends().
|
inline |
Definition at line 143 of file PrepareDMRTrends.h.
References GetQuantity(), and Point::GetSigmaMinus().
Referenced by PrepareDMRTrends::compileDMRTrends().
|
inline |
Definition at line 142 of file PrepareDMRTrends.h.
References GetQuantity(), and Point::GetSigmaPlus().
Referenced by PrepareDMRTrends::compileDMRTrends().
std::vector<Point> Geometry::points |
Definition at line 117 of file PrepareDMRTrends.h.
Referenced by GetQuantity().
TString Geometry::title |
Definition at line 131 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(), GetTitle(), Formatter.SimpleHTMLFormatter::headers(), python.rootplot.root2matplotlib.HistStack::histstack(), SetTitle(), python.rootplot.root2matplotlib.Hist::show_titles(), python.rootplot.utilities.Hist::TGraph(), python.rootplot.utilities.Hist::TH1F(), python.rootplot.utilities.Hist2D::TH2F(), and python.rootplot.root2matplotlib.Hist2D::TH2F().