CMS 3D CMS Logo

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