CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
SeedLayerPairs.h
Go to the documentation of this file.
1 #ifndef LaserAlignment_SeedLayerPairs_H
2 #define LaserAlignment_SeedLayerPairs_H
3 
12 #include <vector>
13 class DetLayer;
14 class LayerWithHits;
15 
17 public:
18 
19  typedef std::pair< const LayerWithHits*, const LayerWithHits*> LayerPair;
20 
22  virtual ~SeedLayerPairs() {};
23  virtual std::vector<LayerPair> operator()()= 0;
24 
25 
26 };
27 
28 #endif
virtual ~SeedLayerPairs()
virtual std::vector< LayerPair > operator()()=0
std::pair< const LayerWithHits *, const LayerWithHits * > LayerPair