CMS 3D CMS Logo

Functions
RPCCompDetId.cc File Reference
#include <iostream>
#include <sstream>
#include <iomanip>
#include "DataFormats/MuonDetId/interface/RPCCompDetId.h"
#include "DataFormats/MuonDetId/interface/MuonSubdetId.h"

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &os, const RPCCompDetId &id)
 

Function Documentation

std::ostream& operator<< ( std::ostream &  os,
const RPCCompDetId id 
)

Definition at line 242 of file RPCCompDetId.cc.

242  {
243  os << id.dbname();
244 
245  return os;
246 }