susy_cfa  b611ccad937ea179f86a1f5663960264616c0a20
small_tree_quick.hpp
Go to the documentation of this file.
1 // small_tree_quick: quick version of small_tree to handle reduce tree ntuples
2 // File generated with generate_small_tree.exe
3 
4 #ifndef H_SMALL_TREE_QUICK
5 #define H_SMALL_TREE_QUICK
6 
7 #include <vector>
8 #include <string>
9 
10 #include "TTree.h"
11 #include "TChain.h"
12 
13 #include "small_tree.hpp"
14 
16 public:
17  small_tree_quick(); // Constructor to create tree
18  small_tree_quick(const std::string &filename); // Constructor to read tree
19 
20  virtual void GetEntry(const long entry);
21 
22  virtual void Fill();
23 
24  virtual std::string Type() const;
25 
26  virtual ~small_tree_quick();
27 
28 
29 private:
30 };
31 
32 #endif
virtual ~small_tree_quick()
virtual void Fill()
virtual void GetEntry(const long entry)
string filename
Definition: data_combine.py:22
virtual std::string Type() const