CMS 3D CMS Logo

EcalMatacqDigi.h File Reference

#include <ostream>
#include <vector>
#include <algorithm>
#include "Rtypes.h"

Go to the source code of this file.

Classes

class  EcalMatacqDigi

Defines

#define ECALMATACQDIGI_H   1

Functions

std::ostream & operator<< (std::ostream &s, const EcalMatacqDigi &digi)


Define Documentation

#define ECALMATACQDIGI_H   1

Definition at line 5 of file EcalMatacqDigi.h.


Function Documentation

std::ostream& operator<< ( std::ostream &  s,
const EcalMatacqDigi digi 
)

Definition at line 17 of file EcalMatacqDigi.cc.

References EcalMatacqDigi::amplitudeV(), lat::endl(), i, and EcalMatacqDigi::size().

00017                                                                   {
00018   s << digi.size() << " samples " << std::endl;
00019   for (int i=0; i<digi.size(); i++){
00020     s << "  " << digi.amplitudeV(i) << std::endl;
00021   }
00022   return s;
00023 }


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