CMS 3D CMS Logo

Classes | Functions
CSCDBGains.h File Reference
#include "CondFormats/Serialization/interface/Serializable.h"
#include <iosfwd>
#include <vector>

Go to the source code of this file.

Classes

class  CSCDBGains
 
struct  CSCDBGains::Item
 

Functions

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

Function Documentation

◆ operator<<()

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

Definition at line 4 of file CSCDBGains.cc.

References CSCDBGains::gains, and mps_fire::i.

4  {
5  for (size_t i = 0; i < cscdb.gains.size(); ++i) {
6  os << "elem: " << i << " gain_slope: " << cscdb.gains[i].gain_slope << "\n";
7  }
8  return os;
9 }
GainContainer gains
Definition: CSCDBGains.h:24