#include <SteerDesc.hh>
Inheritance diagram for filterByChamberId< T >:
Public Member Functions | |
bool | operator() (const T &s, int id) const |
Definition at line 127 of file SteerDesc.hh.
bool filterByChamberId< T >::operator() | ( | const T & | s, | |
int | id | |||
) | const [inline] |
Definition at line 128 of file SteerDesc.hh.
00128 { 00129 //std::cout << " s.id[" << s.id <<"], s.chamberId[" << s.chamberId << "], chaberId recherche[" << id << " ]" << std::endl; 00130 return ( s.chamberId != id ); 00131 00132 }