Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
TBDataFormats
EcalTBObjects
src
EcalTBHodoscopePlaneRawHits.cc
Go to the documentation of this file.
1
#include "
TBDataFormats/EcalTBObjects/interface/EcalTBHodoscopePlaneRawHits.h
"
2
3
std::ostream&
operator<<
(std::ostream&
s
,
const
EcalTBHodoscopePlaneRawHits
& planeHits) {
4
s <<
"Number of channels: "
<< planeHits.
channels
() << std::endl;
5
for
(
unsigned
int
i
= 0;
i
< planeHits.
channels
();
i
++)
6
s <<
"Channel "
<<
i
<<
": "
<< (
int
)planeHits[
i
] << std::endl;
7
return
s
;
8
}
mps_fire.i
i
Definition:
mps_fire.py:428
EcalTBHodoscopePlaneRawHits::channels
unsigned int channels() const
Get Methods.
Definition:
EcalTBHodoscopePlaneRawHits.h:24
EcalTBHodoscopePlaneRawHits
Definition:
EcalTBHodoscopePlaneRawHits.h:13
operator<<
std::ostream & operator<<(std::ostream &out, const ALILine &li)
Definition:
ALILine.cc:167
EcalTBHodoscopePlaneRawHits.h
alignCSCRings.s
list s
Definition:
alignCSCRings.py:92
Generated for CMSSW Reference Manual by
1.8.5