CMS 3D CMS Logo

ComparisonStack.h
Go to the documentation of this file.
1 #ifndef Parser_ComparisonStack_h
2 #define Parser_ComparisonStack_h
3 /* \class reco::parser::ComparisonStack
4  *
5  * Comparison stack
6  *
7  * \author original version: Chris Jones, Cornell,
8  * adapted by Luca Lista, INFN
9  *
10  * \version $Revision: 1.2 $
11  *
12  */
13 #include <boost/shared_ptr.hpp>
14 #include <vector>
15 
16 namespace reco {
17  namespace parser {
19  typedef std::vector<boost::shared_ptr<ComparisonBase> > ComparisonStack;
20  }
21 }
22 
23 #endif
fixed size matrix
std::vector< boost::shared_ptr< ComparisonBase > > ComparisonStack