Main Page
Namespaces
Classes
Package Documentation
CommonTools
Utils
src
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
{
18
struct
ComparisonBase
;
19
typedef
std::vector<boost::shared_ptr<ComparisonBase> >
ComparisonStack
;
20
}
21
}
22
23
#endif
reco::parser::ComparisonBase
Definition:
ComparisonBase.h:16
createfilelist.parser
parser
Definition:
createfilelist.py:7
reco
fixed size matrix
Definition:
AlignmentAlgorithmBase.h:43
reco::parser::ComparisonStack
std::vector< boost::shared_ptr< ComparisonBase > > ComparisonStack
Definition:
ComparisonStack.h:18
Generated for CMSSW Reference Manual by
1.8.11