Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
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
() <<
" charge: "
<< hit.
getCharge
() <<
" pos: "
<< hit.
getPosition
()
6
<<
" time: "
<< hit.
getTime
() << std::endl;
7
return
stream
;
8
}
CSCDetectorHit::getPosition
float getPosition() const
Definition:
CSCDetectorHit.h:23
CSCDetectorHit::getElement
int getElement() const
Definition:
CSCDetectorHit.h:21
cms::cuda::stream
uint32_t T const *__restrict__ uint32_t const *__restrict__ int32_t int Histo::index_type cudaStream_t stream
Definition:
HistoContainer.h:51
operator<<
std::ostream & operator<<(std::ostream &out, const ALILine &li)
Definition:
ALILine.cc:167
CSCDetectorHit::getCharge
float getCharge() const
Definition:
CSCDetectorHit.h:22
CSCDetectorHit::getTime
float getTime() const
Definition:
CSCDetectorHit.h:24
hit
Definition:
SiStripHitEffFromCalibTree.cc:87
CSCDetectorHit
Definition:
CSCDetectorHit.h:16
CSCDetectorHit.h
Generated for CMSSW Reference Manual by
1.8.5