DataFormats
CaloRecHit
src
CaloRecHit.cc
Go to the documentation of this file.
1
#include "
DataFormats/CaloRecHit/interface/CaloRecHit.h
"
2
3
std::ostream&
operator<<
(std::ostream&
s
,
const
CaloRecHit
&
hit
) {
4
s
<<
hit
.detid().rawId() <<
", "
<<
hit
.energy() <<
" GeV, "
<<
hit
.time() <<
" ns "
;
5
s
<<
" flags=0x"
<< std::hex <<
hit
.flags() <<
std::dec
<<
" "
;
6
s
<<
" aux=0x"
<< std::hex <<
hit
.aux() <<
std::dec
<<
" "
;
7
return
s
;
8
}
operator<<
std::ostream & operator<<(std::ostream &s, const CaloRecHit &hit)
Definition:
CaloRecHit.cc:3
alignCSCRings.s
s
Definition:
alignCSCRings.py:92
CaloRecHit
Definition:
CaloRecHit.h:23
hit
Definition:
SiStripHitEffFromCalibTree.cc:88
TauDecayModes.dec
dec
Definition:
TauDecayModes.py:142
CaloRecHit.h
Generated for CMSSW Reference Manual by
1.8.14