susy_cfa  b611ccad937ea179f86a1f5663960264616c0a20
small_tree_quick.cpp
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 #include "small_tree.hpp"
5 
6 #include "small_tree_quick.hpp"
7 
8 #include <stdexcept>
9 #include <string>
10 #include <vector>
11 
12 #include "TTree.h"
13 #include "TBranch.h"
14 #include "TChain.h"
15 
16 using namespace std;
17 
19  small_tree(){
20 }
21 
23  small_tree(filename){
24 }
25 
28  //Resetting variables
29 }
30 
31 string small_tree_quick::Type() const{
32  return "quick";
33 }
34 
36 }
37 
38 void small_tree_quick::GetEntry(const long entry){
39  small_tree::GetEntry(entry);
40 
41 }
42 
virtual ~small_tree_quick()
STL namespace.
virtual void Fill()
virtual void GetEntry(const long entry)
virtual void Fill()
virtual void GetEntry(const long entry)
string filename
Definition: data_combine.py:22
virtual std::string Type() const