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

is_in_t_window_noref Struct Reference

List of all members.

Public Member Functions

 is_in_t_window_noref (double t_min, double t_max)
bool operator() (CandStripHandle *csh)

Public Attributes

double _t_min
double _t_max

Constructor & Destructor Documentation

is_in_t_window_noref::is_in_t_window_noref double  t_min,
double  t_max
[inline]
 

Definition at line 92 of file AltAlgSliceList.cxx.

References _t_max, and _t_min.

00092                                                     :
00093                                              _t_min(t_min), _t_max(t_max) {}
   bool operator()(CandStripHandle * csh) {


Member Function Documentation

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

Definition at line 94 of file AltAlgSliceList.cxx.

References _t_min, and CandStripHandle::GetCorrBegTime().

00094                                           {
00095                return  csh->GetCorrBegTime() >= _t_min && csh->GetCorrBegTime() <= _t_max;
00096    }


Member Data Documentation

double is_in_t_window_noref::_t_max
 

Definition at line 91 of file AltAlgSliceList.cxx.

Referenced by is_in_t_window_noref().

double is_in_t_window_noref::_t_min
 

Definition at line 91 of file AltAlgSliceList.cxx.

Referenced by is_in_t_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