CMS 3D CMS Logo

Functions
L1MuBMTrack.cc File Reference
#include "DataFormats/L1TMuon/interface/L1MuBMTrack.h"
#include <iostream>
#include <iomanip>
#include "DataFormats/L1TMuon/interface/BMTF/L1MuBMSecProcId.h"
#include "DataFormats/L1TMuon/interface/L1MuBMTrackSegPhi.h"
#include "DataFormats/L1TMuon/interface/L1MuBMTrackSegEta.h"

Go to the source code of this file.

Functions

ostream & operator<< (ostream &s, const L1MuBMTrack &id)
 

Function Documentation

◆ operator<<()

ostream& operator<< ( ostream &  s,
const L1MuBMTrack id 
)

Definition at line 288 of file L1MuBMTrack.cc.

288  {
289  if (!id.empty()) {
290  s << setiosflags(ios::showpoint | ios::fixed) << "pt = " << setw(3) << id.hwPt() << " "
291  << "charge = " << setw(2) << id.hwSign() << " "
292  << "eta = " << setw(2)
293  << id.hwEta()
294  //<< " (" << setw(1) << id.finehalo_packed() << ") "
295  << "phi = " << setw(3) << id.hwPhi() << " "
296  << "quality = " << setw(1) << id.hwQual() << '\t' << "bx = " << setw(2) << id.bx();
297  }
298  return s;
299 }

References relativeConstraints::empty, alignBH_cfg::fixed, and alignCSCRings::s.

alignBH_cfg.fixed
fixed
Definition: alignBH_cfg.py:54
alignCSCRings.s
s
Definition: alignCSCRings.py:92
relativeConstraints.empty
bool empty
Definition: relativeConstraints.py:46