#include <TDataItem.h>
Collaboration diagram for EqualChannel:
This class is a predicate class for determining whether a TDataItem channel is the same as that given. This is templated also, just to be consistent. To be used with fast STL algorithms.
Definition at line 165 of file TDataItem.h.
Public Member Functions | |
EqualChannel (T) | |
Bool_t | operator() (const TDataItem< T > &) const |
Private Attributes | |
T | fChannel |
|
Default constructor.
Definition at line 177 of file TDataItem.h. |
|
Comparative operator.
Definition at line 185 of file TDataItem.h. References TDataItem::GetChannel(). |
Here is the call graph for this function:
|
The channel which will be compared to. Definition at line 173 of file TDataItem.h. |