LArSoft  v06_85_00
Liquid Argon Software toolkit - http://larsoft.org/
art::input::BranchInfo Struct Reference

#include "Inputfwd.h"

Public Member Functions

 BranchInfo (BranchDescription const &prod, TBranch *const branch)
 

Public Attributes

BranchDescription const & branchDescription_
 
TBranch * productBranch_
 

Detailed Description

Definition at line 33 of file Inputfwd.h.

Constructor & Destructor Documentation

art::input::BranchInfo::BranchInfo ( BranchDescription const &  prod,
TBranch *const  branch 
)
inline

Definition at line 34 of file Inputfwd.h.

References productBranch_.

35  : branchDescription_{prod}, productBranch_{branch}
36  {}
BranchDescription const & branchDescription_
Definition: Inputfwd.h:41
TBranch * productBranch_
Definition: Inputfwd.h:42

Member Data Documentation

BranchDescription const& art::input::BranchInfo::branchDescription_

Definition at line 41 of file Inputfwd.h.

TBranch* art::input::BranchInfo::productBranch_

Definition at line 42 of file Inputfwd.h.

Referenced by BranchInfo(), and art::RootDelayedReader::getProduct_().


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