LArSoft
v06_85_00
Liquid Argon Software toolkit - http://larsoft.org/
|
#include "RootBranchInfo.h"
Public Member Functions | |
RootBranchInfo (TBranch *branch=0) | |
std::string const & | branchName () const |
TBranch const * | branch () const |
TBranch * | branch () |
Private Attributes | |
TBranch * | branch_ |
std::string | branchName_ |
Definition at line 12 of file RootBranchInfo.h.
|
explicit |
Definition at line 3 of file RootBranchInfo.cc.
|
inline |
Definition at line 31 of file RootBranchInfo.h.
References branch_.
Referenced by art::MixOp< PROD, OPROD >::readFromFile().
|
inline |
|
inline |
Definition at line 25 of file RootBranchInfo.h.
References branchName_.
Referenced by art::MixOp< PROD, OPROD >::incomingProductID().
|
private |
Definition at line 20 of file RootBranchInfo.h.
Referenced by branch().
|
private |
Definition at line 21 of file RootBranchInfo.h.
Referenced by branchName().