CMS 3D CMS Logo

OmtfDtDataWord64.cc
Go to the documentation of this file.
2 
3 namespace omtf {
4  std::ostream &operator<<(std::ostream &out, const DtDataWord64 &o) {
5  out << "DtDataWord64: "
6  << " type: " << DataWord64::type(o.type()) << " bx: " << o.bxNum() << " station: " << o.station()
7  << " sector: " << o.sector() << " fiber: " << o.fiber() << " phi: " << o.phi() << " quality: " << o.quality()
8  << " eta: " << o.eta() << " etaQ: " << o.etaQuality() << " bcnt: " << o.bcnt_st() << "_" << o.bcnt_e0() << "_"
9  << o.bcnt_e1() << "";
10  return out;
11  }
12 } // namespace omtf
Type type(const T &)
std::ostream & operator<<(std::ostream &out, const CscDataWord64 &o)