CMS 3D CMS Logo

Functions
StatisticalPlot.cc File Reference
#include "StatisticalPlot.h"
#include "TROOT.h"

Go to the source code of this file.

Functions

 ClassImp (StatisticalPlot) StatisticalPlot
 

Function Documentation

ClassImp ( StatisticalPlot  )

Definition at line 13 of file StatisticalPlot.cc.

19  :
20  TNamed(name,title){
21  setVerbosity(verbosity);
22  //m_canvas=new TCanvas(name,title);
23  gROOT->SetStyle("Plain");
24  }