library: libRooFit
#include "RooEfficiency.h"

RooEfficiency


class description - header file - source file - inheritance tree (.pdf)

class RooEfficiency : public RooAbsPdf

Inheritance Chart:
TObject
<-
TNamed
RooPrintable
<-
RooAbsArg
<-
RooAbsReal
<-
RooAbsPdf
<-
RooEfficiency

    protected:
virtual Double_t evaluate() const public:
RooEfficiency() RooEfficiency(const char* name, const char* title, const RooAbsReal& effFunc, const RooAbsCategory& cat, const char* sigCatName) RooEfficiency(const RooEfficiency& other, const char* name = "0") virtual ~RooEfficiency() static TClass* Class() virtual TObject* clone(const char* newname) const virtual TClass* IsA() const virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b)

Data Members


    protected:
RooCategoryProxy _cat Accept/reject categort RooRealProxy _effFunc Efficiency modeling function TString _sigCatName Name of accept state of accept/reject category

Class Description

RooEfficiency(const char *name, const char *title, const RooAbsReal& effFunc, const RooAbsCategory& cat, const char* sigCatName)
 Constructor with title used as formula expression
RooEfficiency(const RooEfficiency& other, const char* name)
 Copy constructor
~RooEfficiency()
 Destructor
Double_t evaluate()
 Calculate current value of this object
inline RooEfficiency()
 Constructors, assignment etc
TObject* clone(const char* newname)

Last update: Tue Jul 11 11:45:32 2006
Copyright (c) 2000-2005, Regents of the University of California *


ROOT page - Class index - Class Hierarchy - Top of the page

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.