Attachment 'TestFractionFitter.h'
Download 1 #ifndef TestFractionFitter_h
2 #define TestFractionFitter_h
3
4 #include <TROOT.h>
5 #include <TFile.h>
6 #include <TTree.h>
7 #include <TH1.h>
8 #include <TF1.h>
9 #include <TH2.h>
10 #include <TStyle.h>
11 #include <TCanvas.h>
12 #include <TLegend.h>
13 #include <TKey.h>
14 #include <THStack.h>
15 #include <TColor.h>
16 #include <TObjArray.h>
17 #include <TFractionFitter.h>
18 #include <TRandom.h>
19 #include <string>
20 #include <vector>
21 #include <iostream>
22
23 class TestFractionFitter {
24
25 public:
26
27 /// Default constructor
28 TestFractionFitter();
29 /// Default destructor
30 ~TestFractionFitter();
31 void DoFit(TH1* data, std::vector<TH1*> mc);
32
33 private:
34
35 };
36
37 #endif // #ifdef TestFractionFitter_h
38
Attached Files
To refer to attachments on a page, use attachment:filename, as shown below in the list of files. Do NOT use the URL of the [get] link, since this is subject to change and can break easily.You are not allowed to attach a file to this page.