CMS 3D CMS Logo

Functions
RPCFebConnector.cc File Reference
#include "CondFormats/RPCObjects/interface/RPCFebConnector.h"
#include <ostream>
#include <sstream>

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &ostream, RPCFebConnector const &connector)
 

Function Documentation

std::ostream& operator<< ( std::ostream &  ostream,
RPCFebConnector const &  connector 
)

Definition at line 27 of file RPCFebConnector.cc.

References RPCFebConnector::getString().

28 {
29  return (ostream << connector.getString());
30 }