DESY Hbb Analysis Framework
|
#include <TreeBase.h>
Public Member Functions | |
void | event (const int &event) |
TChain * | tree () |
TreeBase () | |
TreeBase (TChain *tree, const std::string &name) | |
~TreeBase () | |
Protected Attributes | |
std::vector< std::string > | branches_ |
std::string | className_ |
std::string | inputTag_ |
std::string | name_ |
TChain * | tree_ |
Definition at line 43 of file TreeBase.h.
TreeBase::TreeBase | ( | ) |
Definition at line 21 of file TreeBase.cc.
Referenced by analysis::tools::PhysicsObjectTreeBase< Object >::~PhysicsObjectTreeBase().
TreeBase::TreeBase | ( | TChain * | tree, |
const std::string & | name | ||
) |
Definition at line 25 of file TreeBase.cc.
References branches_, className_, inputTag_, nano_94X_2017_rereco31Mar18-v1::name, name_, tree(), and tree_.
TreeBase::~TreeBase | ( | ) |
Definition at line 42 of file TreeBase.cc.
void TreeBase::event | ( | const int & | event | ) |
TChain * TreeBase::tree | ( | ) |
Definition at line 52 of file TreeBase.cc.
References tree_.
Referenced by analysis::tools::PhysicsObjectTree< Object >::collection(), TreeBase(), and analysis::tools::PhysicsObjectTreeBase< Object >::~PhysicsObjectTreeBase().
|
protected |
Definition at line 58 of file TreeBase.h.
Referenced by analysis::tools::PhysicsObjectTree< Object >::collection(), analysis::tools::PhysicsObjectTreeBase< Object >::PhysicsObjectTreeBase(), and TreeBase().
|
protected |
Definition at line 55 of file TreeBase.h.
Referenced by TreeBase().
|
protected |
Definition at line 56 of file TreeBase.h.
Referenced by TreeBase().
|
protected |
Definition at line 60 of file TreeBase.h.
Referenced by analysis::tools::PhysicsObjectTree< Object >::collection(), and TreeBase().
|
protected |