CMS 3D CMS Logo

branchIDToProductID.h
Go to the documentation of this file.
1 #ifndef DataFormats_Provenance_branchIDToProductID_h
2 #define DataFormats_Provenance_branchIDToProductID_h
3 
7 
8 #include <vector>
9 
10 namespace edm {
11  // Fill in helper map for Branch to ProductID mapping
12  std::vector<ProcessIndex> makeBranchListIndexToProcessIndex(BranchListIndexes const& branchListIndexes);
13 
14  ProductID branchIDToProductID(BranchID const& bid,
15  BranchIDListHelper const& branchIDListHelper,
16  std::vector<ProcessIndex> const& branchListIndexToProcessIndex);
17 } // namespace edm
18 
19 #endif
ProductID branchIDToProductID(BranchID const &bid, BranchIDListHelper const &branchIDListHelper, std::vector< ProcessIndex > const &branchListIndexToProcessIndex)
std::vector< BranchListIndex > BranchListIndexes
std::vector< ProcessIndex > makeBranchListIndexToProcessIndex(BranchListIndexes const &branchListIndexes)
HLT enums.