#include <EndPoint2D.h>
Definition at line 18 of file EndPoint2D.h.
recob::EndPoint2D::EndPoint2D |
( |
| ) |
|
Definition at line 16 of file EndPoint2D.cxx.
geo::View_t fView
view for this end point
double fStrength
vertex's strength
double fTotalCharge
total charge of hits associated with end point
geo::WireID fWireID
vertex's wireID
double fDriftTime
Default constructor.
recob::EndPoint2D::EndPoint2D |
( |
double |
driftTime, |
|
|
geo::WireID |
wireID, |
|
|
double |
strength, |
|
|
int |
id, |
|
|
geo::View_t |
view, |
|
|
double |
totalQ |
|
) |
| |
Definition at line 27 of file EndPoint2D.cxx.
geo::View_t fView
view for this end point
double fStrength
vertex's strength
double fTotalCharge
total charge of hits associated with end point
geo::WireID fWireID
vertex's wireID
double fDriftTime
Default constructor.
double recob::EndPoint2D::Charge |
( |
| ) |
const |
|
inline |
Definition at line 54 of file EndPoint2D.h.
double fTotalCharge
total charge of hits associated with end point
double recob::EndPoint2D::DriftTime |
( |
| ) |
const |
|
inline |
Definition at line 56 of file EndPoint2D.h.
double fDriftTime
Default constructor.
int recob::EndPoint2D::ID |
( |
| ) |
const |
|
inline |
double recob::EndPoint2D::Strength |
( |
| ) |
const |
|
inline |
Definition at line 59 of file EndPoint2D.h.
double fStrength
vertex's strength
Definition at line 55 of file EndPoint2D.h.
geo::View_t fView
view for this end point
Definition at line 57 of file EndPoint2D.h.
geo::WireID fWireID
vertex's wireID
std::ostream& operator<< |
( |
std::ostream & |
o, |
|
|
const EndPoint2D & |
c |
|
) |
| |
|
friend |
Definition at line 46 of file EndPoint2D.cxx.
48 o << std::setiosflags(std::ios::fixed) << std::setprecision(2);
49 o <<
"EndPoint2D ID " << std::setw(5) <<
std::right << ep.ID()
51 <<
"\tCryostat = " << std::setw(7) <<
std::right << ep.WireID().Cryostat
52 <<
"\tTPC = " << std::setw(7) <<
std::right << ep.WireID().TPC
53 <<
"\tPlane = " << std::setw(7) <<
std::right << ep.WireID().Plane
54 <<
"\tWire Number = " << std::setw(7) <<
std::right << ep.WireID().Wire
55 <<
" View = " << std::setw(9) <<
std::right << ep.View()
56 <<
" Time = " << std::setw(9) <<
std::right << ep.DriftTime();
double recob::EndPoint2D::fDriftTime |
|
private |
Default constructor.
vertex's drift time
Definition at line 25 of file EndPoint2D.h.
int recob::EndPoint2D::fID |
|
private |
double recob::EndPoint2D::fStrength |
|
private |
double recob::EndPoint2D::fTotalCharge |
|
private |
total charge of hits associated with end point
Definition at line 30 of file EndPoint2D.h.
The documentation for this class was generated from the following files: