ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/yangyong/zSelection/roofitheader.h
Revision: 1.1
Committed: Fri Sep 30 15:23:48 2011 UTC (13 years, 7 months ago) by yangyong
Content type: text/plain
Branch: MAIN
CVS Tags: V01-00-01, V01-00-00, HEAD
Log Message:
z selection code

File Contents

# User Rev Content
1 yangyong 1.1 #include "RooRealVar.h"
2     #include "RooArgSet.h"
3     #include "RooArgList.h"
4     #include "RooDataSet.h"
5     #include "RooExponential.h"
6     #include "RooLandau.h"
7     #include "RooPlot.h"
8     #include "RooFit.h"
9     #include "RooAddPdf.h"
10     #include "RooGaussian.h"
11     #include "RooCBShape.h"
12     #include "RooFFTConvPdf.h"
13     #include "RooDataHist.h"
14     #include "RooHistPdf.h"
15     #include "RooHistFunc.h"
16     #include "RooMoment.h"
17     #include "RooFitResult.h"
18     #include "RooExtendPdf.h"
19     #include "RooGenericPdf.h"
20     #include "RooBreitWigner.h"
21     #include "RooBifurGauss.h"
22     #include "RooProdPdf.h"
23     #include "RooCategory.h"
24     #include "RooSimultaneous.h"
25     #include "RooWorkspace.h"
26     #include "RooConstVar.h"
27     #include "TEfficiency.h"
28     #include "RooConstVar.h"
29     #include "RooKeysPdf.h"
30     #include "RooBernstein.h"
31     #include "RooPolynomial.h"
32     #include "RooIntegralMorph.h"
33     #include "RooNLLVar.h"
34     using namespace RooFit;