Belle II Software  release-08-01-10
BranchInterface< ValueType > Struct Template Reference

simple struct for interfacing the Branch. More...

#include <BranchInterface.h>

Collaboration diagram for BranchInterface< ValueType >:

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.
 

Detailed Description

template<class ValueType>
struct Belle2::BranchInterface< ValueType >

simple struct for interfacing the Branch.


Definition at line 22 of file BranchInterface.h.


The documentation for this struct was generated from the following file: