CMS 3D CMS Logo

L1MuDTTrack.cc File Reference

#include "L1Trigger/DTTrackFinder/interface/L1MuDTTrack.h"
#include <iostream>
#include <iomanip>
#include "L1Trigger/DTTrackFinder/src/L1MuDTSecProcId.h"
#include "L1Trigger/DTTrackFinder/src/L1MuDTTrackSegPhi.h"
#include "L1Trigger/DTTrackFinder/src/L1MuDTTrackSegEta.h"
#include "CondFormats/L1TObjects/interface/L1MuTriggerPtScale.h"
#include "CondFormats/DataRecord/interface/L1MuTriggerPtScaleRcd.h"
#include "CondFormats/L1TObjects/interface/L1MuPacking.h"

Go to the source code of this file.

Functions

ostream & operator<< (ostream &s, const L1MuDTTrack &id)


Function Documentation

ostream& operator<< ( ostream &  s,
const L1MuDTTrack id 
)

Definition at line 306 of file L1MuDTTrack.cc.

References L1MuDTTrack::empty().

00306                                                        {
00307 
00308   if ( !id.empty() ) {
00309     s << setiosflags(ios::showpoint | ios::fixed) 
00310       << "pt = "      << setw(2) << id.pt_packed() << "  "
00311       << "charge = "  << setw(2) << id.charge_packed() << "  "
00312       << "eta = "     << setw(2) << id.eta_packed()
00313       << " ("         << setw(1) << id.finehalo_packed() << ")  "  
00314       << "phi = "     << setw(3) << id.phi_packed() << "  "
00315       << "quality = " << setw(1) << id.quality_packed() << '\t'
00316       << "bx = "      << setw(2) << id.bx();
00317   }
00318   return s;
00319 
00320 }


Generated on Tue Jun 9 17:54:36 2009 for CMSSW by  doxygen 1.5.4