Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
src
CommonTools
Utils
src
IntStack.h
Go to the documentation of this file.
1
#ifndef CommonTools_Utils_IntStack_h
2
#define CommonTools_Utils_IntStack_h
3
/* \class reco::parser::IntStack
4
*
5
* Stack of integers
6
*
7
* \author Luca Lista, INFN
8
*
9
* \version $Revision: 1.1 $
10
*
11
*/
12
#include <vector>
13
14
namespace
reco
{
15
namespace
parser
{
16
typedef
std::vector<int>
IntStack
;
17
}
18
}
19
20
#endif
geometryXMLtoCSV.parser
tuple parser
Definition:
geometryXMLtoCSV.py:78
dt_dqm_sourceclient_common_cff.reco
tuple reco
Definition:
dt_dqm_sourceclient_common_cff.py:107
reco::parser::IntStack
std::vector< int > IntStack
Definition:
IntStack.h:16
Generated for CMSSW Reference Manual by
1.8.5