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

same_strip Struct Reference

List of all members.

Public Member Functions

 same_strip (CandStripHandle *ref)
bool operator() (CandStripHandle *csh)

Public Attributes

CandStripHandle_ref

Constructor & Destructor Documentation

same_strip::same_strip CandStripHandle ref  )  [inline]
 

Definition at line 173 of file AltAlgSliceList.cxx.

References _ref.

00173 : _ref (ref) { }


Member Function Documentation

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

Definition at line 174 of file AltAlgSliceList.cxx.

References _ref, and CandHandle::GetUidInt().

00174                                           {
00175           return csh->GetUidInt() == _ref->GetUidInt();
00176    }


Member Data Documentation

CandStripHandle* same_strip::_ref
 

Definition at line 172 of file AltAlgSliceList.cxx.

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


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