A structure to contain hit data.
More...
#include <Calibrator.h>
|
| int | det {} |
| | detector (barrel -1 or 1, or end-cap -2 or 2)
|
| int | lay {} |
| | layer
|
| int | mod {} |
| | phi module
|
| int | brd {} |
| | board
|
| int | chp {} |
| | chip
|
| int | stl {} |
| | straw-layer
|
| int | stw {} |
| | straw number (within the strawlayer)
|
| int | sid {} |
| | straw ID
|
| int | ievt {} |
| | event number
|
| float | tres {} |
| | time residual
|
| float | weight {} |
| | histogram weight (currently set to 1)
|
| float | res {} |
| | space residual
|
| float | t {} |
| | raw time
|
| float | r {} |
| | drift radius from r(t) relation
|
| float | t0 {} |
| | t0 value used in reconstruction
|
| float | rt0 {} |
| | reference t0 (offset from board mean)
|
| std::array< float, 4 > | rtpar {} |
| | rt-parameters used in the reconstruction
|
| float | x {} |
| | straw x position
|
| float | y {} |
| | straw y position
|
| float | z {} |
| | straw z position
|
A structure to contain hit data.
Definition at line 77 of file Calibrator.h.
◆ brd
◆ chp
◆ det
detector (barrel -1 or 1, or end-cap -2 or 2)
Definition at line 79 of file Calibrator.h.
◆ ievt
◆ lay
◆ mod
◆ res
◆ rt0
reference t0 (offset from board mean)
Definition at line 94 of file Calibrator.h.
◆ rtpar
| std::array<float, 4> databundle::rtpar {} |
rt-parameters used in the reconstruction
Definition at line 95 of file Calibrator.h.
◆ sid
◆ stl
◆ stw
straw number (within the strawlayer)
Definition at line 85 of file Calibrator.h.
◆ t0
t0 value used in reconstruction
Definition at line 93 of file Calibrator.h.
◆ tres
| float databundle::tres {} |
◆ weight
| float databundle::weight {} |
histogram weight (currently set to 1)
Definition at line 89 of file Calibrator.h.
The documentation for this class was generated from the following file: