ViewVC Help
View File
|
Revision Log
|
Show Annotations
|
Root Listing
root
/
cvsroot
/
UserCode
/
VHbbAnalysis
/
additionalFiles
/
DataCards
/
plot.C
Revision:
1.1
Committed:
Sat Oct 27 21:05:09 2012 UTC
(12 years, 6 months ago) by
madfish
Content type:
text/plain
Branch:
MAIN
CVS Tags:
HEAD
Log Message:
*** empty log message ***
File Contents
#
User
Rev
Content
1
madfish
1.1
{
2
RooDataHist *RDH = (RooDataHist*) ZeeLowPt_8TeV->data("ZjLFCMS_res_jUp");
3
RooRealVar BDT("CMS_vhbb_BDT_Zll_8TeV","CMS_vhbb_BDT_Zll_8TeV",-1,1) ;
4
RooPlot* xframe = BDT.frame() ;
5
RDH->plotOn(xframe) ;
6
xframe.Draw();
7
}