23      pad->Add(hist, opt.c_str());
 
 
 
TLeafDraw6Provider newTLeafDraw6Provider
 
void RegisterDraw6(const TClass *cl, Draw6Func_t func)
 
TH1 is the base class of all histogram classes in ROOT.
 
Provider for drawing of ROOT6 classes.
 
bool AddHist(TVirtualPad *pad, TH1 *hist, const std::string &opt)
 
Provider for drawing of branches / leafs in the TTree.
 
TH1 * DrawBranch(const TBranch *tbranch)
 
TH1 * DrawBranchBrowsable(std::unique_ptr< RHolder > &obj)
 
TH1 * DrawBranchElement(std::unique_ptr< RHolder > &obj)
 
TH1 * DrawLeaf(std::unique_ptr< RHolder > &obj)
 
TVirtualPad is an abstract base class for the Pad and Canvas classes.