FACT++  1.0
void FTM::DynamicDataBoard::print ( std::ostream &  out) const

Definition at line 74 of file HeadersFTM.cc.

References fCrcError, fOverflow, fRatePatch, and fRateTotal.

Referenced by FTM::operator<<().

75 {
76  out << "Rate=" << std::setw(5) << fRateTotal << " (";
77  out << std::setw(5) << fRatePatch[0] << ", ";
78  out << std::setw(5) << fRatePatch[1] << ", ";
79  out << std::setw(5) << fRatePatch[2] << ", ";
80  out << std::setw(5) << fRatePatch[3] << ") ";
81  out << "Overflow=" << fOverflow << " ";
82  out << "CrcError=" << fCrcError << std::endl;
83 }
uint32_t fRatePatch[4]
Definition: HeadersFTM.h:480

+ Here is the caller graph for this function: