#include "L1Trigger/DTTrackFinder/src/L1MuDTTrackSegEta.h"
#include <iostream>
#include <iomanip>
#include <algorithm>
#include <bitset>
#include "L1Trigger/DTTrackFinder/src/L1MuDTTrackSegLoc.h"
Go to the source code of this file.
Definition at line 141 of file L1MuDTTrackSegEta.cc.
References position, and alignCSCRings::s.
143 s.setf(ios::right,ios::adjustfield);
144 s << (
id.m_location) <<
"\t"
145 <<
"position : " << bitset<7>(
id.
position()) <<
" "
146 <<
"quality : " << bitset<7>(
id.quality());
static int position[TOTALCHAMBERS][3]