test
CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
LayerQuadruplets.h
Go to the documentation of this file.
1 #ifndef LayerQuadruplets_H
2 #define LayerQuadruplets_H
3 
10 #include <vector>
11 #include <tuple>
13 
14 namespace LayerQuadruplets {
17  using LayerSetAndLayers = std::pair<LayerSet, std::vector<Layer> >;
18 
19  std::vector<LayerSetAndLayers> layers(const SeedingLayerSetsHits& sets);
20 };
21 
22 #endif
23 
std::pair< LayerSet, std::vector< Layer > > LayerSetAndLayers
std::vector< LayerSetAndLayers > layers(const SeedingLayerSetsHits &sets)