CMS 3D CMS Logo

SeedLayerPairs.h
Go to the documentation of this file.
1 #ifndef SeedLayerPairs_H
2 #define SeedLayerPairs_H
3 
8 #include <vector>
13 class DetLayer;
14 class LayerWithHits;
15 
16 class SeedLayerPairs {
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