#include <iostream>
#include <DataFormats/MuonDetId/interface/DTSuperLayerId.h>
#include <FWCore/Utilities/interface/Exception.h>
Go to the source code of this file.
Functions | |
std::ostream & | operator<< (std::ostream &os, const DTSuperLayerId &id) |
See header file for a description of this class.
Definition in file DTSuperLayerId.cc.
std::ostream& operator<< | ( | std::ostream & | os, |
const DTSuperLayerId & | id | ||
) |
Definition at line 68 of file DTSuperLayerId.cc.
{ os << " Wh:"<< id.wheel() << " St:"<< id.station() << " Se:"<< id.sector() << " Sl:"<< id.superlayer() <<" "; return os; }