![]() |
ATLAS Offline Software
|
#include <GenGauss3D.h>
Public Member Functions | |
| GenGauss3D () | |
| GenGauss3D (const char *name, const char *title, RooArgList &_xvec, RooArgList &_muvex, RooAbsReal &_vxx, RooAbsReal &_vxy, RooAbsReal &_vxz, RooAbsReal &_vyy, RooAbsReal &_vyz, RooAbsReal &_vzz, TMatrixDSym &dummyMatrix) | |
| GenGauss3D (const GenGauss3D &other, const char *name=0) | |
| virtual TObject * | clone (const char *newname) const |
| virtual | ~GenGauss3D () |
| Int_t | getAnalyticalIntegral (RooArgSet &allVars, RooArgSet &analVars, const char *rangeName=0) const |
| Double_t | analyticalIntegral (Int_t code, const char *rangeName=0) const |
| void | generateEvent (Int_t code) |
| void | updateCov () |
Protected Member Functions | |
| Double_t | evaluate () const |
Protected Attributes | |
| RooRealProxy | xvec |
| RooRealProxy | muvec |
| RooRealProxy | vxx |
| RooRealProxy | vxy |
| RooRealProxy | vxz |
| RooRealProxy | vyy |
| RooRealProxy | vyz |
| RooRealProxy | vzz |
Definition at line 22 of file GenGauss3D.h.
|
inline |
Definition at line 24 of file GenGauss3D.h.
| GenGauss3D::GenGauss3D | ( | const char * | name, |
| const char * | title, | ||
| RooArgList & | _xvec, | ||
| RooArgList & | _muvex, | ||
| RooAbsReal & | _vxx, | ||
| RooAbsReal & | _vxy, | ||
| RooAbsReal & | _vxz, | ||
| RooAbsReal & | _vyy, | ||
| RooAbsReal & | _vyz, | ||
| RooAbsReal & | _vzz, | ||
| TMatrixDSym & | dummyMatrix ) |
| GenGauss3D::GenGauss3D | ( | const GenGauss3D & | other, |
| const char * | name = 0 ) |
Definition at line 50 of file GenGauss3D.cxx.
|
inlinevirtual |
Definition at line 37 of file GenGauss3D.h.
| Double_t GenGauss3D::analyticalIntegral | ( | Int_t | code, |
| const char * | rangeName = 0 ) const |
Definition at line 139 of file GenGauss3D.cxx.
|
inlinevirtual |
Definition at line 36 of file GenGauss3D.h.
|
protected |
Definition at line 107 of file GenGauss3D.cxx.
| void GenGauss3D::generateEvent | ( | Int_t | code | ) |
Definition at line 160 of file GenGauss3D.cxx.
| Int_t GenGauss3D::getAnalyticalIntegral | ( | RooArgSet & | allVars, |
| RooArgSet & | analVars, | ||
| const char * | rangeName = 0 ) const |
Definition at line 120 of file GenGauss3D.cxx.
| void GenGauss3D::updateCov | ( | ) |
Definition at line 68 of file GenGauss3D.cxx.
|
protected |
Definition at line 49 of file GenGauss3D.h.
|
protected |
Definition at line 50 of file GenGauss3D.h.
|
protected |
Definition at line 51 of file GenGauss3D.h.
|
protected |
Definition at line 52 of file GenGauss3D.h.
|
protected |
Definition at line 53 of file GenGauss3D.h.
|
protected |
Definition at line 54 of file GenGauss3D.h.
|
protected |
Definition at line 55 of file GenGauss3D.h.
|
protected |
Definition at line 48 of file GenGauss3D.h.