CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
RingedForwardLayer.h
Go to the documentation of this file.
1 #ifndef DetLayer_RingedForwardLayer_H
2 #define DetLayer_RingedForwardLayer_H
3 
9 
10 class ForwardDetRing;
11 class ForwardDetRingBuilder;
12 
14 
15 public:
16 
18 
19 // RingedForwardLayer( std::vector<const GeomDet*>::const_iterator first,
20 // std::vector<const GeomDet*>::const_iterator last);
21 
22 // RingedForwardLayer( const std::vector<const GeomDet*>& dets);
23 
24 
25  virtual ~RingedForwardLayer();
26 
27 
28  //--- GeometricSearchDet interface
29 // virtual std::vector<const GeometricSearchDet*> components() const {return theDets;}
30 
31  //--- Extension of the interface
32 // virtual GeomDet* operator()( double x, double phi) const =0;
33 
34 // virtual void addDets( detunit_p_iter ifirst, detunit_p_iter ilast) {}
35 
36 private:
37 // std::vector<const GeomDet*> theDets;
38 
39 };
40 #endif
41