CMS 3D CMS Logo

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
OmtfCscDataWord64.h
EcalTangentSkim_cfg.o
o
Definition: EcalTangentSkim_cfg.py:36
omtf::operator<<
std::ostream & operator<<(std::ostream &out, const CscDataWord64 &o)
Definition: OmtfCscDataWord64.cc:4
omtf::DataWord64::type
Type type(const T &)
omtf::CscDataWord64
Definition: OmtfCscDataWord64.h:9
MillePedeFileConverter_cfg.out
out
Definition: MillePedeFileConverter_cfg.py:31
omtf
Definition: OmtfCscDataWord64.h:7