CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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 317 of file RPCCompDetId.cc.

317  {
318 
319  os <<id.dbname();
320 
321  return os;
322 }