susy_cfa
b611ccad937ea179f86a1f5663960264616c0a20
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
inc
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
15
class
small_tree_quick
:
public
small_tree
{
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
small_tree_quick
Definition:
small_tree_quick.hpp:15
small_tree_quick::~small_tree_quick
virtual ~small_tree_quick()
Definition:
small_tree_quick.cpp:35
small_tree.hpp
small_tree_quick::small_tree_quick
small_tree_quick()
Definition:
small_tree_quick.cpp:18
small_tree_quick::Fill
virtual void Fill()
Definition:
small_tree_quick.cpp:26
small_tree_quick::GetEntry
virtual void GetEntry(const long entry)
Definition:
small_tree_quick.cpp:38
data_combine.filename
string filename
Definition:
data_combine.py:22
small_tree_quick::Type
virtual std::string Type() const
Definition:
small_tree_quick.cpp:31
small_tree
Definition:
small_tree.hpp:14
Generated by
1.8.11