#include <ZMuStandaloneScaledFunction.h>
Public Types | |
enum | { arguments = 1 } |
enum | { parameters = 9 } |
Public Member Functions | |
double | operator() (double x) const |
void | setParameters (double m, double g, double Ng, double Ni, double me, double s, double N, double eff_tr, double eff_sa) |
ZMuStandaloneScaledFunction (const ZMuStandaloneFunction &zms, int bin) | |
ZMuStandaloneScaledFunction (boost::shared_ptr< double > m, boost::shared_ptr< double > g, boost::shared_ptr< double > Ng, boost::shared_ptr< double > Ni, boost::shared_ptr< double > me, boost::shared_ptr< double > s, boost::shared_ptr< double > N, boost::shared_ptr< double > eff_tr, boost::shared_ptr< double > eff_sa, int bin) | |
ZMuStandaloneScaledFunction (double m, double g, double Ng, double Ni, double me, double s, double N, double eff_tr, double eff_sa, int bin) | |
Public Attributes | |
int | binScaleFactor |
boost::shared_ptr< double > | efficiencyStandalone |
boost::shared_ptr< double > | efficiencyTrack |
boost::shared_ptr< double > | mass |
boost::shared_ptr< double > | mean |
boost::shared_ptr< double > | Ngamma |
boost::shared_ptr< double > | Nint |
boost::shared_ptr< double > | numberOfEvents |
boost::shared_ptr< double > | sigma |
boost::shared_ptr< double > | width |
Private Attributes | |
ZMuStandaloneFunction | zms_ |
Definition at line 7 of file ZMuStandaloneScaledFunction.h.
anonymous enum |
anonymous enum |
|
inline |
Definition at line 11 of file ZMuStandaloneScaledFunction.h.
|
inline |
Definition at line 13 of file ZMuStandaloneScaledFunction.h.
|
inline |
Definition at line 19 of file ZMuStandaloneScaledFunction.h.
|
inline |
Definition at line 40 of file ZMuStandaloneScaledFunction.h.
References binScaleFactor, and zms_.
|
inline |
Definition at line 26 of file ZMuStandaloneScaledFunction.h.
References efficiencyStandalone, efficiencyTrack, g, funct::m, mass, mean, N, Ngamma, Nint, numberOfEvents, alignCSCRings::s, sigma, width, and zms_.
int function::ZMuStandaloneScaledFunction::binScaleFactor |
Definition at line 45 of file ZMuStandaloneScaledFunction.h.
Referenced by operator()().
boost::shared_ptr<double> function::ZMuStandaloneScaledFunction::efficiencyStandalone |
Definition at line 44 of file ZMuStandaloneScaledFunction.h.
Referenced by setParameters().
boost::shared_ptr<double> function::ZMuStandaloneScaledFunction::efficiencyTrack |
Definition at line 44 of file ZMuStandaloneScaledFunction.h.
Referenced by setParameters().
boost::shared_ptr<double> function::ZMuStandaloneScaledFunction::mass |
Definition at line 43 of file ZMuStandaloneScaledFunction.h.
Referenced by Particle.Particle::__str__(), ZMuMuRochCorAnalyzer.DiMuon::__str__(), DiObject.DiMuon::__str__(), and setParameters().
boost::shared_ptr<double> function::ZMuStandaloneScaledFunction::mean |
Definition at line 43 of file ZMuStandaloneScaledFunction.h.
Referenced by setParameters().
boost::shared_ptr<double> function::ZMuStandaloneScaledFunction::Ngamma |
Definition at line 43 of file ZMuStandaloneScaledFunction.h.
Referenced by setParameters().
boost::shared_ptr<double> function::ZMuStandaloneScaledFunction::Nint |
Definition at line 43 of file ZMuStandaloneScaledFunction.h.
Referenced by setParameters().
boost::shared_ptr<double> function::ZMuStandaloneScaledFunction::numberOfEvents |
Definition at line 44 of file ZMuStandaloneScaledFunction.h.
Referenced by setParameters().
boost::shared_ptr<double> function::ZMuStandaloneScaledFunction::sigma |
Definition at line 43 of file ZMuStandaloneScaledFunction.h.
Referenced by setParameters().
boost::shared_ptr<double> function::ZMuStandaloneScaledFunction::width |
Definition at line 43 of file ZMuStandaloneScaledFunction.h.
Referenced by python.rootplot.utilities.Hist::__init_TGraph(), Vispa.Main.MainWindow.MainWindow::_saveIni(), Vispa.Gui.VispaWidget.VispaWidget::autosize(), python.rootplot.root2matplotlib.Hist::bar(), python.rootplot.root2matplotlib.Hist::barh(), Vispa.Gui.VispaWidget.VispaWidget::boundingRect(), Vispa.Gui.VispaWidget.VispaWidget::contentRect(), Vispa.Gui.VispaWidget.VispaWidget::defineArrowBackgroundShape(), Vispa.Gui.VispaWidget.VispaWidget::defineCircleBackgroundShape(), Vispa.Gui.VispaWidget.VispaWidget::defineRoundRectBackgroundShape(), Vispa.Gui.VispaWidget.VispaWidget::drawHeaderBackground(), Vispa.Gui.ConnectableWidget.ConnectableWidget::drawPortNames(), Vispa.Gui.VispaWidget.VispaWidget::imageRectF(), Vispa.Gui.ConnectableWidget.ConnectableWidget::positionizeMenuWidget(), Vispa.Views.PropertyView.PropertyView::resizeEvent(), Vispa.Views.PropertyView.PropertyView::sectionResized(), setParameters(), Vispa.Gui.VispaWidget.VispaWidget::setZoom(), and Vispa.Main.MainWindow.MainWindow::updateStartupScreenGeometry().
|
private |
Definition at line 47 of file ZMuStandaloneScaledFunction.h.
Referenced by operator()(), and setParameters().