#include <string>
#include <vector>
#include <iosfwd>
Go to the source code of this file.
std::ostream& operator<< |
( |
std::ostream & |
, |
|
|
const PassiveHit & |
|
|
) |
| |
Definition at line 4 of file PassiveHit.cc.
References TauDecayModes::dec, PassiveHit::energy(), PassiveHit::energyTotal(), PassiveHit::id(), class-composition::o, PassiveHit::time(), PassiveHit::trackId(), PassiveHit::vname(), PassiveHit::x(), PassiveHit::y(), and PassiveHit::z().
6 <<
" GeV: " <<
hit.energyTotal() <<
" GeV: Tof " <<
hit.time() <<
" ns: "
7 <<
" Track # " <<
hit.trackId() <<
" Position " <<
hit.
x() <<
", " <<
hit.
y() <<
", " <<
hit.
z() <<
")";