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