CMS 3D CMS Logo

Functions
TotemVFATStatus.cc File Reference
#include "DataFormats/CTPPSDigi/interface/TotemVFATStatus.h"
#include <ostream>

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &s, const TotemVFATStatus &st)
 

Function Documentation

◆ operator<<()

std::ostream& operator<< ( std::ostream &  s,
const TotemVFATStatus st 
)

Definition at line 14 of file TotemVFATStatus.cc.

References alignCSCRings::s, and TotemVFATStatus::status.

14  {
15  return s << "miss=" << st.status[0] << ",ID=" << st.status[1] << ",foot=" << st.status[2] << ",CRC=" << st.status[3]
16  << ",EC=" << st.status[4] << ",BC=" << st.status[5] << ",fm=" << st.status[6] << ",pm=" << st.status[7];
17 }
std::bitset< 8 > status
the status bits