ra4_draw  4bd0201e3d922d42bd545d4b045ed44db33454a4
baby_full.cpp
Go to the documentation of this file.
1 
10 #include "baby_full.hpp"
11 
12 #include "utilities.hpp"
13 
14 using namespace std;
15 
20 Baby_full::Baby_full(const set<string> &file_names, const set<const Process*> &processes):
21  Baby(file_names, processes){
22 }
23 
28 void Baby_full::GetEntry(long entry){
29  Baby::GetEntry(entry);
30 }
31 
36 }
virtual void Initialize()
Setup all branches.
Definition: baby.cpp:2500
Abstract base class for access to ntuple variables.
Definition: baby.hpp:16
STL namespace.
Baby_full()=delete
virtual void GetEntry(long entry)
Change current entry.
Definition: baby_full.cpp:28
virtual void GetEntry(long entry)
Change current entry.
Definition: baby.cpp:1285
virtual void Initialize()
Setup all branches.
Definition: baby_full.cpp:34