CMS 3D CMS Logo

Classes | Functions
HOTPDigiTwinMux.h File Reference
#include <boost/cstdint.hpp>
#include <ostream>
#include "DataFormats/HcalDetId/interface/HcalDetId.h"

Go to the source code of this file.

Classes

class  HOTPDigiTwinMux
 

Functions

std::ostream & operator<< (std::ostream &, const HOTPDigiTwinMux &)
 

Function Documentation

std::ostream& operator<< ( std::ostream &  ,
const HOTPDigiTwinMux  
)

Definition at line 22 of file HOTPDigiTwinMux.cc.

References HOTPDigiTwinMux::ieta(), HOTPDigiTwinMux::index(), HOTPDigiTwinMux::iphi(), HOTPDigiTwinMux::link(), HOTPDigiTwinMux::mip(), alignCSCRings::s, HOTPDigiTwinMux::sector(), HOTPDigiTwinMux::validbit(), and HOTPDigiTwinMux::wheel().

22  {
23  s << "HO TP digi in TwinMUX "<<HOtp.ieta() <<", " << HOtp.iphi() << ", " << HOtp.mip();
24  s << "(wh, sec, index, link)" <<HOtp.wheel()<<", " << HOtp.sector() <<", "<< HOtp.index() << ", " << HOtp.link();
25  s << "validbit is : "<< HOtp.validbit();
26  return s;
27 }