#ifndef ROO_CONV_COEF_VAR
#define ROO_CONV_COEF_VAR
#include "Riosfwd.h"
#include <math.h>
#include <float.h>
#include "RooAbsReal.h"
#include "RooRealVar.h"
#include "RooRealProxy.h"
#include "RooSetProxy.h"
class RooAbsAnaConvPdf ;
class RooConvCoefVar : public RooAbsReal {
public:
inline RooConvCoefVar() {
}
RooConvCoefVar(const char *name, const char *title, const RooAbsAnaConvPdf& input, Int_t coefIdx, const RooArgSet* varList=0) ;
RooConvCoefVar(const RooConvCoefVar& other, const char* name=0);
virtual TObject* clone(const char* newname) const { return new RooConvCoefVar(*this,newname); }
virtual ~RooConvCoefVar() {
} ;
virtual Double_t getVal(const RooArgSet* nset=0) const ;
virtual Double_t evaluate() const ;
virtual Int_t getAnalyticalIntegral(RooArgSet& allVars, RooArgSet& analVars, const char* rangeName=0) const ;
virtual Double_t analyticalIntegral(Int_t code, const char* rangeName=0) const ;
protected:
RooSetProxy _varSet ;
RooRealProxy _convPdf ;
Int_t _coefIdx ;
ClassDef(RooConvCoefVar,1)
};
#endif
Last change: Wed Jun 25 08:32:27 2008
Last generated: 2008-06-25 08:32
This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.