#include <ZMuTrackFunction.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) |
ZMuTrackFunction (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) | |
ZMuTrackFunction (double m, double g, double Ng, double Ni, double me, double s, double N, double eff_tr, double eff_sa) | |
Public Attributes | |
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 | |
ConvGaussZLineShape | cgz_ |
Definition at line 7 of file ZMuTrackFunction.h.
anonymous enum |
anonymous enum |
|
inline |
Definition at line 11 of file ZMuTrackFunction.h.
|
inline |
Definition at line 17 of file ZMuTrackFunction.h.
|
inline |
Definition at line 23 of file ZMuTrackFunction.h.
References cgz_, efficiencyStandalone, and efficiencyTrack.
|
inline |
Definition at line 28 of file ZMuTrackFunction.h.
References cgz_, efficiencyStandalone, efficiencyTrack, g, funct::m, mass, mean, N, Ngamma, Nint, numberOfEvents, alignCSCRings::s, sigma, and width.
Referenced by function::ZMuTrackScaledFunction::setParameters().
|
private |
Definition at line 45 of file ZMuTrackFunction.h.
Referenced by operator()(), and setParameters().
boost::shared_ptr<double> function::ZMuTrackFunction::efficiencyStandalone |
Definition at line 43 of file ZMuTrackFunction.h.
Referenced by operator()(), and setParameters().
boost::shared_ptr<double> function::ZMuTrackFunction::efficiencyTrack |
Definition at line 43 of file ZMuTrackFunction.h.
Referenced by operator()(), and setParameters().
boost::shared_ptr<double> function::ZMuTrackFunction::mass |
Definition at line 42 of file ZMuTrackFunction.h.
Referenced by Particle.Particle::__str__(), ZMuMuRochCorAnalyzer.DiMuon::__str__(), DiObject.DiMuon::__str__(), and setParameters().
boost::shared_ptr<double> function::ZMuTrackFunction::mean |
Definition at line 42 of file ZMuTrackFunction.h.
Referenced by setParameters().
boost::shared_ptr<double> function::ZMuTrackFunction::Ngamma |
Definition at line 42 of file ZMuTrackFunction.h.
Referenced by setParameters().
boost::shared_ptr<double> function::ZMuTrackFunction::Nint |
Definition at line 42 of file ZMuTrackFunction.h.
Referenced by setParameters().
boost::shared_ptr<double> function::ZMuTrackFunction::numberOfEvents |
Definition at line 43 of file ZMuTrackFunction.h.
Referenced by setParameters().
boost::shared_ptr<double> function::ZMuTrackFunction::sigma |
Definition at line 42 of file ZMuTrackFunction.h.
Referenced by setParameters().
boost::shared_ptr<double> function::ZMuTrackFunction::width |
Definition at line 42 of file ZMuTrackFunction.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().