![]() |
|
|||
File indexing completed on 2023-03-17 10:50:05
0001 #include "DataFormats/HcalRecHit/interface/HFRecHit.h" 0002 0003 std::ostream& operator<<(std::ostream& s, const HFRecHit& hit) { 0004 s << hit.id() << ": " << hit.energy() << " GeV"; 0005 if (hit.time() > -998) { 0006 s << ", t= " << hit.time() << " to " << hit.timeFalling() << " ns"; 0007 } 0008 return s; 0009 }
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |
![]() ![]() |