src
DataFormats
CTPPSDigi
src
TotemVFATStatus.cc
Go to the documentation of this file.
1
/****************************************************************************
2
*
3
* This is a part of TOTEM offline software.
4
* Authors:
5
* Maciej Wróbel (wroblisko@gmail.com)
6
* Jan Kašpar (jan.kaspar@gmail.com)
7
*
8
****************************************************************************/
9
10
#include "
DataFormats/CTPPSDigi/interface/TotemVFATStatus.h
"
11
12
#include <ostream>
13
14
std::ostream&
operator<<
(std::ostream&
s
,
const
TotemVFATStatus
& st) {
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
}
alignCSCRings.s
s
Definition:
alignCSCRings.py:92
TotemVFATStatus
Definition:
TotemVFATStatus.h:22
TotemVFATStatus.h
operator<<
std::ostream & operator<<(std::ostream &s, const TotemVFATStatus &st)
Definition:
TotemVFATStatus.cc:14
TotemVFATStatus::status
std::bitset< 8 > status
the status bits
Definition:
TotemVFATStatus.h:89
Generated for CMSSW Reference Manual by
1.8.14