Main Page
Namespaces
Classes
Package Documentation
SimDataFormats
CaloHit
src
PassiveHit.cc
Go to the documentation of this file.
1
#include "
SimDataFormats/CaloHit/interface/PassiveHit.h
"
2
#include<iostream>
3
4
std::ostream &
operator<<
(std::ostream&
o
,
const
PassiveHit
&
hit
) {
5
o << hit.
vname
() <<
" 0x"
<<std::hex << hit.
id
() <<
std::dec
6
<<
": Energy "
<< hit.
energy
() <<
" GeV "
7
<<
" Tof "
<< hit.
time
() <<
" ns "
8
<<
" Track #"
<< hit.
trackId
();
9
10
return
o
;
11
}
PassiveHit::energy
double energy() const
Definition:
PassiveHit.h:23
PassiveHit::time
double time() const
Definition:
PassiveHit.h:28
PassiveHit::id
unsigned int id() const
Definition:
PassiveHit.h:38
PassiveHit::vname
std::string vname() const
Definition:
PassiveHit.h:37
connectstrParser.o
o
Definition:
connectstrParser.py:70
PassiveHit
Definition:
PassiveHit.h:9
PassiveHit.h
hit
Definition:
SiStripHitEffFromCalibTree.cc:86
TauDecayModes.dec
dec
Definition:
TauDecayModes.py:141
PassiveHit::trackId
int trackId() const
Definition:
PassiveHit.h:32
operator<<
std::ostream & operator<<(std::ostream &o, const PassiveHit &hit)
Definition:
PassiveHit.cc:4
Generated for CMSSW Reference Manual by
1.8.11