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 
17 public:
18  typedef std::pair<const LayerWithHits*, const LayerWithHits*> LayerPair;
19 
21  virtual ~SeedLayerPairs(){};
22  virtual std::vector<LayerPair> operator()() = 0;
23 };
24 
25 #endif
std::pair< const LayerWithHits *, const LayerWithHits * > LayerPair
virtual ~SeedLayerPairs()
virtual std::vector< LayerPair > operator()()=0