EnglishJapanese Reload Front page List of pages Search Recent changes RSS of recent changes

Back to the top page
Back to the upper page

Structure for RIDF

  • typedef union ArtHeader_t
    • unsigned long long int BYTE
    • struct BIT
      • unsigned long int fSize:22
        Size of block including header.
      • unsigned long int fClassID:6
        Definition of block.
      • unsigned long int fLayer:2
        Layer depth of block.
      • unsigned long int fReserved:2
      • unsigned long int fAddress:32
        Identification of generator of block.
  • ArtSegIDRIDF_t
    • unsigned long long int BYTE
    • struct BIT
      • unsigned long int fModule:8
        Unique number of Module.
      • unsigned long int fDetector:6
        ID of detector.
      • unsigned long int fFP:6
        ID of Focal Plane.
      • unsigned long int fDevice:6
        Indicates device.
        BigRIPS=0, ZeroDegree=1, DALI=20...
      • unsigned long int fVersion:6
  • ridf_comment_runinfost
    • char runname[100]
    • char runnumber[100]
    • char starttime[20]
    • char stoptime[20]
    • char date[20]
    • char rev[40]
    • char header[100]
    • char ender[100]
Last-modified: Wed, 07 Dec 2011 01:05:44 HADT (4516d)