#include <ZMuMuFunction.h>
Public Member Functions | |
double | operator() (double x) const |
ZMuMuFunction (const Parameter &m, const Parameter &g, const Parameter &Ng, const Parameter &Ni, const Parameter &me, const Parameter &s, const Parameter &N, const Parameter &eff_tr, const Parameter &eff_sa) | |
ZMuMuFunction (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) | |
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 |
Static Public Attributes | |
static const unsigned int | arguments = 1 |
Private Attributes | |
Convolution< ZLineShape, Gaussian > | cgz_ |
Gaussian | gau_ |
ZLineShape | zls_ |
Definition at line 10 of file ZMuMuFunction.h.
|
inline |
Definition at line 13 of file ZMuMuFunction.h.
|
inline |
Definition at line 24 of file ZMuMuFunction.h.
|
inline |
Definition at line 36 of file ZMuMuFunction.h.
References cgz_, efficiencyStandalone, and efficiencyTrack.
|
static |
Definition at line 12 of file ZMuMuFunction.h.
|
private |
Definition at line 46 of file ZMuMuFunction.h.
Referenced by operator()().
boost::shared_ptr<double> function::ZMuMuFunction::efficiencyStandalone |
Definition at line 42 of file ZMuMuFunction.h.
Referenced by operator()().
boost::shared_ptr<double> function::ZMuMuFunction::efficiencyTrack |
Definition at line 42 of file ZMuMuFunction.h.
Referenced by operator()().
|
private |
Definition at line 45 of file ZMuMuFunction.h.
boost::shared_ptr<double> function::ZMuMuFunction::mass |
Definition at line 41 of file ZMuMuFunction.h.
Referenced by Particle.Particle::__str__(), ZMuMuRochCorAnalyzer.DiMuon::__str__(), and DiObject.DiMuon::__str__().
boost::shared_ptr<double> function::ZMuMuFunction::mean |
Definition at line 41 of file ZMuMuFunction.h.
boost::shared_ptr<double> function::ZMuMuFunction::Ngamma |
Definition at line 41 of file ZMuMuFunction.h.
boost::shared_ptr<double> function::ZMuMuFunction::Nint |
Definition at line 41 of file ZMuMuFunction.h.
boost::shared_ptr<double> function::ZMuMuFunction::numberOfEvents |
Definition at line 42 of file ZMuMuFunction.h.
boost::shared_ptr<double> function::ZMuMuFunction::sigma |
Definition at line 41 of file ZMuMuFunction.h.
boost::shared_ptr<double> function::ZMuMuFunction::width |
Definition at line 41 of file ZMuMuFunction.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(), Vispa.Gui.VispaWidget.VispaWidget::setZoom(), and Vispa.Main.MainWindow.MainWindow::updateStartupScreenGeometry().
|
private |
Definition at line 44 of file ZMuMuFunction.h.