Table Nominal Values 

This table stores the nominal values for the LHC magnets geometry

 

Table CRYOGEO_FIDUCIALS
Fields Type Nullable Constraints Comments
Table_Name string No   [PKey,1] Name of the Oracle table
Meas_Name string No   [PKey,2] [i] Name of the measurement
Nominal real No   Nominal value of the measurement
U_Tol real No   Upper tolerance of the measurement
L_Tol real Yes   Lower tolerance of the measurement
Unit string No   Unit of the measurement


Remark :[PKey,n] at the beginning of the Comments column means that all those fields define a primary key (This set of fields identifies in an unique way each row of this table) and also an index with an order n for the field. [i] at the beginning of the Comments column means that this field define a b-tree index.