CMS 3D CMS Logo

CSCALCTDigi.h File Reference

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

Go to the source code of this file.

Classes

class  CSCALCTDigi
 Digi for ALCT trigger primitives. More...

Functions

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


Function Documentation

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

Definition at line 92 of file CSCALCTDigi.h.

References CSCALCTDigi::getAccelerator(), CSCALCTDigi::getBX(), CSCALCTDigi::getCollisionB(), CSCALCTDigi::getKeyWG(), CSCALCTDigi::getQuality(), CSCALCTDigi::getTrknmb(), and CSCALCTDigi::isValid().

00092                                                                         {
00093   return o << "CSC ALCT #"         << digi.getTrknmb()
00094            << ": Valid = "         << digi.isValid()
00095            << " Quality = "        << digi.getQuality()
00096            << " Accel. = "         << digi.getAccelerator()
00097            << " PatternB = "       << digi.getCollisionB()
00098            << " Key wire group = " << digi.getKeyWG()
00099            << " BX = "             << digi.getBX();
00100 }


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