MINT2
ReadNTupleBase.h
Go to the documentation of this file.
1 #ifndef READNTUPLEBASE_HH
2 #define READNTUPLEBASE_HH
3 
4 #include "TFile.h"
5 #include "TTree.h"
6 #include "TLorentzVector.h"
7 #include "TString.h"
8 #include "TTree.h"
9 #include "TBranch.h"
10 #include "TEntryList.h"
11 
12 #include <vector>
13 
14 #include <string>
15 
16 #include "Mint/counted_ptr.h"
17 #include "Mint/DalitzEvent.h"
18 #include "Mint/IDalitzEvent.h"
20 #include "Mint/DalitzEventList.h"
22 
23 using namespace std;
24 using namespace MINT;
25 
27 {
28 private:
29 
30 public:
31 
33  {
34 
35  }
36 
38  {
39 
40  }
41 
42 };
43 
44 
45 
46 
47 #endif