![]() |
|
|||
File indexing completed on 2023-03-17 10:46:39
0001 #include "CondFormats/CSCObjects/interface/CSCDBPedestals.h" 0002 #include <iostream> 0003 0004 std::ostream& operator<<(std::ostream& os, const CSCDBPedestals& cscdb) { 0005 for (size_t i = 0; i < cscdb.pedestals.size(); ++i) { 0006 os << "elem: " << i << " pedestal: " << cscdb.pedestals[i].ped << " rms: " << cscdb.pedestals[i].rms << "\n"; 0007 } 0008 return os; 0009 }
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |
![]() ![]() |