src
CondFormats
CSCObjects
src
CSCDBGains.cc
Go to the documentation of this file.
1
#include "
CondFormats/CSCObjects/interface/CSCDBGains.h
"
2
#include <iostream>
3
4
std::ostream&
operator<<
(std::ostream& os,
const
CSCDBGains
& cscdb) {
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
}
mps_fire.i
i
Definition:
mps_fire.py:429
CSCDBGains
Definition:
CSCDBGains.h:9
operator<<
std::ostream & operator<<(std::ostream &os, const CSCDBGains &cscdb)
Definition:
CSCDBGains.cc:4
CSCDBGains::gains
GainContainer gains
Definition:
CSCDBGains.h:24
CSCDBGains.h
Generated for CMSSW Reference Manual by
1.8.14