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())
7  << " bx: "<<o.bxNum()
8  << " station: " << o.station()
9  << " sector: " << o.sector()
10  << " fiber: " << o.fiber()
11  << " phi: "<<o.phi()
12  << " quality: "<<o.quality()
13  << " eta: "<<o.eta()
14  << " etaQ: "<<o.etaQuality()
15  << " bcnt: "<<o.bcnt_st()<<"_"<<o.bcnt_e0()<<"_"<<o.bcnt_e1()
16  << "";
17  return out;
18  }
19 }
unsigned int quality() const
unsigned int bcnt_st() const
unsigned int station() const
unsigned int type() const
unsigned int bxNum() const
unsigned int bcnt_e0() const
unsigned int bcnt_e1() const
unsigned int etaQuality() const
Type type(const T &)
unsigned int eta() const
unsigned int sector() const
std::ostream & operator<<(std::ostream &out, const CscDataWord64 &o)
unsigned int fiber() const