ATLAS Offline Software
|
A structure to contain hit data. More...
#include <Calibrator.h>
Public Attributes | |
int | det |
detector (barrel -1 or 1, or end-cap -2 or 2) More... | |
int | lay |
layer More... | |
int | mod |
phi module More... | |
int | brd |
board More... | |
int | chp |
chip More... | |
int | stl |
straw-layer More... | |
int | stw |
straw number (within the strawlayer) More... | |
int | sid |
straw ID More... | |
int | ievt |
event number More... | |
float | tres |
time residual More... | |
float | weight |
histogram weight (currently set to 1) More... | |
float | res |
space residual More... | |
float | t |
raw time More... | |
float | r |
drift radius from r(t) relation More... | |
float | t0 |
t0 value used in reconstruction More... | |
float | rt0 |
reference t0 (offset from board mean) More... | |
std::array< float, 4 > | rtpar {} |
rt-parameters used in the reconstruction More... | |
float | x |
straw x position More... | |
float | y |
straw y position More... | |
float | z |
straw z position More... | |
A structure to contain hit data.
Definition at line 77 of file Calibrator.h.
int databundle::brd |
board
Definition at line 82 of file Calibrator.h.
int databundle::chp |
chip
Definition at line 83 of file Calibrator.h.
int databundle::det |
detector (barrel -1 or 1, or end-cap -2 or 2)
Definition at line 79 of file Calibrator.h.
int databundle::ievt |
event number
Definition at line 87 of file Calibrator.h.
int databundle::lay |
layer
Definition at line 80 of file Calibrator.h.
int databundle::mod |
phi module
Definition at line 81 of file Calibrator.h.
float databundle::r |
drift radius from r(t) relation
Definition at line 92 of file Calibrator.h.
float databundle::res |
space residual
Definition at line 90 of file Calibrator.h.
float databundle::rt0 |
reference t0 (offset from board mean)
Definition at line 94 of file Calibrator.h.
std::array<float, 4> databundle::rtpar {} |
rt-parameters used in the reconstruction
Definition at line 95 of file Calibrator.h.
int databundle::sid |
straw ID
Definition at line 86 of file Calibrator.h.
int databundle::stl |
straw-layer
Definition at line 84 of file Calibrator.h.
int databundle::stw |
straw number (within the strawlayer)
Definition at line 85 of file Calibrator.h.
float databundle::t |
raw time
Definition at line 91 of file Calibrator.h.
float databundle::t0 |
t0 value used in reconstruction
Definition at line 93 of file Calibrator.h.
float databundle::tres |
time residual
Definition at line 88 of file Calibrator.h.
float databundle::weight |
histogram weight (currently set to 1)
Definition at line 89 of file Calibrator.h.
float databundle::x |
straw x position
Definition at line 96 of file Calibrator.h.
float databundle::y |
straw y position
Definition at line 97 of file Calibrator.h.
float databundle::z |
straw z position
Definition at line 98 of file Calibrator.h.