Main Page
Namespaces
Classes
Package Documentation
CommonTools
Utils
src
ExpressionPtr.h
Go to the documentation of this file.
1
#ifndef Parser_ExpressionPtr_h
2
#define Parser_ExpressionPtr_h
3
/* \class reco::parser::ExpressionPtr
4
*
5
* Shared pointer to Expression
6
*
7
* \author Luca Lista, INFN
8
*
9
* \version $Revision: 1.2 $
10
*
11
*/
12
#include <boost/shared_ptr.hpp>
13
14
namespace
reco
{
15
namespace
parser
{
16
struct
ExpressionBase;
17
typedef
boost::shared_ptr<ExpressionBase>
ExpressionPtr
;
18
}
19
}
20
21
#endif
reco::parser::ExpressionPtr
boost::shared_ptr< ExpressionBase > ExpressionPtr
Definition:
ExpressionBase.h:22
createfilelist.parser
parser
Definition:
createfilelist.py:7
reco
fixed size matrix
Definition:
AlignmentAlgorithmBase.h:43
Generated for CMSSW Reference Manual by
1.8.11