CMS 3D CMS Logo

OrderedSeedingHits.h
Go to the documentation of this file.
1 #ifndef TkSeedingLayers_OrderedSeedingHits_H
2 #define TkSeedingLayers_OrderedSeedingHits_H
3 
5 #include <vector>
6 
8 public:
9 
10  virtual ~OrderedSeedingHits(){}
11  virtual unsigned int size() const = 0;
12  virtual const SeedingHitSet & operator[](unsigned int i) const = 0;
13 
14 };
15 
16 #endif
virtual const SeedingHitSet & operator[](unsigned int i) const =0
virtual unsigned int size() const =0