test
CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
OMTFPatternMaker.h
Go to the documentation of this file.
1 #ifndef OMTF_OMTFPaternMaker_H
2 #define OMTF_OMTFPaternMaker_H
3 
4 #include <map>
5 
7 
9 class XMLConfigReader;
10 class OMTFinput;
11 
12 namespace edm{
13 class ParameterSet;
14 }
15 
17 
18  public:
19 
21 
23 
24  private:
25 
27  std::map<Key,GoldenPattern*> theGPs;
28 
29 };
30 
31 
32 #endif
tuple cfg
Definition: looper.py:293
std::map< Key, GoldenPattern * > theGPs
Map holding Golden Patterns.
OMTFPaternMaker(const edm::ParameterSet &cfg)