Class Geometry Contains vector for fit parameters (mean, sigma, etc.) obtained from multiple IOVs See Structure Point for description of the parameters. More...
Public Member Functions | |
vector< float > | DeltaMu () const |
Geometry () | |
Geometry (TString Title) | |
TString | GetTitle () |
vector< float > | Mu () const |
vector< float > | MuMinus () const |
vector< float > | MuPlus () const |
Geometry & | operator= (const Geometry &geom) |
vector< float > | Run () const |
void | SetTitle (TString Title) |
vector< float > | Sigma () const |
vector< float > | SigmaDeltaMu () const |
vector< float > | SigmaMinus () const |
vector< float > | SigmaPlus () const |
Public Attributes | |
vector< Point > | points |
TString | title |
Private Member Functions | |
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 119 of file DMRtrends.cc.
|
inline |
Definition at line 134 of file DMRtrends.cc.
|
inline |
Definition at line 135 of file DMRtrends.cc.
|
inline |
Definition at line 146 of file DMRtrends.cc.
References Point::GetDeltaMu().
Referenced by compileDMRTrends().
|
inlineprivate |
Definition at line 124 of file DMRtrends.cc.
References point, and findQualityFiles::v.
|
inline |
|
inline |
Definition at line 140 of file DMRtrends.cc.
References Point::GetMu().
Referenced by compileDMRTrends().
|
inline |
Definition at line 142 of file DMRtrends.cc.
References Point::GetMuMinus().
Referenced by compileDMRTrends().
|
inline |
Definition at line 141 of file DMRtrends.cc.
References Point::GetMuPlus().
Referenced by compileDMRTrends().
Definition at line 136 of file DMRtrends.cc.
|
inline |
Definition at line 139 of file DMRtrends.cc.
References Point::GetRun().
Referenced by compileDMRTrends().
|
inline |
Definition at line 137 of file DMRtrends.cc.
|
inline |
Definition at line 143 of file DMRtrends.cc.
References Point::GetSigma().
Referenced by compileDMRTrends().
|
inline |
Definition at line 147 of file DMRtrends.cc.
References Point::GetSigmaDeltaMu().
Referenced by compileDMRTrends().
|
inline |
Definition at line 145 of file DMRtrends.cc.
References Point::GetSigmaMinus().
Referenced by compileDMRTrends().
|
inline |
Definition at line 144 of file DMRtrends.cc.
References Point::GetSigmaPlus().
Referenced by compileDMRTrends().
vector<Point> Geometry::points |
Definition at line 121 of file DMRtrends.cc.
Referenced by operator=().
TString Geometry::title |
Definition at line 133 of file DMRtrends.cc.
Referenced by Vispa.Views.LineDecayView.LineDecayContainer::autolayout(), Vispa.Views.LineDecayView.LineDecayContainer::autolayoutThreadFinished(), 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(), Vispa.Views.LineDecayView.LineDecayContainer::childFinishedAutolayouting(), python.rootplot.root2matplotlib.HistStack::errorbar(), python.rootplot.root2matplotlib.HistStack::errorbarh(), alignment.Alignment::getRepMap(), Formatter.SimpleHTMLFormatter::headers(), python.rootplot.root2matplotlib.HistStack::histstack(), Vispa.Gui.PortWidget.PortWidget::name(), operator=(), presentation.SubsectionOnePage::pages(), presentation.SubsectionFromList::pages(), presentation.SummarySection::pages(), 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().