EventFilter
L1TRawToDigi
src
OmtfMuonDataWord64.cc
Go to the documentation of this file.
1
#include "
EventFilter/L1TRawToDigi/interface/OmtfMuonDataWord64.h
"
2
3
#include <bitset>
4
5
namespace
omtf
{
6
std::ostream &
operator<<
(std::ostream &
out
,
const
MuonDataWord64
&
o
) {
7
out
<<
"MuonDataWord64: "
8
<<
" type: "
<<
DataWord64::type
(
o
.type()) <<
" bx: "
<<
o
.bxNum() <<
" pT: "
<<
o
.pT() <<
" eta: "
<<
o
.eta()
9
<<
" phi: "
<<
o
.phi() <<
" quality: "
<<
o
.quality() <<
" layers: "
<< std::bitset<18>(
o
.layers()) <<
""
;
10
return
out
;
11
}
12
}
// namespace omtf
EcalTangentSkim_cfg.o
o
Definition:
EcalTangentSkim_cfg.py:42
omtf::operator<<
std::ostream & operator<<(std::ostream &out, const CscDataWord64 &o)
Definition:
OmtfCscDataWord64.cc:4
omtf::MuonDataWord64
Definition:
OmtfMuonDataWord64.h:8
omtf::DataWord64::type
Type type(const T &)
MillePedeFileConverter_cfg.out
out
Definition:
MillePedeFileConverter_cfg.py:31
OmtfMuonDataWord64.h
omtf
Definition:
OmtfCscDataWord64.h:7
Generated for CMSSW Reference Manual by
1.8.16