Belle II Software development
|
simple struct for interfacing the Branch. More...
#include <BranchInterface.h>
Public Member Functions | |
BranchInterface () | |
constructor | |
void | update (Long64_t entry) |
update entry | |
Public Attributes | |
std::string | name |
carries name of branch. | |
TBranch * | branch |
carries pointer to branch. | |
ValueType | value |
carries value of current branchEntry. | |
simple struct for interfacing the Branch.
Definition at line 22 of file BranchInterface.h.
|
inline |
constructor
Definition at line 28 of file BranchInterface.h.
|
inline |
TBranch* branch |
carries pointer to branch.
Definition at line 24 of file BranchInterface.h.
std::string name |
carries name of branch.
Definition at line 23 of file BranchInterface.h.
ValueType value |
carries value of current branchEntry.
Definition at line 25 of file BranchInterface.h.