Belle II Software
release-08-01-10
|
intersection of muid-extrapolated track with a KLM layer More...
#include <TrackExtrapolateG4e.h>
Public Attributes | |
int | hit |
index in {B,E}KLMHit2ds of matching hit | |
bool | inBarrel |
flag to indicate if this point is in the barrel (true) or endcap (false) | |
bool | isForward |
flag to indicate if this point is in the forward (true) or backward (false) end | |
int | sector |
sector number (0..7 for barrel, 0..3 for endcap) of this point | |
int | layer |
layer number (0..14 for barrel, 0..13 for endcap) of this point | |
G4ThreeVector | position |
extrapolated-track global position (cm) of this intersection | |
G4ThreeVector | momentum |
extrapolated-track momentum (GeV/c) at this intersection | |
G4ErrorSymMatrix | covariance |
extrapolated-track phase-space covariance matrix at this intersection | |
G4ThreeVector | positionAtHitPlane |
extrapolated-track position (cm) projected to the 2D hit's midplane | |
double | time |
time (ns) of matching BKLMHit2d | |
double | chi2 |
chi-squared value of transverse deviation between extrapolated and measured hit positions | |
intersection of muid-extrapolated track with a KLM layer
Definition at line 129 of file TrackExtrapolateG4e.h.