CMS 3D CMS Logo

Functions

/data/refman/pasoursint/CMSSW_5_3_1/src/L1Trigger/DTTrackFinder/src/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

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

Definition at line 246 of file L1MuDTAddressArray.cc.

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

                                                                   {

  s.setf(ios::right,ios::adjustfield);
  for ( int stat = 1; stat <= 4; stat++ ) { 
    s << "stat " << stat << ": " << setw(2) << adrarr.station(stat) << "  ";
  }

  return s;

}