babymaker  8522a50888c6c2e6eb3059ef64397a0b29afe7a5
baby_basic.cc
Go to the documentation of this file.
1 // baby_basic: basic version of baby_base to handle reduce tree ntuples
2 //File generated with generate_baby.exe
3 
4 #include "baby_base.hh"
5 
6 #include "baby_basic.hh"
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  baby_base(){
20 }
21 
23  baby_base(filename){
24 }
25 
28  //Resetting variables
29 }
30 
31 string baby_basic::Type() const{
32  return "basic";
33 }
34 
36 }
37 
38 void baby_basic::GetEntry(const long entry){
39  baby_base::GetEntry(entry);
40 
41 }
42 
STL namespace.
virtual void Fill()
Definition: baby_basic.cc:26
virtual void GetEntry(const long entry)
Definition: baby_base.cc:2477
virtual ~baby_basic()
Definition: baby_basic.cc:35
virtual void GetEntry(const long entry)
Definition: baby_basic.cc:38
virtual std::string Type() const
Definition: baby_basic.cc:31
virtual void Fill()
Definition: baby_base.cc:2155