CMS 3D CMS Logo

Functions
HOTPDigiTwinMux.cc File Reference
#include "DataFormats/L1Trigger/interface/HOTPDigiTwinMux.h"
#include <cstdio>
#include <iostream>

Go to the source code of this file.

Functions

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

Function Documentation

◆ operator<<()

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

Definition at line 20 of file HOTPDigiTwinMux.cc.

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

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

HOTPDigiTwinMux::iphi
int iphi() const
get the raw iphi value
Definition: HOTPDigiTwinMux.h:60
HOTPDigiTwinMux::index
int index() const
get the index
Definition: HOTPDigiTwinMux.h:94
HOTPDigiTwinMux::ieta
int ieta() const
get the signed ieta value
Definition: HOTPDigiTwinMux.h:57
alignCSCRings.s
s
Definition: alignCSCRings.py:92
HOTPDigiTwinMux::mip
int mip() const
get the mip value
Definition: HOTPDigiTwinMux.h:73
HOTPDigiTwinMux::wheel
int wheel() const
get the signed wheel value
Definition: HOTPDigiTwinMux.h:88
HOTPDigiTwinMux::validbit
int validbit() const
get the valid bit
Definition: HOTPDigiTwinMux.h:76
HOTPDigiTwinMux::link
int link() const
get the link value
Definition: HOTPDigiTwinMux.h:97
HOTPDigiTwinMux::sector
int sector() const
get the sector value
Definition: HOTPDigiTwinMux.h:91