CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
OmtfMuonDataWord64.cc
Go to the documentation of this file.
2 
3 #include <bitset>
4 
5 namespace omtf {
6  std::ostream &operator<<(std::ostream &out, const MuonDataWord64 &o) {
7  out << "MuonDataWord64: "
8  << " type: " << DataWord64::type(o.type()) << " bx: " << o.bxNum() << " pT: " << o.pT() << " eta: " << o.eta()
9  << " phi: " << o.phi() << " quality: " << o.quality() << " layers: " << std::bitset<18>(o.layers()) << "";
10  return out;
11  }
12 } // namespace omtf
unsigned int pT() const
unsigned int bxNum() const
unsigned int quality() const
unsigned int layers() const
unsigned int type() const
Type type(const T &)
std::ostream & operator<<(std::ostream &out, const CscDataWord64 &o)