Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
src
SimMuon
CSCDigitizer
src
CSCDetectorHit.cc
Go to the documentation of this file.
1
#include "
SimMuon/CSCDigitizer/src/CSCDetectorHit.h
"
2
#include <iostream>
3
4
std::ostream &
operator<<
(std::ostream &
stream
,
const
CSCDetectorHit
&
hit
) {
5
stream <<
"element: "
<< hit.
getElement
()
6
<<
" charge: "
<< hit.
getCharge
()
7
<<
" pos: "
<< hit.
getPosition
()
8
<<
" time: "
<< hit.
getTime
() << std::endl;
9
return
stream
;
10
}
11
CSCDetectorHit::getPosition
float getPosition() const
Definition:
CSCDetectorHit.h:26
CSCDetectorHit::getElement
int getElement() const
Definition:
CSCDetectorHit.h:24
operator<<
std::ostream & operator<<(std::ostream &out, const ALILine &li)
Definition:
ALILine.cc:187
CSCDetectorHit::getCharge
float getCharge() const
Definition:
CSCDetectorHit.h:25
CSCDetectorHit::getTime
float getTime() const
Definition:
CSCDetectorHit.h:27
hit
Definition:
SiStripHitEffFromCalibTree.cc:85
CSCDetectorHit
Definition:
CSCDetectorHit.h:16
CSCDetectorHit.h
edmStreamStallGrapher.stream
tuple stream
Definition:
edmStreamStallGrapher.py:54
Generated for CMSSW Reference Manual by
1.8.5