CMS 3D CMS Logo

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:
23  BoundDisk* operator()(const std::vector<const GeomDet*>& dets) const;
24 
25  std::pair<SimpleDiskBounds*, float> computeBounds(const std::vector<const GeomDet*>& dets) const;
26 };
27 
28 #endif
BoundDisk * operator()(const std::vector< const GeomDet * > &dets) const
std::pair< SimpleDiskBounds *, float > computeBounds(const std::vector< const GeomDet * > &dets) const