#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) |
std::ostream& operator<< | ( | std::ostream & | os, |
const RPCCompDetId & | id | ||
) |
Definition at line 317 of file RPCCompDetId.cc.
{ os <<id.dbname(); return os; }