CMS 3D CMS Logo

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
OMTFPaternMaker::~OMTFPaternMaker
~OMTFPaternMaker()
edm
HLT enums.
Definition: AlignableModifier.h:19
OMTFPaternMaker::OMTFPaternMaker
OMTFPaternMaker(const edm::ParameterSet &cfg)
OMTFConfiguration
Definition: OMTFConfiguration.h:44
OMTFPaternMaker::theGPs
std::map< Key, GoldenPattern * > theGPs
Map holding Golden Patterns.
Definition: OMTFPatternMaker.h:27
OMTFPaternMaker
Definition: OMTFPatternMaker.h:16
edm::ParameterSet
Definition: ParameterSet.h:47
ParameterSet
Definition: Functions.h:16
XMLConfigReader
Definition: XMLConfigReader.h:26
looper.cfg
cfg
Definition: looper.py:297
GoldenPattern.h
OMTFinput
Definition: OMTFinput.h:11