src
DataFormats
Provenance
interface
branchIDToProductID.h
Go to the documentation of this file.
1
#ifndef DataFormats_Provenance_branchIDToProductID_h
2
#define DataFormats_Provenance_branchIDToProductID_h
3
4
#include "
DataFormats/Provenance/interface/BranchID.h
"
5
#include "
DataFormats/Provenance/interface/BranchIDListHelper.h
"
6
#include "
DataFormats/Provenance/interface/ProductID.h
"
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
BranchID.h
ProductID.h
edm::branchIDToProductID
ProductID branchIDToProductID(BranchID const &bid, BranchIDListHelper const &branchIDListHelper, std::vector< ProcessIndex > const &branchListIndexToProcessIndex)
Definition:
branchIDToProductID.cc:18
BranchIDListHelper.h
edm::BranchListIndexes
std::vector< BranchListIndex > BranchListIndexes
Definition:
BranchListIndex.h:18
edm::makeBranchListIndexToProcessIndex
std::vector< ProcessIndex > makeBranchListIndexToProcessIndex(BranchListIndexes const &branchListIndexes)
Definition:
branchIDToProductID.cc:7
edm
HLT enums.
Definition:
AlignableModifier.h:19
Generated for CMSSW Reference Manual by
1.8.14