![]() |
ATLAS Offline Software
|
#include <BeamSpotPdf.h>
Public Member Functions | |
| BeamSpotPdf () | |
| BeamSpotPdf (const char *name, const char *title, RooAbsReal &x, RooAbsReal &y, RooAbsReal &z, RooAbsReal &vxx, RooAbsReal &vyy, RooAbsReal &vxy, RooAbsReal &mx, RooAbsReal &sx, RooAbsReal &ax, RooAbsReal &my, RooAbsReal &sy, RooAbsReal &ay, RooAbsReal &mz, RooAbsReal &sz, RooAbsReal &k, RooAbsReal &rho) | |
| BeamSpotPdf (const BeamSpotPdf &other, const char *name=0) | |
| virtual TObject * | clone (const char *newname) const |
| virtual | ~BeamSpotPdf () |
| Int_t | getAnalyticalIntegral (RooArgSet &allVars, RooArgSet &analVars, const char *) const |
| Double_t | analyticalIntegral (Int_t code, const char *rangeName=0) const |
| BeamSpotPdf () | |
| BeamSpotPdf (const char *name, const char *title, RooAbsReal &_x, RooAbsReal &_y, RooAbsReal &_z, RooAbsReal &_vxx, RooAbsReal &_vyy, RooAbsReal &_vxy, RooAbsReal &_mx, RooAbsReal &_sx, RooAbsReal &_ax, RooAbsReal &_my, RooAbsReal &_sy, RooAbsReal &_ay, RooAbsReal &_mz, RooAbsReal &_sz, RooAbsReal &_k, RooAbsReal &_rho) | |
| BeamSpotPdf (const BeamSpotPdf &other, const char *name=0) | |
| virtual TObject * | clone (const char *newname) const |
| virtual | ~BeamSpotPdf () |
| Int_t | getAnalyticalIntegral (RooArgSet &allVars, RooArgSet &analVars, const char *rangeName=0) const |
| Double_t | analyticalIntegral (Int_t code, const char *rangeName=0) const |
Protected Member Functions | |
| Double_t | evaluate () const |
| Double_t | evaluate () const |
Protected Attributes | |
| RooRealProxy | m_x |
| RooRealProxy | m_y |
| RooRealProxy | m_z |
| RooRealProxy | m_vxx |
| RooRealProxy | m_vyy |
| RooRealProxy | m_vxy |
| RooRealProxy | m_mx |
| RooRealProxy | m_sx |
| RooRealProxy | m_ax |
| RooRealProxy | m_my |
| RooRealProxy | m_sy |
| RooRealProxy | m_ay |
| RooRealProxy | m_mz |
| RooRealProxy | m_sz |
| RooRealProxy | m_k |
| RooRealProxy | m_rho |
| RooRealProxy | x |
| RooRealProxy | y |
| RooRealProxy | z |
| RooRealProxy | vxx |
| RooRealProxy | vyy |
| RooRealProxy | vxy |
| RooRealProxy | mx |
| RooRealProxy | sx |
| RooRealProxy | ax |
| RooRealProxy | my |
| RooRealProxy | sy |
| RooRealProxy | ay |
| RooRealProxy | mz |
| RooRealProxy | sz |
| RooRealProxy | k |
| RooRealProxy | rho |
Definition at line 21 of file InDetCalibAlgs/InDetBeamSpotFinder/src/BeamSpotPdf.h.
|
inline |
Definition at line 28 of file InDetCalibAlgs/InDetBeamSpotFinder/src/BeamSpotPdf.h.
| BeamSpotPdf::BeamSpotPdf | ( | const char * | name, |
| const char * | title, | ||
| RooAbsReal & | x, | ||
| RooAbsReal & | y, | ||
| RooAbsReal & | z, | ||
| RooAbsReal & | vxx, | ||
| RooAbsReal & | vyy, | ||
| RooAbsReal & | vxy, | ||
| RooAbsReal & | mx, | ||
| RooAbsReal & | sx, | ||
| RooAbsReal & | ax, | ||
| RooAbsReal & | my, | ||
| RooAbsReal & | sy, | ||
| RooAbsReal & | ay, | ||
| RooAbsReal & | mz, | ||
| RooAbsReal & | sz, | ||
| RooAbsReal & | k, | ||
| RooAbsReal & | rho | ||
| ) |
Definition at line 23 of file InDetCalibAlgs/InDetBeamSpotFinder/src/BeamSpotPdf.cxx.
| BeamSpotPdf::BeamSpotPdf | ( | const BeamSpotPdf & | other, |
| const char * | name = 0 |
||
| ) |
Definition at line 62 of file InDetCalibAlgs/InDetBeamSpotFinder/src/BeamSpotPdf.cxx.
|
inlinevirtual |
Definition at line 49 of file InDetCalibAlgs/InDetBeamSpotFinder/src/BeamSpotPdf.h.
|
inline |
Definition at line 26 of file InDetExample/InDetBeamSpotExample/roofit/BeamSpotPdf.h.
| BeamSpotPdf::BeamSpotPdf | ( | const char * | name, |
| const char * | title, | ||
| RooAbsReal & | _x, | ||
| RooAbsReal & | _y, | ||
| RooAbsReal & | _z, | ||
| RooAbsReal & | _vxx, | ||
| RooAbsReal & | _vyy, | ||
| RooAbsReal & | _vxy, | ||
| RooAbsReal & | _mx, | ||
| RooAbsReal & | _sx, | ||
| RooAbsReal & | _ax, | ||
| RooAbsReal & | _my, | ||
| RooAbsReal & | _sy, | ||
| RooAbsReal & | _ay, | ||
| RooAbsReal & | _mz, | ||
| RooAbsReal & | _sz, | ||
| RooAbsReal & | _k, | ||
| RooAbsReal & | _rho | ||
| ) |
| BeamSpotPdf::BeamSpotPdf | ( | const BeamSpotPdf & | other, |
| const char * | name = 0 |
||
| ) |
|
inlinevirtual |
Definition at line 46 of file InDetExample/InDetBeamSpotExample/roofit/BeamSpotPdf.h.
| Double_t BeamSpotPdf::analyticalIntegral | ( | Int_t | code, |
| const char * | rangeName = 0 |
||
| ) | const |
| Double_t BeamSpotPdf::analyticalIntegral | ( | Int_t | code, |
| const char * | rangeName = 0 |
||
| ) | const |
Definition at line 144 of file InDetCalibAlgs/InDetBeamSpotFinder/src/BeamSpotPdf.cxx.
|
inlinevirtual |
Definition at line 45 of file InDetExample/InDetBeamSpotExample/roofit/BeamSpotPdf.h.
|
inlinevirtual |
Definition at line 48 of file InDetCalibAlgs/InDetBeamSpotFinder/src/BeamSpotPdf.h.
|
protected |
|
protected |
Definition at line 85 of file InDetCalibAlgs/InDetBeamSpotFinder/src/BeamSpotPdf.cxx.
| Int_t BeamSpotPdf::getAnalyticalIntegral | ( | RooArgSet & | allVars, |
| RooArgSet & | analVars, | ||
| const char * | |||
| ) | const |
Definition at line 104 of file InDetCalibAlgs/InDetBeamSpotFinder/src/BeamSpotPdf.cxx.
| Int_t BeamSpotPdf::getAnalyticalIntegral | ( | RooArgSet & | allVars, |
| RooArgSet & | analVars, | ||
| const char * | rangeName = 0 |
||
| ) | const |
|
protected |
Definition at line 61 of file InDetExample/InDetBeamSpotExample/roofit/BeamSpotPdf.h.
|
protected |
Definition at line 64 of file InDetExample/InDetBeamSpotExample/roofit/BeamSpotPdf.h.
|
protected |
Definition at line 67 of file InDetExample/InDetBeamSpotExample/roofit/BeamSpotPdf.h.
|
protected |
Definition at line 64 of file InDetCalibAlgs/InDetBeamSpotFinder/src/BeamSpotPdf.h.
|
protected |
Definition at line 67 of file InDetCalibAlgs/InDetBeamSpotFinder/src/BeamSpotPdf.h.
|
protected |
Definition at line 70 of file InDetCalibAlgs/InDetBeamSpotFinder/src/BeamSpotPdf.h.
|
protected |
Definition at line 62 of file InDetCalibAlgs/InDetBeamSpotFinder/src/BeamSpotPdf.h.
|
protected |
Definition at line 65 of file InDetCalibAlgs/InDetBeamSpotFinder/src/BeamSpotPdf.h.
|
protected |
Definition at line 68 of file InDetCalibAlgs/InDetBeamSpotFinder/src/BeamSpotPdf.h.
|
protected |
Definition at line 71 of file InDetCalibAlgs/InDetBeamSpotFinder/src/BeamSpotPdf.h.
|
protected |
Definition at line 63 of file InDetCalibAlgs/InDetBeamSpotFinder/src/BeamSpotPdf.h.
|
protected |
Definition at line 66 of file InDetCalibAlgs/InDetBeamSpotFinder/src/BeamSpotPdf.h.
|
protected |
Definition at line 69 of file InDetCalibAlgs/InDetBeamSpotFinder/src/BeamSpotPdf.h.
|
protected |
Definition at line 59 of file InDetCalibAlgs/InDetBeamSpotFinder/src/BeamSpotPdf.h.
|
protected |
Definition at line 61 of file InDetCalibAlgs/InDetBeamSpotFinder/src/BeamSpotPdf.h.
|
protected |
Definition at line 60 of file InDetCalibAlgs/InDetBeamSpotFinder/src/BeamSpotPdf.h.
|
protected |
Definition at line 56 of file InDetCalibAlgs/InDetBeamSpotFinder/src/BeamSpotPdf.h.
|
protected |
Definition at line 57 of file InDetCalibAlgs/InDetBeamSpotFinder/src/BeamSpotPdf.h.
|
protected |
Definition at line 58 of file InDetCalibAlgs/InDetBeamSpotFinder/src/BeamSpotPdf.h.
|
protected |
Definition at line 59 of file InDetExample/InDetBeamSpotExample/roofit/BeamSpotPdf.h.
|
protected |
Definition at line 62 of file InDetExample/InDetBeamSpotExample/roofit/BeamSpotPdf.h.
|
protected |
Definition at line 65 of file InDetExample/InDetBeamSpotExample/roofit/BeamSpotPdf.h.
|
protected |
Definition at line 68 of file InDetExample/InDetBeamSpotExample/roofit/BeamSpotPdf.h.
|
protected |
Definition at line 60 of file InDetExample/InDetBeamSpotExample/roofit/BeamSpotPdf.h.
|
protected |
Definition at line 63 of file InDetExample/InDetBeamSpotExample/roofit/BeamSpotPdf.h.
|
protected |
Definition at line 66 of file InDetExample/InDetBeamSpotExample/roofit/BeamSpotPdf.h.
|
protected |
Definition at line 56 of file InDetExample/InDetBeamSpotExample/roofit/BeamSpotPdf.h.
|
protected |
Definition at line 58 of file InDetExample/InDetBeamSpotExample/roofit/BeamSpotPdf.h.
|
protected |
Definition at line 57 of file InDetExample/InDetBeamSpotExample/roofit/BeamSpotPdf.h.
|
protected |
Definition at line 53 of file InDetExample/InDetBeamSpotExample/roofit/BeamSpotPdf.h.
|
protected |
Definition at line 54 of file InDetExample/InDetBeamSpotExample/roofit/BeamSpotPdf.h.
|
protected |
Definition at line 55 of file InDetExample/InDetBeamSpotExample/roofit/BeamSpotPdf.h.
1.8.18