#ifndef ROO_FRAC_REMAINDER
#define ROO_FRAC_REMAINDER
#include "RooAbsReal.h"
#include "RooListProxy.h"
class RooRealVar;
class RooArgList ;
class RooFracRemainder : public RooAbsReal {
public:
RooFracRemainder() ;
RooFracRemainder(const char *name, const char *title, const RooArgSet& sumSet) ;
virtual ~RooFracRemainder() ;
RooFracRemainder(const RooFracRemainder& other, const char* name = 0);
virtual TObject* clone(const char* newname) const { return new RooFracRemainder(*this, newname); }
protected:
RooListProxy _set1 ;
mutable TIterator* _setIter1 ;
Double_t evaluate() const;
ClassDef(RooFracRemainder,1)
};
#endif
Last change: Wed Jun 25 08:32:55 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.