ROOT
6.06/09
Reference Guide
|
#include "RooFit.h"
#include "Riostream.h"
#include <iomanip>
#include "TString.h"
#include "TMath.h"
#include "Roo1DTable.h"
#include "RooMsgService.h"
#include "TClass.h"
Go to the source code of this file.
Functions | |
ClassImp (Roo1DTable) Roo1DTable | |
Create an empty table from abstract category. More... | |
ClassImp | ( | Roo1DTable | ) |
Create an empty table from abstract category.
The number of table entries and their names are taken from the category state labels at the time of construction, but not reference to the category is retained after the construction phase. Use fill() to fill the table.
Definition at line 37 of file Roo1DTable.cxx.