#include "SimCalorimetry/HcalSimAlgos/interface/HPDNoiseData.h"
Go to the source code of this file.
Functions | |
std::ostream & | operator<< (std::ostream &fStream, const HPDNoiseData &fData) |
printout |
std::ostream& operator<< | ( | std::ostream & | fStream, | |
const HPDNoiseData & | fData | |||
) |
printout
Definition at line 26 of file HPDNoiseData.cc.
References lat::endl(), HPDNoiseData::getDataFrame(), i, and HPDNoiseData::size().
00026 { 00027 for (size_t i = 0; i < fData.size (); ++i) fStream << fData.getDataFrame (i) << std::endl; 00028 return fStream; 00029 }