CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
SelectorStack.h
Go to the documentation of this file.
1 #ifndef CommonTools_Utils_SelectorStack_h
2 #define CommonTools_Utils_SelectorStack_h
3 /* \class reco::parser::SelectorPtr
4  *
5  * Stack of selectors
6  *
7  * \author original version: Chris Jones, Cornell,
8  * adapted to Reflex by Luca Lista, INFN
9  *
10  * \version $Revision: 1.1 $
11  *
12  */
13 #include <vector>
15 
16 namespace reco {
17  namespace parser {
18  typedef std::vector<SelectorPtr> SelectorStack;
19  }
20 }
21 
22 #endif
std::vector< SelectorPtr > SelectorStack
Definition: SelectorStack.h:18