Hits from the x or y view. More...
#include "/cvmfs/nova-development.opensciencegrid.org/novasoft/releases/N21-02-25/RecoBase/HitList.h"
Public Member Functions | |
Hit2D (geo::View_t v=geo::kXorY, double xy=0, double z=0, double t=0, double cxy=0, double cz=0, double w=1.0) | |
Public Attributes | |
geo::View_t | fView |
View hit belongs in (x or y) More... | |
double | fXY |
x or y coordinate of hit More... | |
double | fZ |
z coordinate of hit More... | |
double | fT |
time coordinate of hit More... | |
double | fCXY |
half width of cell, will be on x or y axis More... | |
double | fCZ |
half depth of cell, will be on z axis More... | |
double | fW |
Initial weight of hit. More... | |
|
inline |
double rb::Hit2D::fCXY |
half width of cell, will be on x or y axis
Definition at line 34 of file HitList.h.
Referenced by rb::HitList::SetHit().
double rb::Hit2D::fCZ |
half depth of cell, will be on z axis
Definition at line 35 of file HitList.h.
Referenced by rb::HitList::SetHit().
double rb::Hit2D::fT |
time coordinate of hit
Definition at line 33 of file HitList.h.
Referenced by rb::HitList::SetHit().
geo::View_t rb::Hit2D::fView |
View hit belongs in (x or y)
Definition at line 30 of file HitList.h.
Referenced by rb::HitList::SetHit().
double rb::Hit2D::fW |
Initial weight of hit.
Definition at line 36 of file HitList.h.
Referenced by rb::HitList::SetHit().
double rb::Hit2D::fXY |
x or y coordinate of hit
Definition at line 31 of file HitList.h.
Referenced by rb::HitList::SetHit().
double rb::Hit2D::fZ |