CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
DiskLessInnerRadius.h
Go to the documentation of this file.
1 #ifndef TkNavigation_DiskLessInnerRadius_H
2 #define TkNavigation_DiskLessInnerRadius_H
3 
6 #include <functional>
7 
12  public std::binary_function<const ForwardDetLayer*,const ForwardDetLayer*,bool>
13 {
14 public:
15  bool operator()( const ForwardDetLayer* a, const ForwardDetLayer* b) {
16  return a->specificSurface().innerRadius() <
18  }
19 };
20 
21 #endif // DiskLessInnerRadius_H
virtual const BoundDisk & specificSurface() const
bool operator()(const ForwardDetLayer *a, const ForwardDetLayer *b)
double b
Definition: hdecay.h:120
double a
Definition: hdecay.h:121
float innerRadius() const
The inner radius of the disk.
Definition: BoundDisk.h:72