16 #ifndef ROO_GAUSS_MODEL 17 #define ROO_GAUSS_MODEL 71 std::complex<Double_t>
z(swt*c,u+c);
void advertiseAymptoticIntegral(Bool_t flag)
static std::complex< Double_t > evalCerf(Double_t swt, Double_t u, Double_t c)
static std::complex< Double_t > evalCerfApprox(Double_t swt, Double_t u, Double_t c)
use the approximation: erf(z) = exp(-z*z)/(std::sqrt(pi)*z) to explicitly cancel the divergent exp(y*...
std::complex< Double_t > evalCerfInt(Double_t sign, Double_t wt, Double_t tau, Double_t umin, Double_t umax, Double_t c) const
#define ClassDef(name, id)
you should not use this method at all Int_t Int_t Double_t Double_t Double_t Int_t Double_t Double_t Double_t tau
void advertiseFlatScaleFactorIntegral(Bool_t flag)
virtual Int_t getAnalyticalIntegral(RooArgSet &allVars, RooArgSet &analVars, const char *rangeName=0) const
Interface function getAnalyticalIntergral advertises the analytical integrals that are supported...
virtual Double_t analyticalIntegral(Int_t code, const char *rangeName) const
Implements the actual analytical integral(s) advertised by getAnalyticalIntegral. ...
virtual ~RooGaussModel()
Destructor.
RooRealVar represents a fundamental (non-derived) real valued object.
void generateEvent(Int_t code)
Interface for generation of anan event using the algorithm corresponding to the specified code...
static std::complex< double > faddeeva_fast(std::complex< double > z)
evaluate Faddeeva function for complex argument (fast version)
virtual Int_t basisCode(const char *name) const
Int_t getGenerator(const RooArgSet &directVars, RooArgSet &generateVars, Bool_t staticInitOK=kTRUE) const
Load generatedVars with the subset of directVars that we can generate events for, and return a code t...
RooAbsReal is the common abstract base class for objects that represent a real value and implements f...
Mother of all ROOT objects.
you should not use this method at all Int_t Int_t z
virtual Double_t evaluate() const
cout << "RooGaussModel::evaluate(" << GetName() << ") basisCode = " << _basisCode << endl ; ...
RooRealProxy is the concrete proxy for RooAbsReal objects A RooRealProxy is the general mechanism to ...
virtual TObject * clone(const char *newname) const
Class RooGaussModel implements a RooResolutionModel that models a Gaussian distribution.