Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

is_in_z_window_noref Struct Reference

List of all members.

Public Member Functions

 is_in_z_window_noref (double pl_min, double pl_max)
bool operator() (CandStripHandle *csh)

Public Attributes

double _pl_min
double _pl_max

Constructor & Destructor Documentation

is_in_z_window_noref::is_in_z_window_noref double  pl_min,
double  pl_max
[inline]
 

Definition at line 83 of file AltAlgSliceList.cxx.

References _pl_max, and _pl_min.

00083                                                       :
00084                                          _pl_min(pl_min), _pl_max(pl_max) {}
   bool operator()(CandStripHandle * csh) {


Member Function Documentation

bool is_in_z_window_noref::operator() CandStripHandle csh  )  [inline]
 

Definition at line 85 of file AltAlgSliceList.cxx.

References _pl_min, and CandStripHandle::GetPlane().

00085                                           {
00086            return  csh->GetPlane() >= _pl_min && csh->GetPlane() <= _pl_max;
00087    }


Member Data Documentation

double is_in_z_window_noref::_pl_max
 

Definition at line 82 of file AltAlgSliceList.cxx.

Referenced by is_in_z_window_noref().

double is_in_z_window_noref::_pl_min
 

Definition at line 82 of file AltAlgSliceList.cxx.

Referenced by is_in_z_window_noref(), and operator()().


The documentation for this struct was generated from the following file:
Generated on Mon Feb 15 11:09:20 2010 for loon by  doxygen 1.3.9.1