11 #ifndef ROOSTATS_NumEventsTestStat
12 #define ROOSTATS_NumEventsTestStat
33 #ifndef ROOSTATS_TestStatistic
88 std::cout <<
"Data set is invalid" << std::endl;
virtual Double_t sumEntries() const =0
virtual Double_t Evaluate(RooAbsData &data, RooArgSet &)
Main interface to evaluate the test statistic on a dataset given the values for the Null Parameters O...
#define ClassDef(name, id)
std::map< std::string, std::string >::const_iterator iter
virtual Bool_t isWeighted() const
virtual const RooArgSet * get() const
virtual const RooAbsArg * GetTestStatistic() const
virtual ~NumEventsTestStat()
virtual Int_t numEntries() const
Namespace for the RooStats classes.
Bool_t canBeExtended() const
NumEventsTestStat(RooAbsPdf &pdf)
RooAbsPdf is the abstract interface for all probability density functions The class provides hybrid a...
virtual const TString GetVarName() const
RooLinkedListIter iterator(Bool_t dir=kIterForward) const
RooAbsArg is the common abstract base class for objects that represent a value (of arbitrary type) an...
TestStatistic is an interface class to provide a facility for construction test statistics distributi...
virtual Double_t getValV(const RooArgSet *nset=0) const
Return value of variable.
NumEventsTestStat is a simple implementation of the TestStatistic interface used for simple number co...