Go to the source code of this file.
◆ operator<<()
| std::ostream & operator<< |
( |
std::ostream & | lhs, |
|
|
const RpcPadContainer & | rhs ) |
Definition at line 61 of file RpcPadContainer.cxx.
61 {
62 lhs <<
"RpcPadContainer has " << rhs.
pad_size() <<
" pads:" << std::endl;
65 SELECTOR::const_iterator
it =
sel.begin();
66 SELECTOR::const_iterator it_end =
sel.end();
67
69 for ( ;
it!=it_end;++
it)
70 {
71 if ( first ) {
73 } else {
74 lhs << std::endl;
75 }
77 }
78 return lhs;
79}
SelectAllObjectMT< DCC, OBJECT > SelectAllObject
size_type pad_size() const