5 void dumpArray(std::ostream&
s,
const char*
p,
const T* arr,
const unsigned len) {
7 for (
unsigned i = 0;
i < len; ++
i) {
13 void dumpArrayAsUnsigned(std::ostream&
s,
const char*
p,
const T* arr,
const unsigned len) {
15 for (
unsigned i = 0;
i < len; ++
i) {
16 s << ' ' << static_cast<unsigned>(*arr++);
25 <<
" recoShape " <<
inf.recoShape() <<
" nSamples " <<
nSamples <<
" soi " <<
inf.soi() <<
" capid " <<
inf.capid()
26 <<
" hasTDC " <<
inf.hasTimeInfo() <<
" hasEffPeds " <<
inf.hasEffectivePedestals() <<
" dropped " 27 <<
inf.isDropped() <<
" linkErr " <<
inf.hasLinkError() <<
" capidErr " <<
inf.hasCapidError() <<
" darkI " 28 <<
inf.darkCurrent() <<
" fcByPE " <<
inf.fcByPE() <<
" lambda " <<
inf.lambda();
36 if (
inf.hasTimeInfo()) {
std::ostream & operator<<(std::ostream &s, const HBHEChannelInfo &inf)