CMS 3D CMS Logo

SelectedProducts.h
Go to the documentation of this file.
1 #ifndef DataFormats_Provenance_SelectedProducts_h
2 #define DataFormats_Provenance_SelectedProducts_h
3 
4 #include <array>
5 #include <vector>
6 
9 
10 namespace edm {
12  typedef std::vector<std::pair<BranchDescription const *, EDGetToken>> SelectedProducts;
13  typedef std::array<SelectedProducts, NumBranchTypes> SelectedProductsForBranchType;
14 }
15 
16 #endif
std::array< SelectedProducts, NumBranchTypes > SelectedProductsForBranchType
std::vector< std::pair< BranchDescription const *, EDGetToken > > SelectedProducts
HLT enums.