ATLAS Offline Software
Public Attributes | List of all members
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) 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...
 

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.

◆ chp

int databundle::chp

chip

Definition at line 83 of file Calibrator.h.

◆ det

int databundle::det

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

Definition at line 79 of file Calibrator.h.

◆ ievt

int databundle::ievt

event number

Definition at line 87 of file Calibrator.h.

◆ lay

int databundle::lay

layer

Definition at line 80 of file Calibrator.h.

◆ mod

int databundle::mod

phi module

Definition at line 81 of file Calibrator.h.

◆ r

float databundle::r

drift radius from r(t) relation

Definition at line 92 of file Calibrator.h.

◆ res

float databundle::res

space residual

Definition at line 90 of file Calibrator.h.

◆ rt0

float databundle::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

int databundle::sid

straw ID

Definition at line 86 of file Calibrator.h.

◆ stl

int databundle::stl

straw-layer

Definition at line 84 of file Calibrator.h.

◆ stw

int databundle::stw

straw number (within the strawlayer)

Definition at line 85 of file Calibrator.h.

◆ t

float databundle::t

raw time

Definition at line 91 of file Calibrator.h.

◆ t0

float databundle::t0

t0 value used in reconstruction

Definition at line 93 of file Calibrator.h.

◆ tres

float databundle::tres

time residual

Definition at line 88 of file Calibrator.h.

◆ weight

float databundle::weight

histogram weight (currently set to 1)

Definition at line 89 of file Calibrator.h.

◆ x

float databundle::x

straw x position

Definition at line 96 of file Calibrator.h.

◆ y

float databundle::y

straw y position

Definition at line 97 of file Calibrator.h.

◆ z

float databundle::z

straw z position

Definition at line 98 of file Calibrator.h.


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