CMS 3D CMS Logo

CSCCLCTDigi.h File Reference

#include <boost/cstdint.hpp>
#include <iostream>

Go to the source code of this file.

Classes

class  CSCCLCTDigi
 Digi for CLCT trigger primitives. More...

Functions

std::ostream & operator<< (std::ostream &o, const CSCCLCTDigi &digi)


Function Documentation

std::ostream& operator<< ( std::ostream &  o,
const CSCCLCTDigi digi 
) [inline]

Definition at line 114 of file CSCCLCTDigi.h.

References CSCCLCTDigi::getBend(), CSCCLCTDigi::getBX(), CSCCLCTDigi::getCFEB(), CSCCLCTDigi::getKeyStrip(), CSCCLCTDigi::getPattern(), CSCCLCTDigi::getQuality(), CSCCLCTDigi::getStrip(), CSCCLCTDigi::getStripType(), CSCCLCTDigi::getTrknmb(), and CSCCLCTDigi::isValid().

00114                                                                         {
00115   return o << "CSC CLCT #"    << digi.getTrknmb()
00116            << ": Valid = "    << digi.isValid()
00117            << " Quality = "   << digi.getQuality()
00118            << " Pattern = "   << digi.getPattern()
00119            << " StripType = " << digi.getStripType()
00120            << " Bend = "      << digi.getBend()
00121            << " Strip = "     << digi.getStrip()
00122            << " KeyStrip = "  << digi.getKeyStrip()
00123            << " CFEB = "      << digi.getCFEB()
00124            << " BX = "        << digi.getBX();
00125 }


Generated on Tue Jun 9 17:51:52 2009 for CMSSW by  doxygen 1.5.4