Belle II Software development
|
Data structure to define extrapolation state. More...
#include <TrackExtrapolateG4e.h>
Public Attributes | |
const Track * | track |
Pointer to the reconstructed track. | |
int | pdgCode |
Particle hypothesis that is being extrapolated. | |
bool | isCosmic |
True for back-propagation of a cosmic ray. | |
double | tof |
Time of flight from IP (ns), updated during extrapolation. | |
double | length |
Length from start of extrapolation (rad lengths), updated during extrapolation. | |
G4ThreeVector | directionAtIP |
MUID: initial direction of track, used for KLID. | |
double | chi2 |
MUID: accumulated chi-squared of all in-plane transverse deviations between extrapolation and matching hit. | |
int | nPoint |
MUID: accumulated number of points with matching 2D hits. | |
int | firstBarrelLayer |
MUID: outermost barrel layer encountered by the extrapolated track in the prior steps. | |
int | firstEndcapLayer |
MUID: outermost barrel layer encountered by the extrapolated track in the prior steps. | |
int | lastBarrelExtLayer |
MUID: outermost barrel layer crossed by the extrapolated track. | |
int | lastBarrelHitLayer |
MUID: outermost barrel layer with a matching hit. | |
int | lastEndcapExtLayer |
MUID: outermost endcap layer crossed by the extrapolated track. | |
int | lastEndcapHitLayer |
MUID: outermost endcap layer with a matching hit. | |
int | extLayerPattern |
MUID: accumulated bit pattern of layers crossed by the extrapolated track. | |
int | hitLayerPattern |
MUID: accumulated bit pattern of layers with matching hits. | |
bool | escaped |
MUID: flag to indicate that the extrapolated track escaped from the KLM. | |
Data structure to define extrapolation state.
Definition at line 91 of file TrackExtrapolateG4e.h.
double chi2 |
MUID: accumulated chi-squared of all in-plane transverse deviations between extrapolation and matching hit.
Definition at line 105 of file TrackExtrapolateG4e.h.
G4ThreeVector directionAtIP |
MUID: initial direction of track, used for KLID.
Definition at line 103 of file TrackExtrapolateG4e.h.
bool escaped |
MUID: flag to indicate that the extrapolated track escaped from the KLM.
Definition at line 125 of file TrackExtrapolateG4e.h.
int extLayerPattern |
MUID: accumulated bit pattern of layers crossed by the extrapolated track.
Definition at line 121 of file TrackExtrapolateG4e.h.
int firstBarrelLayer |
MUID: outermost barrel layer encountered by the extrapolated track in the prior steps.
Definition at line 109 of file TrackExtrapolateG4e.h.
int firstEndcapLayer |
MUID: outermost barrel layer encountered by the extrapolated track in the prior steps.
Definition at line 111 of file TrackExtrapolateG4e.h.
int hitLayerPattern |
MUID: accumulated bit pattern of layers with matching hits.
Definition at line 123 of file TrackExtrapolateG4e.h.
bool isCosmic |
True for back-propagation of a cosmic ray.
Definition at line 97 of file TrackExtrapolateG4e.h.
int lastBarrelExtLayer |
MUID: outermost barrel layer crossed by the extrapolated track.
Definition at line 113 of file TrackExtrapolateG4e.h.
int lastBarrelHitLayer |
MUID: outermost barrel layer with a matching hit.
Definition at line 115 of file TrackExtrapolateG4e.h.
int lastEndcapExtLayer |
MUID: outermost endcap layer crossed by the extrapolated track.
Definition at line 117 of file TrackExtrapolateG4e.h.
int lastEndcapHitLayer |
MUID: outermost endcap layer with a matching hit.
Definition at line 119 of file TrackExtrapolateG4e.h.
double length |
Length from start of extrapolation (rad lengths), updated during extrapolation.
Definition at line 101 of file TrackExtrapolateG4e.h.
int nPoint |
MUID: accumulated number of points with matching 2D hits.
Definition at line 107 of file TrackExtrapolateG4e.h.
int pdgCode |
Particle hypothesis that is being extrapolated.
Definition at line 95 of file TrackExtrapolateG4e.h.
double tof |
Time of flight from IP (ns), updated during extrapolation.
Definition at line 99 of file TrackExtrapolateG4e.h.
const Track* track |
Pointer to the reconstructed track.
Definition at line 93 of file TrackExtrapolateG4e.h.