CMS 3D CMS Logo

Functions
CSCDBPedestals.cc File Reference
#include "CondFormats/CSCObjects/interface/CSCDBPedestals.h"
#include <iostream>

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &os, const CSCDBPedestals &cscdb)
 

Function Documentation

◆ operator<<()

std::ostream& operator<< ( std::ostream &  os,
const CSCDBPedestals cscdb 
)

Definition at line 4 of file CSCDBPedestals.cc.

References mps_fire::i, and CSCDBPedestals::pedestals.

4  {
5  for (size_t i = 0; i < cscdb.pedestals.size(); ++i) {
6  os << "elem: " << i << " pedestal: " << cscdb.pedestals[i].ped << " rms: " << cscdb.pedestals[i].rms << "\n";
7  }
8  return os;
9 }
PedestalContainer pedestals