CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
ForwardRingDiskBuilderFromDet.h
Go to the documentation of this file.
1 #ifndef DetLayers_ForwardRingDiskBuilderFromDet_H
2 #define DetLayers_ForwardRingDiskBuilderFromDet_H
3 
12 
13 #include <utility>
14 #include <vector>
15 
16 class Det;
17 class SimpleDiskBounds;
18 
20 public:
21 
24  BoundDisk* operator()( const std::vector<const GeomDet*>& dets) const;
25 
26  std::pair<SimpleDiskBounds *, float>
27  computeBounds( const std::vector<const GeomDet*>& dets) const;
28 
29 };
30 
31 #endif
BoundDisk * operator()(const std::vector< const GeomDet * > &dets) const
std::pair< SimpleDiskBounds *, float > computeBounds(const std::vector< const GeomDet * > &dets) const