CMS 3D CMS Logo

Functions
L1MuDTAddressArray.cc File Reference
#include "L1Trigger/DTTrackFinder/src/L1MuDTAddressArray.h"
#include <iostream>
#include <iomanip>
#include <vector>
#include <cassert>

Go to the source code of this file.

Functions

ostream & operator<< (ostream &s, const L1MuDTAddressArray &adrarr)
 

Function Documentation

◆ operator<<()

ostream& operator<< ( ostream &  s,
const L1MuDTAddressArray adrarr 
)

Definition at line 260 of file L1MuDTAddressArray.cc.

260  {
261  s.setf(ios::right, ios::adjustfield);
262  for (int stat = 1; stat <= 4; stat++) {
263  s << "stat " << stat << ": " << setw(2) << adrarr.station(stat) << " ";
264  }
265 
266  return s;
267 }

References alignCSCRings::s, edm_modernize_messagelogger::stat, and L1MuDTAddressArray::station().

L1MuDTAddressArray::station
unsigned short station(int stat) const
get address of a given station [1-4]
Definition: L1MuDTAddressArray.h:80
alignCSCRings.s
s
Definition: alignCSCRings.py:92
edm_modernize_messagelogger.stat
stat
Definition: edm_modernize_messagelogger.py:27