CMS 3D CMS Logo

Functions

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/DataFormats/CSCDigi/src/CSCStripDigi.cc File Reference

#include "DataFormats/CSCDigi/interface/CSCStripDigi.h"
#include <iostream>
#include <stdint.h>

Go to the source code of this file.

Functions

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

Detailed Description

Date:
2010/05/13 19:01:19
Revision:
1.18
Author:
M.Schmitt, Northwestern

Definition in file CSCStripDigi.cc.


Function Documentation

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

Definition at line 106 of file CSCStripDigi.cc.

References CSCStripDigi::getADCCounts(), CSCStripDigi::getStrip(), i, and connectstrParser::o.

                                                                  {
  o << " " << digi.getStrip();
  for (size_t i = 0; i<digi.getADCCounts().size(); ++i ){
    o <<" " <<(digi.getADCCounts())[i]; }
  return o;

}