CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_4_1_8_patch9/src/CommonTools/Utils/src/SelectorStack.h

Go to the documentation of this file.
00001 #ifndef CommonTools_Utils_SelectorStack_h
00002 #define CommonTools_Utils_SelectorStack_h
00003 /* \class reco::parser::SelectorPtr
00004  *
00005  * Stack of selectors
00006  *
00007  * \author original version: Chris Jones, Cornell, 
00008  *         adapted to Reflex by Luca Lista, INFN
00009  *
00010  * \version $Revision: 1.1 $
00011  *
00012  */
00013 #include <vector>
00014 #include "CommonTools/Utils/src/SelectorPtr.h"
00015 
00016 namespace reco {
00017   namespace parser {
00018     typedef std::vector<SelectorPtr> SelectorStack;
00019   }
00020 }
00021 
00022 #endif