#include "DatabaseInterface/DbiTableRow.h"#include "LeakChecker/Lea.h"#include "Validity/VldContext.h"#include "RawData/RawChannelId.h"#include <iosfwd>Go to the source code of this file.
Classes | |
| class | DbuVaChipPeds |
Functions | |
| std::ostream & | operator<< (std::ostream &os, const DbuVaChipPeds &drs) |
|
||||||||||||
|
Definition at line 49 of file DbuVaChipPeds.cxx. 00050 {
00051 os << drs.GetName()
00052 << " " << drs.fRawChannelId.AsString("e");
00053 for (int i=0; i<22; ++i) {
00054 if (0==i || 11==i) os << endl << " | ";
00055 os << setw(5) << drs.fChanPed[i];
00056 }
00057 os << endl;
00058
00059 return os;
00060 }
|
1.3.9.1