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.
  • [get | view] (2010-01-25 15:37:11, 1.9 KB) [[attachment:TestFractionFitter.C]]
  • [get | view] (2010-01-25 15:37:16, 0.7 KB) [[attachment:TestFractionFitter.h]]
  • [get | view] (2024-07-23 12:27:54, 6.8 KB) [[attachment:latex_512ea1559853f8809a2b2fbbc62509274b755905_p1.png]]
  • [get | view] (2024-07-23 12:27:54, 1.1 KB) [[attachment:latex_91cd3dc8ca47b87b64f90c1127bb98e4b8bdce7b_p1.png]]
  • [get | view] (2024-07-23 12:27:54, 2.7 KB) [[attachment:latex_fd811f8023066f8afdc55091f3683494d45e8837_p1.png]]
 All files | Selected Files: delete move to page copy to page

You are not allowed to attach a file to this page.