#include <Cluster3D.h>
Definition at line 35 of file Cluster3D.h.
Enumerator |
---|
SHAREDINPAIR |
|
SHAREDINTRIPLET |
|
USEDINPAIR |
|
USEDINTRIPLET |
|
SHAREDINCLUSTER |
|
USEDINCLUSTER |
|
USED |
|
Definition at line 53 of file Cluster3D.h.
reco::ClusterHit2D::ClusterHit2D |
( |
| ) |
|
Definition at line 16 of file Cluster3D.cxx.
unsigned m_statusBits
Volatile status information of this 3D hit.
float m_docaToAxis
DOCA of hit at POCA to associated cluster axis.
const recob::Hit * m_hit
Hit we are augmenting.
float m_arcLenToPoca
arc length to POCA along cluster axis
float m_timeTicks
The time (in ticks) for this hit.
geo::WireID m_wireID
Keep track this particular hit's wireID.
float m_xPosition
The x coordinate for this hit.
reco::ClusterHit2D::ClusterHit2D |
( |
unsigned |
statusBits, |
|
|
float |
doca, |
|
|
float |
poca, |
|
|
float |
xPosition, |
|
|
float |
timeTicks, |
|
|
const geo::WireID & |
wireID, |
|
|
const recob::Hit * |
recobHit |
|
) |
| |
Definition at line 24 of file Cluster3D.cxx.
unsigned m_statusBits
Volatile status information of this 3D hit.
float m_docaToAxis
DOCA of hit at POCA to associated cluster axis.
const recob::Hit * m_hit
Hit we are augmenting.
float m_arcLenToPoca
arc length to POCA along cluster axis
float m_timeTicks
The time (in ticks) for this hit.
Detector simulation of raw signals on wires.
geo::WireID m_wireID
Keep track this particular hit's wireID.
float m_xPosition
The x coordinate for this hit.
reco::ClusterHit2D::ClusterHit2D |
( |
const ClusterHit2D & |
toCopy | ) |
|
Definition at line 39 of file Cluster3D.cxx.
unsigned m_statusBits
Volatile status information of this 3D hit.
float m_docaToAxis
DOCA of hit at POCA to associated cluster axis.
const recob::Hit * m_hit
Hit we are augmenting.
float m_arcLenToPoca
arc length to POCA along cluster axis
float m_timeTicks
The time (in ticks) for this hit.
geo::WireID m_wireID
Keep track this particular hit's wireID.
float m_xPosition
The x coordinate for this hit.
void reco::ClusterHit2D::clearStatusBits |
( |
unsigned |
bits | ) |
const |
|
inline |
Definition at line 81 of file Cluster3D.h.
unsigned m_statusBits
Volatile status information of this 3D hit.
float reco::ClusterHit2D::getArcLenToPoca |
( |
| ) |
const |
|
inline |
Definition at line 74 of file Cluster3D.h.
float m_arcLenToPoca
arc length to POCA along cluster axis
float reco::ClusterHit2D::getDocaToAxis |
( |
| ) |
const |
|
inline |
Definition at line 73 of file Cluster3D.h.
float m_docaToAxis
DOCA of hit at POCA to associated cluster axis.
const recob::Hit* reco::ClusterHit2D::getHit |
( |
| ) |
const |
|
inline |
Definition at line 78 of file Cluster3D.h.
const recob::Hit * m_hit
Hit we are augmenting.
unsigned reco::ClusterHit2D::getStatusBits |
( |
| ) |
const |
|
inline |
Definition at line 72 of file Cluster3D.h.
unsigned m_statusBits
Volatile status information of this 3D hit.
float reco::ClusterHit2D::getTimeTicks |
( |
| ) |
const |
|
inline |
Definition at line 76 of file Cluster3D.h.
float m_timeTicks
The time (in ticks) for this hit.
float reco::ClusterHit2D::getXPosition |
( |
| ) |
const |
|
inline |
Definition at line 75 of file Cluster3D.h.
float m_xPosition
The x coordinate for this hit.
void reco::ClusterHit2D::setArcLenToPoca |
( |
float |
poca | ) |
const |
|
inline |
Definition at line 83 of file Cluster3D.h.
float m_arcLenToPoca
arc length to POCA along cluster axis
void reco::ClusterHit2D::setDocaToAxis |
( |
float |
doca | ) |
const |
|
inline |
Definition at line 82 of file Cluster3D.h.
float m_docaToAxis
DOCA of hit at POCA to associated cluster axis.
void reco::ClusterHit2D::setHit |
( |
const recob::Hit * |
hit | ) |
|
|
inline |
Definition at line 85 of file Cluster3D.h.
const recob::Hit * m_hit
Hit we are augmenting.
void reco::ClusterHit2D::setStatusBit |
( |
unsigned |
bits | ) |
const |
|
inline |
Definition at line 80 of file Cluster3D.h.
unsigned m_statusBits
Volatile status information of this 3D hit.
const geo::WireID& reco::ClusterHit2D::WireID |
( |
| ) |
const |
|
inline |
Definition at line 77 of file Cluster3D.h.
geo::WireID m_wireID
Keep track this particular hit's wireID.
std::ostream& operator<< |
( |
std::ostream & |
o, |
|
|
const ClusterHit2D & |
c |
|
) |
| |
|
friend |
float reco::ClusterHit2D::m_arcLenToPoca |
|
mutableprivate |
arc length to POCA along cluster axis
Definition at line 45 of file Cluster3D.h.
float reco::ClusterHit2D::m_docaToAxis |
|
mutableprivate |
DOCA of hit at POCA to associated cluster axis.
Definition at line 44 of file Cluster3D.h.
Hit we are augmenting.
Definition at line 49 of file Cluster3D.h.
unsigned reco::ClusterHit2D::m_statusBits |
|
mutableprivate |
Volatile status information of this 3D hit.
Definition at line 43 of file Cluster3D.h.
float reco::ClusterHit2D::m_timeTicks |
|
private |
The time (in ticks) for this hit.
Definition at line 47 of file Cluster3D.h.
Keep track this particular hit's wireID.
Definition at line 48 of file Cluster3D.h.
float reco::ClusterHit2D::m_xPosition |
|
private |
The x coordinate for this hit.
Definition at line 46 of file Cluster3D.h.
The documentation for this class was generated from the following files: