src
CommonTools
Utils
interface
MethodStack.h
Go to the documentation of this file.
1
#ifndef CommonTools_Utils_MethodStack_h
2
#define CommonTools_Utils_MethodStack_h
3
4
/* \class reco::parser::MethodStack
5
*
6
* Stack of methods
7
*
8
* \author Luca Lista, INFN
9
*
10
*/
11
12
#include "
CommonTools/Utils/interface/MethodInvoker.h
"
13
#include <vector>
14
15
namespace
reco
{
16
namespace
parser
{
17
typedef
std::vector<MethodInvoker>
MethodStack
;
18
typedef
std::vector<LazyInvoker>
LazyMethodStack
;
19
}
// namespace parser
20
}
// namespace reco
21
22
#endif // CommonTools_Utils_MethodStack_h
reco::parser::LazyMethodStack
std::vector< LazyInvoker > LazyMethodStack
Definition:
MethodStack.h:18
MethodInvoker.h
writedatasetfile.parser
parser
Definition:
writedatasetfile.py:7
reco
fixed size matrix
Definition:
AlignmentAlgorithmBase.h:46
reco::parser::MethodStack
std::vector< MethodInvoker > MethodStack
Definition:
MethodStack.h:17
Generated for CMSSW Reference Manual by
1.8.14