SRTrack.cxx
Go to the documentation of this file.
1 ////////////////////////////////////////////////////////////////////////
2 /// \file SRTrack.cxx
3 /// \brief Reconstructed track object
4 /// \author J. Wolcott <jwolcott@fnal.gov>
5 /// \date Sept. 2021
6 ////////////////////////////////////////////////////////////////////////
7 
9 
10 std::ostream &operator<<(std::ostream &stream, const caf::SRTrack &tr)
11 {
12  stream << "caf::SRTrack with start=" << tr.start << " end=" << tr.end << " start dir=" << tr.dir << " end_dir=" << tr.enddir << " visE=" << tr.Evis << std::endl;
13  return stream;
14 }
float Evis
Visible energy in voxels corresponding to this track.
Definition: SRTrack.h:23
SRVector3D dir
Unit vector representing estimate of track direction taken from start point
Definition: SRTrack.h:20
QDataStream & operator<<(QDataStream &s, const QString &str)
Definition: qstring.cpp:15066
SRVector3D enddir
Unit vector representing estimate of track direction taken from endpoint
Definition: SRTrack.h:21
SRVector3D start
Track 3D start point.
Definition: SRTrack.h:18
SRVector3D end
Track 3D end point.
Definition: SRTrack.h:19
QTextStream & endl(QTextStream &s)