run_types


                                Run Types
                                =========

    The original SNOMAN run types are now equivalent to Data Types
    These new run types are bits defined in the RHDR bank.

    Bit number  Run type                          bit to set

      0         NEUTRINO_RUN                      0x0000001
      1         SOURCE_RUN                        0x0000002
      2         CALIB_RUN                         0x0000004
      3         NCD_RUN                           0x0000008
      4         SALT_RUN                          0x0000010
      5         POISON_RUN                        0x0000020
      6         PARTIAL_FILL_RUN                  0x0000040
      7         AIR_FILL_RUN                      0x0000080
      8         D2O_RUN                           0x0000100
      9         H2O_RUN                           0x0000200
     10         DCR_ACTIVITY_RUN (a.k.a. UC_RUN)  0x0000400
     11         TRANSITION_RUN                    0x0000800
     12         SOURCE_MOVING_RUN                 0x0001000
     13         COMPENSATION COILS_RUN            0x0002000
     14         ECA_RUN                           0x0004000
     15         DIAGNOSTIC_RUN                    0x0008000
     16         SUPERNOVA_RUN                     0x0010000
     17         MAINTENANCE_RUN                   0x0020000
     18         PCA_RUN                           0x0040000
     19         EXPERIMENTAL_RUN                  0x0080000
     20         D2O_CIRCULATION_RUN               0x0100000
     21         BUBBLERS_RUN                      0x0200000
     22         SL_ASSAY_RUN                      0x0400000
     23         NCD_MAINTENANCE_RUN               0x0800000
     24         NO_PMT_OR_MTC_RUN                 0x0100000
     25         NO_NCD_SYSTEM_RUN                 0x0200000
     26         NCD_ECA_RUN                       0x0400000
    


   Certain combinations of the mask bits correspond to standard run types:-

  Run Type                        Run Type Bit(s)         Source Type Bit
  
  Neutrino Run                    D2O/neutrino
  Detector Diagnostic Run         D2O/diagnostic
  Supernova Watch Run             D2O/Supernova
  Maintenance Run                 D2O/maintenance
  ECA Calibration Run             Calibration/ECA
  PCA/Occupancy Calibration Run   Calibration/PCA/Source  Laser
  Laser Calibration Run           Calibration/Source      Laser
  Source Transitional Run         Transitional/Source     Laser or N16
  N16/Source Calibration Run      Calibration/Source      N16
  Experimental Run                Experimental


Go Back to the Snoman Companion Top Page