#include "DataFormats/L1Trigger/interface/HOTPDigiTwinMux.h"
#include <cstdio>
#include <iostream>
Go to the source code of this file.
std::ostream& operator<< |
( |
std::ostream & |
s, |
|
|
const HOTPDigiTwinMux & |
HOtp |
|
) |
| |
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().
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();
int ieta() const
get the signed ieta value
int link() const
get the link value
int mip() const
get the mip value
int index() const
get the index
int iphi() const
get the raw iphi value
int wheel() const
get the signed wheel value
int sector() const
get the sector value
int validbit() const
get the valid bit