Belle II Software
release-08-01-10
|
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.