StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
StiPxlIsActiveFunctor.h
Go to the documentation of this file.
1 
10 #ifndef STI_Pixel_IS_ACTIVE_FUNCTOR
11 #define STI_Pixel_IS_ACTIVE_FUNCTOR
12 
13 #include "Sti/StiIsActiveFunctor.h"
14 
16 {
17 public:
19  virtual ~StiPxlIsActiveFunctor();
20  virtual bool operator()(double dYlocal, double dZlocal) const;
21 
22 protected:
23 };
24 
25 #endif // ifndef STI_Pixel_IS_ACTIVE_FUNCTOR
function object for determine a detector's active regions
function object for determine a Pixel padrow's active regions