CMS 3D CMS Logo

DetGroupElementZLess.h
Go to the documentation of this file.
1 #ifndef TkDetLayers_DetGroupElementZLess_h
2 #define TkDetLayers_DetGroupElementZLess_h
3 
4 #pragma GCC visibility push(hidden)
6 public:
8  return (std::abs(a.front().det()->position().z()) < std::abs(b.front().det()->position().z()));
9  }
10 };
11 
12 #pragma GCC visibility pop
13 #endif
Abs< T >::type abs(const T &t)
Definition: Abs.h:22
double b
Definition: hdecay.h:120
double a
Definition: hdecay.h:121
bool operator()(DetGroup a, DetGroup b)