00001 // $Id: StiSsdIsActiveFunctor.cxx,v 1.2 2005/06/21 15:31:48 lmartin Exp $ 00002 // 00003 // $Log: StiSsdIsActiveFunctor.cxx,v $ 00004 // Revision 1.2 2005/06/21 15:31:48 lmartin 00005 // CVS tags added 00006 // 00007 #include "StiSsd/StiSsdIsActiveFunctor.h" 00008 00009 StiSsdIsActiveFunctor::StiSsdIsActiveFunctor() 00010 {} // StiSsdIsActiveFunctor 00011 00012 StiSsdIsActiveFunctor::~StiSsdIsActiveFunctor(){ 00013 } // ~StiSsdIsActiveFunctor 00014 00015 bool StiSsdIsActiveFunctor::operator()(double dYlocal, double dZlocal) const 00016 { 00017 return true; 00018 } // operator()
1.5.9