![]() |
ATLAS Offline Software
|
A structure to contain data associated with the calibration of a certain sub-module. More...
#include <Calibrator.h>
Public Member Functions | |
| caldata () | |
| caldata (bool, int, int) | |
| ~caldata () | |
Public Attributes | |
| int | det {} |
| detector (barrel or end-cap) | |
| 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 | ntres {} |
| number of time residual histogram entries | |
| int | nrt {} |
| number of rt histogram entries | |
| int | nres {} |
| number of residual histogram entries | |
| int | t0fittype {} |
| the type of time residual fit that was made | |
| float | res {} |
| the residual | |
| float | resMean {} |
| the residual mean | |
| float | reserr {} |
| the residual error | |
| float | tres {} |
| the time residual | |
| float | tresMean {} |
| the time residual mean | |
| float | t0 {} |
| the new t0 | |
| float | t0err {} |
| the new to error | |
| float | reft0 {} |
| the reference t0 (offset from board mean) | |
| float | t0off {} |
| the t0 offset from the level below | |
| float | rtt0 {} |
| the t0 fron the R-t fit | |
| std::array< float, 4 > | oldrtpar {} |
| the rt-parameters used in the track reconstruction | |
| std::array< float, 4 > | rtpar {} |
| the new rt-parameters | |
| float | nhits {} |
| the number of straws in the sub-module | |
| float | x {} |
| sub-module x position (average of all straws in the module) | |
| float | y {} |
| sub-module y position (average of all straws in the module) | |
| float | z {} |
| sub-module z position (average of all straws in the module) | |
| double | oldt02 {} |
| the old sub-module t0 (average of t0 for all straws in the module) | |
| double | sumt0 {} |
| ... | |
| double | sumx {} |
| ... | |
| double | sumy {} |
| ... | |
| double | sumz {} |
| ... | |
| bool | calflag {} |
| flag indicating if any calibration has been made | |
| bool | rtflag {} |
| flag indicating if an R-t calibration has been made | |
| bool | t0flag {} |
| flag indicating if a t0 calibration has been made | |
| std::vector< float > | m_treshist |
| the 1D time residual histogram (100 bins) | |
| std::vector< float > | reshist |
| the 1D residual histogram (100 bins) | |
| std::vector< float > | rthist |
| the 2D rt histogram (20x32 bins) | |
| RtGraph * | rtgraph {} |
| the rt graph | |
A structure to contain data associated with the calibration of a certain sub-module.
Definition at line 104 of file Calibrator.h.
| caldata::caldata | ( | ) |
Definition at line 33 of file Calibrator.cxx.
| caldata::caldata | ( | bool | makehist, |
| int | nbinst, | ||
| int | nbinsr ) |
Definition at line 74 of file Calibrator.cxx.
| caldata::~caldata | ( | ) |
Definition at line 71 of file Calibrator.cxx.
| int caldata::brd {} |
| bool caldata::calflag {} |
flag indicating if any calibration has been made
Definition at line 142 of file Calibrator.h.
| int caldata::chp {} |
| int caldata::det {} |
| int caldata::lay {} |
| std::vector<float> caldata::m_treshist |
the 1D time residual histogram (100 bins)
Definition at line 145 of file Calibrator.h.
| int caldata::mod {} |
| float caldata::nhits {} |
| int caldata::nres {} |
| int caldata::nrt {} |
| int caldata::ntres {} |
| std::array<float, 4> caldata::oldrtpar {} |
the rt-parameters used in the track reconstruction
Definition at line 131 of file Calibrator.h.
| double caldata::oldt02 {} |
the old sub-module t0 (average of t0 for all straws in the module)
Definition at line 137 of file Calibrator.h.
| float caldata::reft0 {} |
| float caldata::res {} |
| float caldata::reserr {} |
| std::vector<float> caldata::reshist |
the 1D residual histogram (100 bins)
Definition at line 146 of file Calibrator.h.
| float caldata::resMean {} |
| bool caldata::rtflag {} |
flag indicating if an R-t calibration has been made
Definition at line 143 of file Calibrator.h.
| RtGraph* caldata::rtgraph {} |
| std::vector<float> caldata::rthist |
the 2D rt histogram (20x32 bins)
Definition at line 147 of file Calibrator.h.
| std::array<float, 4> caldata::rtpar {} |
| float caldata::rtt0 {} |
| int caldata::sid {} |
| int caldata::stl {} |
| int caldata::stw {} |
| double caldata::sumt0 {} |
| double caldata::sumx {} |
| double caldata::sumy {} |
| double caldata::sumz {} |
| float caldata::t0 {} |
| float caldata::t0err {} |
| int caldata::t0fittype {} |
| bool caldata::t0flag {} |
flag indicating if a t0 calibration has been made
Definition at line 144 of file Calibrator.h.
| float caldata::t0off {} |
| float caldata::tres {} |
| float caldata::tresMean {} |
| float caldata::x {} |
sub-module x position (average of all straws in the module)
Definition at line 134 of file Calibrator.h.
| float caldata::y {} |
sub-module y position (average of all straws in the module)
Definition at line 135 of file Calibrator.h.
| float caldata::z {} |
sub-module z position (average of all straws in the module)
Definition at line 136 of file Calibrator.h.