CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
SeedingLayerSetsBuilder.h
Go to the documentation of this file.
1 #ifndef TkSeedingLayers_SeedingLayerSetsBuilder_H
2 #define TkSeedingLayers_SeedingLayerSetsBuilder_H
3 
6 
9 
10 #include <string>
11 #include <vector>
12 namespace edm { class EventSetup; }
13 
15 
16 public:
17 
20 
22 
23 private:
24  std::vector<std::vector<std::string> > layerNamesInSets(
25  const std::vector<std::string> & namesPSet) ;
26  edm::ParameterSet layerConfig(const std::string & nameLayer,const edm::ParameterSet& cfg) const;
27 
28 private:
29  struct LayerSpec {
30  std::string name;
33  std::string hitBuilder;
39  std::string print() const;
40  };
41  std::vector<std::vector<LayerSpec> > theLayersInSets;
42 };
43 #endif
std::vector< std::vector< LayerSpec > > theLayersInSets
ctfseeding::SeedingLayerSets layers(const edm::EventSetup &es) const
edm::ParameterSet layerConfig(const std::string &nameLayer, const edm::ParameterSet &cfg) const
std::vector< std::vector< SeedingLayer > > SeedingLayerSets
std::vector< std::vector< std::string > > layerNamesInSets(const std::vector< std::string > &namesPSet)