CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
OmtfCscDataWord64.cc
Go to the documentation of this file.
2 
3 namespace omtf {
4  std::ostream &operator<<(std::ostream &out, const CscDataWord64 &o) {
5  out << "CscDataWord64: "
6  << " type: " << DataWord64::type(o.type()) << " val: " << o.valid() << " bx: " << o.bxNum()
7  << " lnk: " << o.linkNum() << " stat: " << o.station() << " cscId: " << o.cscID() << " hit: " << o.hitNum()
8  << " qual: " << o.quality() << " patt: " << o.clctPattern() << " bending: " << o.bend()
9  << " hs: " << o.halfStrip() << " wg: " << o.wireGroup();
10  return out;
11  }
12 } // namespace omtf
unsigned int quality() const
unsigned int bxNum() const
unsigned int wireGroup() const
unsigned int valid() const
unsigned int clctPattern() const
unsigned int type() const
unsigned int halfStrip() const
Type type(const T &)
unsigned int hitNum() const
unsigned int cscID() const
std::ostream & operator<<(std::ostream &out, const CscDataWord64 &o)
unsigned int linkNum() const
unsigned int bend() const
unsigned int station() const