4#ifndef __KVDATABRANCHHANDLER_H
5#define __KVDATABRANCHHANDLER_H
#define ClassDef(name, id)
Base class for KaliVeda framework.
Handles TTree branches for storing member variables of classes.
virtual ~KVDataBranchHandler()
Destructor.
TBranch * fBranch
the branch
void * fAddr
address of variable
TBranch * GetBranch() const
TBranch * CreateBranch()
Create new branch in TTree for member variable and return its address.