CommonTools
Utils
interface
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
}
// namespace reco
19
20
#endif
reco::parser::IntStack
std::vector< int > IntStack
Definition:
IntStack.h:16
writedatasetfile.parser
parser
Definition:
writedatasetfile.py:7
reco
fixed size matrix
Definition:
AlignmentAlgorithmBase.h:46
Generated for CMSSW Reference Manual by
1.8.14