CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
SelectedProducts.h
Go to the documentation of this file.
1 #ifndef DataFormats_Provenance_SelectedProducts_h
2 #define DataFormats_Provenance_SelectedProducts_h
3 
4 #include "boost/array.hpp"
5 #include <vector>
6 
8 
9 namespace edm {
11  typedef std::vector<BranchDescription const *> SelectedProducts;
12  typedef boost::array<SelectedProducts, NumBranchTypes> SelectedProductsForBranchType;
13 }
14 
15 #endif
boost::array< SelectedProducts, NumBranchTypes > SelectedProductsForBranchType
std::vector< BranchDescription const * > SelectedProducts