#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 139 of file L1MuDTTrackSegEta.cc.
References position, and alignCSCRings::s.
141 s.setf(ios::right,ios::adjustfield);
142 s << (
id.m_location) <<
"\t"
143 <<
"position : " << bitset<7>(
id.
position()) <<
" "
144 <<
"quality : " << bitset<7>(
id.quality());
static int position[TOTALCHAMBERS][3]