CMS 3D CMS Logo

Functions
L1MuDTAddressArray.cc File Reference
#include "L1Trigger/DTTrackFinder/interface/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.

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

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 }
unsigned short station(int stat) const
get address of a given station [1-4]