#include <RooTable.h>
Inheritance diagram for RooTable:
Public Member Functions | |
RooTable () | |
virtual | ~RooTable () |
RooTable (const char *name, const char *title) | |
RooTable (const RooTable &other) | |
virtual void | fill (RooAbsCategory &cat, Double_t weight=1.0)=0 |
virtual Bool_t | isIdentical (const RooTable &other)=0 |
RooTable () | |
virtual | ~RooTable () |
RooTable (const char *name, const char *title) | |
RooTable (const RooTable &other) | |
virtual void | fill (RooAbsCategory &cat, Double_t weight=1.0)=0 |
virtual Bool_t | isIdentical (const RooTable &other)=0 |
Definition at line 25 of file RooTable.h.
RooTable::RooTable | ( | ) | [inline] |
Definition at line 29 of file RooTable.h.
RooTable::~RooTable | ( | ) | [virtual] |
Definition at line 54 of file RooTable.cxx.
RooTable::RooTable | ( | const char * | name, | |
const char * | title | |||
) |
RooTable::RooTable | ( | const RooTable & | other | ) |
Definition at line 46 of file RooTable.cxx.
RooTable::RooTable | ( | ) | [inline] |
Definition at line 29 of file RooTable.h.
virtual RooTable::~RooTable | ( | ) | [virtual] |
RooTable::RooTable | ( | const char * | name, | |
const char * | title | |||
) |
RooTable::RooTable | ( | const RooTable & | other | ) |
virtual void RooTable::fill | ( | RooAbsCategory & | cat, | |
Double_t | weight = 1.0 | |||
) | [pure virtual] |
virtual void RooTable::fill | ( | RooAbsCategory & | cat, | |
Double_t | weight = 1.0 | |||
) | [pure virtual] |