![]() |
|
|||
File indexing completed on 2024-04-06 12:11:11
0001 #include "FastSimDataFormats/CTPPSFastSim/interface/CTPPSFastTrack.h" 0002 #include <ostream> 0003 //float t,float xi,unsigned int cellid ,float tof,const Vector &momentum,const Point &vertex) 0004 std::ostream& operator<<(std::ostream& o, const CTPPSFastTrack& hit) { 0005 return o << hit.t() << " " << hit.xi() << " " << hit.cellid() << " " << hit.tof(); 0006 }
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |
![]() ![]() |