Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:01:18

0001 #ifndef CommonTools_Utils_TypeStack_h
0002 #define CommonTools_Utils_TypeStack_h
0003 /* \class reco::parser::TypeStack
0004  *
0005  * Stack of types
0006  *
0007  * \author  Luca Lista, INFN
0008  *
0009  * \version $Revision: 1.2 $
0010  *
0011  */
0012 #include "FWCore/Reflection/interface/TypeWithDict.h"
0013 #include <vector>
0014 
0015 namespace reco {
0016   namespace parser {
0017     typedef std::vector<edm::TypeWithDict> TypeStack;
0018   }
0019 }  // namespace reco
0020 
0021 #endif