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
std::vector< BranchIDList > BranchIDLists
Definition: BranchIDList.h:19
std::vector< BranchListIndex > BranchListIndexes
BranchID productIDToBranchID(ProductID const &pid, BranchIDLists const &lists, BranchListIndexes const &indexes)
HLT enums.