![]() |
Belle II Software release-09-00-04
|
CDC misalignment constants. More...
#include <CDCMisalignment.h>


Public Types | |
| typedef int | baseType |
| The underlying element type (also for param id) | |
| typedef std::pair< baseType, baseType > | ElementParameter |
| (element, parameter) | |
| typedef std::map< ElementParameter, double > | ElementParameterMap |
| Map of (element, parameter) and its values. | |
Public Member Functions | |
| CDCMisalignment () | |
| Constructor. | |
| double | getBwdWireShiftX (int ICLayer, int ILayer) |
| Getter to X shift of bwd wire. | |
| double | getBwdWireShiftY (int ICLayer, int ILayer) |
| Getter to Y shift of bwd wire. | |
| double | getBwdWireShiftZ (int ICLayer, int ILayer) |
| Getter to Z shift of bwd wire. | |
| double | getFwdWireShiftX (int ICLayer, int ILayer) |
| Getter to X shift of fwd wire. | |
| double | getFwdWireShiftY (int ICLayer, int ILayer) |
| Getter to Y shift of fwd wire. | |
| double | getFwdWireShiftZ (int ICLayer, int ILayer) |
| Getter to Z shift of fwd wire. | |
| double | getWireTension (int ICLayer, int ILayer) |
| Getter to wire tension. | |
| double | getLayerShiftX (int ICLayer) |
| Direct getter to X shift of layer. | |
| double | getLayerShiftY (int ICLayer) |
| Direct getter to Y shift of layer. | |
| ~CDCMisalignment () | |
| Destructor. | |
| const ElementParameterMap & | getMap () |
| Get the underlying map of constants. | |
| virtual double | get (baseType id, baseType param) const |
| Get parameter value for given element and parameter number. | |
| virtual void | set (baseType id, baseType param, double value) |
| Set parameter correction for given WireID and parameter number. | |
| virtual double | add (baseType id, baseType param, double value, bool subtractInsteadOfAdd=false) |
| Add correction to already stored (or to 0. if not set yet) constant value (optionaly with minus sign) | |
| virtual void | dump () const |
| Write all elements' parameters' values to standard output. | |
Static Public Attributes | |
| static const baseType | WireNone = 511 |
| Last bit for wire (actually over 100 unused - but useful for us) | |
| static const baseType | ICLayerNone = 63 |
| Last bit for continous layer (unused) | |
| static const baseType | Wire4Layers = 400 |
| layer = (ICLayer, 400) | |
| static const baseType | Wire4SuperLayers = 405 |
| SuperLayer = (SuperLayer, 0, 405) | |
| static const baseType | Wire4EndPartOuter = 410 |
| Outer conical end part = (63, 405) | |
| static const baseType | Wire4EndPartMiddle = 411 |
| Middle conical end part = (63, 411) | |
| static const baseType | Wire4EndPartInner = 412 |
| Inner conical end part = (63, 412) | |
| static const baseType | wireBwdX = 0 |
| Wire X position w.r.t. nominal on backward endplate. | |
| static const baseType | wireBwdY = 1 |
| Wire Y position w.r.t. nominal on backward endplate. | |
| static const baseType | wireBwdZ = 2 |
| Wire Z position w.r.t. nominal on backward endplate. | |
| static const baseType | wireFwdX = 4 |
| Wire X position w.r.t. nominal on forward endplate. | |
| static const baseType | wireFwdY = 5 |
| Wire Y position w.r.t. nominal on forward endplate. | |
| static const baseType | wireFwdZ = 6 |
| Wire Z position w.r.t. nominal on forward endplate. | |
| static const baseType | layerX = 0 |
| Layer X position w.r.t. geometry. | |
| static const baseType | layerY = 1 |
| Layer Y position w.r.t. geometry. | |
| static const baseType | wireTension = 21 |
| Wire tension w.r.t. nominal (=50. ?) | |
| static const baseType | endPlateBwdPhi = 46 |
| Backward endplate rotation w.r.t. nominal (geometry) | |
| static const baseType | endPlateFwdDphi = 47 |
| Forward enplate rotation taking endPlateBwdPhi as new nominal. | |
Private Member Functions | |
| ClassDef (CDCMisalignment, 1) | |
| Storage for CDC misalignment constants (mainly now for Millepede) | |
Private Attributes | |
| ElementParameterMap | m_constants |
| Map of map of all calibration elements' constants. | |
CDC misalignment constants.
Definition at line 25 of file CDCMisalignment.h.
|
inherited |
The underlying element type (also for param id)
Definition at line 41 of file DBObjCalibrationConstMapBase.h.
|
inherited |
(element, parameter)
Definition at line 43 of file DBObjCalibrationConstMapBase.h.
|
inherited |
Map of (element, parameter) and its values.
Definition at line 45 of file DBObjCalibrationConstMapBase.h.
|
inline |
Constructor.
Definition at line 75 of file CDCMisalignment.h.
|
inline |
|
virtualinherited |
Add correction to already stored (or to 0. if not set yet) constant value (optionaly with minus sign)
Definition at line 44 of file DBObjCalibrationConstMapBase.cc.
|
virtualinherited |
Write all elements' parameters' values to standard output.
Definition at line 14 of file DBObjCalibrationConstMapBase.cc.
|
virtualinherited |
Get parameter value for given element and parameter number.
Definition at line 27 of file DBObjCalibrationConstMapBase.cc.
|
inline |
Getter to X shift of bwd wire.
Definition at line 78 of file CDCMisalignment.h.
|
inline |
Getter to Y shift of bwd wire.
Definition at line 83 of file CDCMisalignment.h.
|
inline |
Getter to Z shift of bwd wire.
Definition at line 88 of file CDCMisalignment.h.
|
inline |
Getter to X shift of fwd wire.
Definition at line 94 of file CDCMisalignment.h.
|
inline |
Getter to Y shift of fwd wire.
Definition at line 99 of file CDCMisalignment.h.
|
inline |
Getter to Z shift of fwd wire.
Definition at line 104 of file CDCMisalignment.h.
|
inline |
Direct getter to X shift of layer.
Definition at line 116 of file CDCMisalignment.h.
|
inline |
Direct getter to Y shift of layer.
Definition at line 118 of file CDCMisalignment.h.
|
inlineinherited |
|
inline |
Getter to wire tension.
Definition at line 110 of file CDCMisalignment.h.
|
virtualinherited |
Set parameter correction for given WireID and parameter number.
Definition at line 38 of file DBObjCalibrationConstMapBase.cc.
|
static |
Backward endplate rotation w.r.t. nominal (geometry)
Definition at line 70 of file CDCMisalignment.h.
|
static |
Forward enplate rotation taking endPlateBwdPhi as new nominal.
Definition at line 72 of file CDCMisalignment.h.
|
static |
Last bit for continous layer (unused)
Definition at line 32 of file CDCMisalignment.h.
|
static |
Layer X position w.r.t. geometry.
Definition at line 60 of file CDCMisalignment.h.
|
static |
Layer Y position w.r.t. geometry.
Definition at line 62 of file CDCMisalignment.h.
|
privateinherited |
Map of map of all calibration elements' constants.
Definition at line 68 of file DBObjCalibrationConstMapBase.h.
|
static |
Inner conical end part = (63, 412)
Definition at line 42 of file CDCMisalignment.h.
|
static |
Middle conical end part = (63, 411)
Definition at line 40 of file CDCMisalignment.h.
|
static |
Outer conical end part = (63, 405)
Definition at line 38 of file CDCMisalignment.h.
|
static |
layer = (ICLayer, 400)
Definition at line 34 of file CDCMisalignment.h.
|
static |
SuperLayer = (SuperLayer, 0, 405)
Definition at line 36 of file CDCMisalignment.h.
|
static |
Wire X position w.r.t. nominal on backward endplate.
Definition at line 46 of file CDCMisalignment.h.
|
static |
Wire Y position w.r.t. nominal on backward endplate.
Definition at line 48 of file CDCMisalignment.h.
|
static |
Wire Z position w.r.t. nominal on backward endplate.
Definition at line 50 of file CDCMisalignment.h.
|
static |
Wire X position w.r.t. nominal on forward endplate.
Definition at line 52 of file CDCMisalignment.h.
|
static |
Wire Y position w.r.t. nominal on forward endplate.
Definition at line 54 of file CDCMisalignment.h.
|
static |
Wire Z position w.r.t. nominal on forward endplate.
Definition at line 56 of file CDCMisalignment.h.
|
static |
Last bit for wire (actually over 100 unused - but useful for us)
Definition at line 30 of file CDCMisalignment.h.
|
static |
Wire tension w.r.t. nominal (=50. ?)
Definition at line 66 of file CDCMisalignment.h.