#include "EndPoint2D.h"
Definition at line 18 of file EndPoint2D.h.
recob::EndPoint2D::EndPoint2D |
( |
| ) |
|
Definition at line 17 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 28 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.
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 47 of file EndPoint2D.cxx.
49 o << std::setiosflags(std::ios::fixed) << std::setprecision(2);
50 o <<
"EndPoint2D ID " << std::setw(5) <<
std::right << ep.ID()
52 <<
"\tCryostat = " << std::setw(7) <<
std::right << ep.WireID().Cryostat
53 <<
"\tTPC = " << std::setw(7) <<
std::right << ep.WireID().TPC
54 <<
"\tPlane = " << std::setw(7) <<
std::right << ep.WireID().Plane
55 <<
"\tWire Number = " << std::setw(7) <<
std::right << ep.WireID().Wire
56 <<
" View = " << std::setw(9) <<
std::right << ep.View()
57 <<
" 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 30 of file EndPoint2D.h.
Referenced by Charge().
The documentation for this class was generated from the following files:
- /cvmfs/larsoft.opensciencegrid.org/products/lardataobj/v07_06_00/source/lardataobj/RecoBase/EndPoint2D.h
- /cvmfs/larsoft.opensciencegrid.org/products/lardataobj/v07_06_00/source/lardataobj/RecoBase/EndPoint2D.cxx