CMS 3D CMS Logo

CSCDetectorHit.cc
Go to the documentation of this file.
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 }
cms::cuda::stream
cudaStream_t stream
Definition: HistoContainer.h:57
CSCDetectorHit
Definition: CSCDetectorHit.h:16
operator<<
std::ostream & operator<<(std::ostream &stream, const CSCDetectorHit &hit)
Definition: CSCDetectorHit.cc:4
CSCDetectorHit.h
hit
Definition: SiStripHitEffFromCalibTree.cc:88