#include <VertexHit.h>
Public Attributes | |
geo::WireID | wire |
Wire that the hit is on. More... | |
float | charge |
Calibrated and lifetime-corrected charge on the hit [#elec]. More... | |
float | proj_dist_to_vertex |
Distnace from the hit to the vertex on the wireplane. More... | |
float | vtxw |
Wire of the vertex associated with this hit. Not space charge corrected. [cm]. More... | |
float | vtxx |
X-Position of the vertex associated with this hit as seen by wire-planes. Not space charge corrected. [cm]. More... | |
int | spID |
ID of the SpacePoint associated with this hit. More... | |
geo::Point_t | spXYZ |
3D location of the SpacePoint associated with this hit. Space charge corrected. [cm] More... | |
geo::Point_t | vtxXYZ |
3D location of the Vertex associated with this hit. Space charge corrected. [cm] More... | |
float | pitch |
Computed pitch of a track traversing from the vertex to this hit. Space charge corrected. [cm]. More... | |
float | dqdx |
charge/pitch [#elec/cm] More... | |
float | dedx |
Recombination corrected dQ/dx [MeV/cm]. More... | |
Definition at line 9 of file VertexHit.h.
float sbn::VertexHit::charge |
Calibrated and lifetime-corrected charge on the hit [#elec].
Definition at line 12 of file VertexHit.h.
float sbn::VertexHit::dedx |
Recombination corrected dQ/dx [MeV/cm].
Definition at line 21 of file VertexHit.h.
float sbn::VertexHit::dqdx |
charge/pitch [#elec/cm]
Definition at line 20 of file VertexHit.h.
float sbn::VertexHit::pitch |
Computed pitch of a track traversing from the vertex to this hit. Space charge corrected. [cm].
Definition at line 19 of file VertexHit.h.
float sbn::VertexHit::proj_dist_to_vertex |
Distnace from the hit to the vertex on the wireplane.
Definition at line 13 of file VertexHit.h.
int sbn::VertexHit::spID |
ID of the SpacePoint associated with this hit.
Definition at line 16 of file VertexHit.h.
geo::Point_t sbn::VertexHit::spXYZ |
3D location of the SpacePoint associated with this hit. Space charge corrected. [cm]
Definition at line 17 of file VertexHit.h.
float sbn::VertexHit::vtxw |
Wire of the vertex associated with this hit. Not space charge corrected. [cm].
Definition at line 14 of file VertexHit.h.
float sbn::VertexHit::vtxx |
X-Position of the vertex associated with this hit as seen by wire-planes. Not space charge corrected. [cm].
Definition at line 15 of file VertexHit.h.
geo::Point_t sbn::VertexHit::vtxXYZ |
3D location of the Vertex associated with this hit. Space charge corrected. [cm]
Definition at line 18 of file VertexHit.h.
geo::WireID sbn::VertexHit::wire |
Wire that the hit is on.
Definition at line 11 of file VertexHit.h.