#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 21 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 50 of file EndPoint2D.h.
References fTotalCharge.
double fTotalCharge
total charge of hits associated with end point
double recob::EndPoint2D::DriftTime |
( |
| ) |
const |
|
inline |
int recob::EndPoint2D::ID |
( |
| ) |
const |
|
inline |
double recob::EndPoint2D::Strength |
( |
| ) |
const |
|
inline |
std::ostream& operator<< |
( |
std::ostream & |
o, |
|
|
const EndPoint2D & |
c |
|
) |
| |
|
friend |
Definition at line 39 of file EndPoint2D.cxx.
41 o << std::setiosflags(std::ios::fixed) << std::setprecision(2);
42 o <<
"EndPoint2D ID " << std::setw(5) <<
std::right << ep.ID() <<
" WireID : \n" 43 <<
"\tCryostat = " << std::setw(7) <<
std::right << ep.WireID().Cryostat
44 <<
"\tTPC = " << std::setw(7) <<
std::right << ep.WireID().TPC <<
"\tPlane = " << std::setw(7)
46 << ep.WireID().Wire <<
" View = " << std::setw(9) <<
std::right << ep.View()
47 <<
" Time = " << std::setw(9) <<
std::right << ep.DriftTime();
constexpr auto const & right(const_AssnsIter< L, R, D, Dir > const &a, const_AssnsIter< L, R, D, Dir > const &b)
double recob::EndPoint2D::fDriftTime |
|
private |
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 29 of file EndPoint2D.h.
Referenced by Charge().
The documentation for this class was generated from the following files: