#include <ZMuTrackScaledFunction.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) |
ZMuTrackScaledFunction (const ZMuTrackFunction &zmt, int bin) | |
ZMuTrackScaledFunction (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) | |
ZMuTrackScaledFunction (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 | |
ZMuTrackFunction | zmt_ |
Definition at line 7 of file ZMuTrackScaledFunction.h.
anonymous enum |
anonymous enum |
|
inline |
Definition at line 11 of file ZMuTrackScaledFunction.h.
|
inline |
Definition at line 13 of file ZMuTrackScaledFunction.h.
|
inline |
Definition at line 19 of file ZMuTrackScaledFunction.h.
|
inline |
Definition at line 40 of file ZMuTrackScaledFunction.h.
References binScaleFactor, and zmt_.
|
inline |
Definition at line 26 of file ZMuTrackScaledFunction.h.
References efficiencyStandalone, efficiencyTrack, g, funct::m, mass, mean, N, Ngamma, Nint, numberOfEvents, alignCSCRings::s, function::ZMuTrackFunction::setParameters(), sigma, width, and zmt_.
Referenced by function::ZMuTrackScaledNormalBack::setParameters().
int function::ZMuTrackScaledFunction::binScaleFactor |
Definition at line 45 of file ZMuTrackScaledFunction.h.
Referenced by operator()().
boost::shared_ptr<double> function::ZMuTrackScaledFunction::efficiencyStandalone |
Definition at line 44 of file ZMuTrackScaledFunction.h.
Referenced by setParameters().
boost::shared_ptr<double> function::ZMuTrackScaledFunction::efficiencyTrack |
Definition at line 44 of file ZMuTrackScaledFunction.h.
Referenced by setParameters().
boost::shared_ptr<double> function::ZMuTrackScaledFunction::mass |
Definition at line 43 of file ZMuTrackScaledFunction.h.
Referenced by Particle.Particle::__str__(), ZMuMuRochCorAnalyzer.DiMuon::__str__(), DiObject.DiMuon::__str__(), and setParameters().
boost::shared_ptr<double> function::ZMuTrackScaledFunction::mean |
Definition at line 43 of file ZMuTrackScaledFunction.h.
Referenced by setParameters().
boost::shared_ptr<double> function::ZMuTrackScaledFunction::Ngamma |
Definition at line 43 of file ZMuTrackScaledFunction.h.
Referenced by setParameters().
boost::shared_ptr<double> function::ZMuTrackScaledFunction::Nint |
Definition at line 43 of file ZMuTrackScaledFunction.h.
Referenced by setParameters().
boost::shared_ptr<double> function::ZMuTrackScaledFunction::numberOfEvents |
Definition at line 44 of file ZMuTrackScaledFunction.h.
Referenced by setParameters().
boost::shared_ptr<double> function::ZMuTrackScaledFunction::sigma |
Definition at line 43 of file ZMuTrackScaledFunction.h.
Referenced by setParameters().
boost::shared_ptr<double> function::ZMuTrackScaledFunction::width |
Definition at line 43 of file ZMuTrackScaledFunction.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 ZMuTrackScaledFunction.h.
Referenced by operator()(), and setParameters().