StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
StiSsdIsActiveFunctor.cxx
1 // $Id: StiSsdIsActiveFunctor.cxx,v 1.2 2005/06/21 15:31:48 lmartin Exp $
2 //
3 // $Log: StiSsdIsActiveFunctor.cxx,v $
4 // Revision 1.2 2005/06/21 15:31:48 lmartin
5 // CVS tags added
6 //
7 #include "StiSsd/StiSsdIsActiveFunctor.h"
8 
9 StiSsdIsActiveFunctor::StiSsdIsActiveFunctor()
10 {} // StiSsdIsActiveFunctor
11 
12 StiSsdIsActiveFunctor::~StiSsdIsActiveFunctor(){
13 } // ~StiSsdIsActiveFunctor
14 
15 bool StiSsdIsActiveFunctor::operator()(double dYlocal, double dZlocal) const
16 {
17  return true;
18 } // operator()