ATLAS Offline Software
Loading...
Searching...
No Matches
databundle Class Reference

A structure to contain hit data. More...

#include <Calibrator.h>

Collaboration diagram for databundle:

Public Attributes

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

Detailed Description

A structure to contain hit data.

Definition at line 77 of file Calibrator.h.

Member Data Documentation

◆ brd

int databundle::brd {}

board

Definition at line 82 of file Calibrator.h.

82{};

◆ chp

int databundle::chp {}

chip

Definition at line 83 of file Calibrator.h.

83{};

◆ det

int databundle::det {}

detector (barrel -1 or 1, or end-cap -2 or 2)

Definition at line 79 of file Calibrator.h.

79{};

◆ ievt

int databundle::ievt {}

event number

Definition at line 87 of file Calibrator.h.

87{};

◆ lay

int databundle::lay {}

layer

Definition at line 80 of file Calibrator.h.

80{};

◆ mod

int databundle::mod {}

phi module

Definition at line 81 of file Calibrator.h.

81{};

◆ r

float databundle::r {}

drift radius from r(t) relation

Definition at line 92 of file Calibrator.h.

92{};

◆ res

float databundle::res {}

space residual

Definition at line 90 of file Calibrator.h.

90{};

◆ rt0

float databundle::rt0 {}

reference t0 (offset from board mean)

Definition at line 94 of file Calibrator.h.

94{};

◆ rtpar

std::array<float, 4> databundle::rtpar {}

rt-parameters used in the reconstruction

Definition at line 95 of file Calibrator.h.

95{};

◆ sid

int databundle::sid {}

straw ID

Definition at line 86 of file Calibrator.h.

86{};

◆ stl

int databundle::stl {}

straw-layer

Definition at line 84 of file Calibrator.h.

84{};

◆ stw

int databundle::stw {}

straw number (within the strawlayer)

Definition at line 85 of file Calibrator.h.

85{};

◆ t

float databundle::t {}

raw time

Definition at line 91 of file Calibrator.h.

91{};

◆ t0

float databundle::t0 {}

t0 value used in reconstruction

Definition at line 93 of file Calibrator.h.

93{};

◆ tres

float databundle::tres {}

time residual

Definition at line 88 of file Calibrator.h.

88{};

◆ weight

float databundle::weight {}

histogram weight (currently set to 1)

Definition at line 89 of file Calibrator.h.

89{};

◆ x

float databundle::x {}

straw x position

Definition at line 96 of file Calibrator.h.

96{};

◆ y

float databundle::y {}

straw y position

Definition at line 97 of file Calibrator.h.

97{};

◆ z

float databundle::z {}

straw z position

Definition at line 98 of file Calibrator.h.

98{};

The documentation for this class was generated from the following file: