Some glue so that hits of various types call all use the HitTower class. More...
#include "/cvmfs/nova-development.opensciencegrid.org/novasoft/releases/N21-02-25/EventDisplay/HitTower.h"
Public Member Functions | |
HitData (int v, int p, int c, float tp, float zp, float q, float t) | |
Public Attributes | |
int | fView |
Which view is the hit in? (X or Y) More... | |
int | fPlane |
Which plane? More... | |
int | fCell |
Which cell? More... | |
float | fTpos |
Transverse position (X or Y, cm) More... | |
float | fZpos |
Longitudinal postiion (Z, cm) More... | |
float | fQ |
Charge (arb. units) More... | |
float | fT |
Time (arb. units) More... | |
Some glue so that hits of various types call all use the HitTower class.
Definition at line 15 of file HitTower.h.
int evd::HitData::fCell |
Which cell?
Definition at line 22 of file HitTower.h.
Referenced by evd::comp_hitdata(), and evd::HitTower::Draw().
int evd::HitData::fPlane |
Which plane?
Definition at line 21 of file HitTower.h.
Referenced by evd::comp_hitdata(), and evd::HitTower::Draw().
float evd::HitData::fQ |
float evd::HitData::fT |
Time (arb. units)
Definition at line 26 of file HitTower.h.
Referenced by evd::comp_hitdata(), and evd::HitTower::Draw().
float evd::HitData::fTpos |
Transverse position (X or Y, cm)
Definition at line 23 of file HitTower.h.
Referenced by evd::HitTower::Draw().
int evd::HitData::fView |
Which view is the hit in? (X or Y)
Definition at line 20 of file HitTower.h.
Referenced by evd::comp_hitdata(), and evd::HitTower::Draw().
float evd::HitData::fZpos |
Longitudinal postiion (Z, cm)
Definition at line 24 of file HitTower.h.
Referenced by evd::HitTower::Draw().