1 #ifndef FWCore_Framework_BranchIDListHelper_h
2 #define FWCore_Framework_BranchIDListHelper_h
15 typedef std::pair<BranchListIndex, ProductIndex>
IndexPair;
std::pair< BranchListIndex, ProductIndex > IndexPair
std::vector< BranchIDList > BranchIDLists
BranchIDToIndexMap const & branchIDToIndexMap() const
BranchIDLists branchIDLists_
void fixBranchListIndexes(BranchListIndexes &indexes)
std::vector< BranchListIndex > BranchListIndexes
BranchIDLists & branchIDLists()
BranchIDLists const & branchIDLists() const
BranchListIndexMapper branchListIndexMapper_
std::multimap< BranchID, IndexPair > BranchIDToIndexMap
BranchIDToIndexMap branchIDToIndexMap_
bool updateFromInput(BranchIDLists const &bidlists)
void updateRegistries(ProductRegistry const ®)
std::map< BranchListIndex, BranchListIndex > BranchListIndexMapper