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 
14 
15 #include <utility>
16 #include <vector>
17 
18 class Det;
19 class SimpleDiskBounds;
20 
22 public:
23 
26  BoundDisk* operator()( const std::vector<const GeomDet*>& dets) const;
27 
28  std::pair<SimpleDiskBounds, float>
29  computeBounds( const std::vector<const GeomDet*>& dets) const;
30 
31 };
32 
33 #endif
BoundDisk * operator()(const std::vector< const GeomDet * > &dets) const
std::pair< SimpleDiskBounds, float > computeBounds(const std::vector< const GeomDet * > &dets) const