CMS 3D CMS Logo

ProductIDToBranchID.h
Go to the documentation of this file.
1 #ifndef DataFormats_Provenance_ProductIDToBranchID_h
2 #define DataFormats_Provenance_ProductIDToBranchID_h
3 
4 /*----------------------------------------------------------------------
5 
6 ProductIDToBranchID: Free function to map from ProductID to BranchID
7 
8 ----------------------------------------------------------------------*/
9 #include <iosfwd>
10 
15 
16 namespace edm {
17  BranchID productIDToBranchID(ProductID const& pid, BranchIDLists const& lists, BranchListIndexes const& indexes);
18 }
19 #endif
edm
HLT enums.
Definition: AlignableModifier.h:19
BranchID.h
edm::BranchListIndexes
std::vector< BranchListIndex > BranchListIndexes
Definition: BranchListIndex.h:18
BranchListIndex.h
ProductID.h
edm::BranchIDLists
std::vector< BranchIDList > BranchIDLists
Definition: BranchIDList.h:19
BranchIDList.h
edm::productIDToBranchID
BranchID productIDToBranchID(ProductID const &pid, BranchIDLists const &lists, BranchListIndexes const &indexes)
Definition: ProductIDToBranchID.cc:11