DataFormats
HcalRecHit
src
HFRecHit.cc
Go to the documentation of this file.
1
#include "
DataFormats/HcalRecHit/interface/HFRecHit.h
"
2
3
std::ostream&
operator<<
(std::ostream&
s
,
const
HFRecHit
&
hit
) {
4
s
<<
hit
.
id
() <<
": "
<<
hit
.energy() <<
" GeV"
;
5
if
(
hit
.time() > -998) {
6
s
<<
", t= "
<<
hit
.time() <<
" to "
<<
hit
.timeFalling() <<
" ns"
;
7
}
8
return
s
;
9
}
alignCSCRings.s
s
Definition:
alignCSCRings.py:92
HFRecHit.h
hit::id
unsigned int id
Definition:
SiStripHitEffFromCalibTree.cc:92
operator<<
std::ostream & operator<<(std::ostream &s, const HFRecHit &hit)
Definition:
HFRecHit.cc:3
hit
Definition:
SiStripHitEffFromCalibTree.cc:88
HFRecHit
Definition:
HFRecHit.h:11
Generated for CMSSW Reference Manual by
1.8.14