CMS 3D CMS Logo

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

Go to the source code of this file.

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