CMS 3D CMS Logo

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