#include "L1Trigger/L1TMuonOverlap/interface/AlgoMuon.h"
#include <bitset>
#include <iostream>
Go to the source code of this file.
◆ operator<<()
std::ostream& operator<< |
( |
std::ostream & |
out, |
|
|
const AlgoMuon & |
o |
|
) |
| |
Definition at line 22 of file AlgoMuon.cc.
24 out <<
" pt: " <<
o.getPt() <<
", phi: " <<
o.getPhi() <<
", eta: " <<
o.getEta() * 2.61 / 240
25 <<
", hits: " << std::bitset<18>(
o.getHits()).to_string() <<
", q: " <<
o.getQ() <<
", bx: " <<
o.getBx()
26 <<
", charge: " <<
o.getCharge() <<
", disc: " <<
o.getDisc() <<
" refLayer: " <<
o.getRefLayer();
References EcalTangentSkim_cfg::o, and MillePedeFileConverter_cfg::out.