Classes | |
class | AssnsBranchData |
class | BranchData |
class | BranchMapReader |
class | DataGetterHelper |
class | Event |
class | EventHistoryGetter |
class | EventNavigator |
class | FindMaker |
class | Handle |
class | InfoForTypeLabelInstance |
class | TypeLabelInstanceKey |
class | ValidHandle |
Typedefs | |
using | ProductWithID = std::pair< art::EDProduct const *, art::ProductID > |
using | IndexProductIDPair = std::pair< unsigned int, art::ProductID > |
Functions | |
void | throwTreeNotFound (std::string const &treeName) |
void | throwBranchNotFound (std::string const &branchName) |
void | throwIllegalRandomAccess () |
void | throwIllegalDecrement () |
void | throwValidHandleNullPointer () |
using gallery::IndexProductIDPair = typedef std::pair<unsigned int, art::ProductID> |
Definition at line 21 of file InfoForTypeLabelInstance.h.
using gallery::ProductWithID = typedef std::pair<art::EDProduct const*, art::ProductID> |
Definition at line 70 of file DataGetterHelper.h.
void gallery::throwBranchNotFound | ( | std::string const & | branchName | ) |
Definition at line 17 of file throwFunctions.cc.
void gallery::throwIllegalDecrement | ( | ) |
Definition at line 35 of file throwFunctions.cc.
void gallery::throwIllegalRandomAccess | ( | ) |
Definition at line 26 of file throwFunctions.cc.
void gallery::throwTreeNotFound | ( | std::string const & | treeName | ) |
Definition at line 8 of file throwFunctions.cc.
void gallery::throwValidHandleNullPointer | ( | ) |
Definition at line 8 of file ValidHandle.cc.