#include <ZMuMuScaledFunction.h>
|
double | operator() (double x) const |
|
| ZMuMuScaledFunction (const ZMuMuFunction &zmm, int bin) |
|
| ZMuMuScaledFunction (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, int bin) |
|
| ZMuMuScaledFunction (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) |
|
Definition at line 8 of file ZMuMuScaledFunction.h.
function::ZMuMuScaledFunction::ZMuMuScaledFunction |
( |
const ZMuMuFunction & |
zmm, |
|
|
int |
bin |
|
) |
| |
|
inline |
function::ZMuMuScaledFunction::ZMuMuScaledFunction |
( |
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, |
|
|
int |
bin |
|
) |
| |
|
inline |
Definition at line 13 of file ZMuMuScaledFunction.h.
25 zmm_(
m,
g, Ng, Ni, me,
s,
N, eff_tr, eff_sa) {}
boost::shared_ptr< double > efficiencyTrack
boost::shared_ptr< double > mass
boost::shared_ptr< double > efficiencyStandalone
The Signals That Services Can Subscribe To This is based on ActivityRegistry and is current per Services can connect to the signals distributed by the ActivityRegistry in order to monitor the activity of the application Each possible callback has some defined which we here list in angle e g
boost::shared_ptr< double > Nint
boost::shared_ptr< double > numberOfEvents
boost::shared_ptr< double > mean
boost::shared_ptr< double > width
boost::shared_ptr< double > sigma
boost::shared_ptr< double > Ngamma
function::ZMuMuScaledFunction::ZMuMuScaledFunction |
( |
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 |
|
) |
| |
|
inline |
Definition at line 26 of file ZMuMuScaledFunction.h.
38 zmm_(
m,
g, Ng, Ni, me,
s,
N, eff_tr, eff_sa) {}
boost::shared_ptr< double > efficiencyTrack
boost::shared_ptr< double > mass
boost::shared_ptr< double > efficiencyStandalone
The Signals That Services Can Subscribe To This is based on ActivityRegistry and is current per Services can connect to the signals distributed by the ActivityRegistry in order to monitor the activity of the application Each possible callback has some defined which we here list in angle e g
boost::shared_ptr< double > Nint
boost::shared_ptr< double > numberOfEvents
boost::shared_ptr< double > mean
boost::shared_ptr< double > width
boost::shared_ptr< double > sigma
boost::shared_ptr< double > Ngamma
double function::ZMuMuScaledFunction::operator() |
( |
double |
x | ) |
const |
|
inline |
const unsigned int function::ZMuMuScaledFunction::arguments = 1 |
|
static |
int function::ZMuMuScaledFunction::binScaleFactor |
boost::shared_ptr<double> function::ZMuMuScaledFunction::efficiencyStandalone |
boost::shared_ptr<double> function::ZMuMuScaledFunction::efficiencyTrack |
boost::shared_ptr<double> function::ZMuMuScaledFunction::mass |
boost::shared_ptr<double> function::ZMuMuScaledFunction::mean |
boost::shared_ptr<double> function::ZMuMuScaledFunction::Ngamma |
boost::shared_ptr<double> function::ZMuMuScaledFunction::Nint |
boost::shared_ptr<double> function::ZMuMuScaledFunction::numberOfEvents |
boost::shared_ptr<double> function::ZMuMuScaledFunction::sigma |
boost::shared_ptr<double> function::ZMuMuScaledFunction::width |
Definition at line 42 of file ZMuMuScaledFunction.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().