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 316 of file RPCCompDetId.cc.

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