YBOS bank name, number - (CMUS,n_s)

Central Muon Detector Segment Attributes

This bank contains the reconstructed line segments for the central muon chambers. The parameters values are in C$INC:CMUS92.INC . An example of a routine that unpacks this bank is C$MUO:CMUSPT.CDF .

        Parameter    Data
          Name       Type      Description
----------------------------------------------------------------------
         CmFitc       I*4      Fit code
         CmFitp                Fit Parameters:
         CmSlpx       R*4        Slope xy view at muon chamber
         CmIntx       R*4        Intercept xy view at muon chamber
         CmSlpz       R*4        Slope zy view at muon chamber
         CmIntz       R*4        Intercept zy view at muon chamber
         CmFpem                Fit Parameter Error Matrix:
         CmSxSx       R*4        Error in slope xy
         CmSxIx       R*4        Correlation Sxy*Ixy
         CmSxSz       R*4        Correlation error Sxy*Szy
         CmSxIz       R*4        Correlation error Sxy*Izy
         CmIxIx       R*4        Error in intercept xy
         CmIxSz       R*4        Correlation error Ixy*Szy
         CmIxIz       R*4        Correlation error Ixy*Izy
         CmSzSz       R*4        Error in slope zy view
         CmSzIz       R*4        Correlation error Szy*Izy
         CmIzIz       R*4        Error in intercept zy
         CmFtTq       R*4      Fit quality drift direction
         CmFtAq       R*4      Fit quality adc direction
         CmNtdc       I*4      Number of tdc hits used in segment
         CmNadc       I*4      Number of adc hits used in segment
         CmNupl       I*4      Number of upward links
         CmWedn       I*4      Wedge number of track segment (0:23)
         CmSidn       I*4      Side of track segment (0:1)
         CmTown       I*4      CMU tower of track segment (0:5)
         CmPaid       I*4      Simulation particle id
         CmBnkl       I*4      CMUS bank length


Notes:

     1.  Central muon segments are straight lines.  For a set of  hits
         in a wedge, two lines are fit:  one in the zy plane (slpz*z +
         intz) and one in the xy plane (slpx*x +  intx).   Coordinates
         are  in  'local  wedge  coordinates',  where  the xz-plane is
         parallel to the chamber planes, x=0 is in the middle  of  the
         chamber  (in phi), y=0 is at the bottom plane of the chambers
         (sense wires at the smallest radius from beamline), and z  is
         the same as for CDF standard coordinates.

     2.  Segments may  be  made  from  2,  3,  or  4  hits  in  either
         direction.   A  segment  can  have  less  than  4 hits due to
         geometry, ADC overflows, inefficiency, etc.   The  simulation
         particle id is non-zero only for Monte Carlo data.

     3.  For every CMUS bank there is a CMUL bank with the  same  bank
         number.  The CMUL bank lists the CMUE element numbers used to
         form the segment.  The banks are written  by  the  subroutine
C$MUO:CMUWRT.CDF ,
which  is  called  by the Analysis Control module defined by 
C$DIC:CMET_DICT.UIC .