StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
StiSsdIsActiveFunctor.h
1 // $Id: StiSsdIsActiveFunctor.h,v 1.2 2005/06/21 15:31:48 lmartin Exp $
2 //
3 // $Log: StiSsdIsActiveFunctor.h,v $
4 // Revision 1.2 2005/06/21 15:31:48 lmartin
5 // CVS tags added
6 //
13 #ifndef STI_SSD_IS_ACTIVE_FUNCTOR
14 #define STI_SSD_IS_ACTIVE_FUNCTOR
15 
16 #include "Sti/StiIsActiveFunctor.h"
17 
19 {
21  virtual ~StiSsdIsActiveFunctor();
22  virtual bool operator()(double dYlocal, double dZlocal) const;
23 };
24 
25 #endif // defined STI_SSD_IS_ACTIVE_FUNCTOR
function object for determine a detector's active regions