CMS 3D CMS Logo

Functions

/data/git/CMSSW_5_3_11_patch5/src/DataFormats/MuonDetId/src/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.

                                                                {

  os <<id.dbname();

  return os;
}