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()
6  << " charge: " << hit.getCharge()
7  << " pos: " << hit.getPosition()
8  << " time: " << hit.getTime() << std::endl;
9  return stream;
10 }
11 
float getPosition() const
int getElement() const
std::ostream & operator<<(std::ostream &stream, const CSCDetectorHit &hit)
float getCharge() const
float getTime() const