]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - RAW/AliRawEventHeaderVersions.h
Fix in order to eliminate SSD overlaps (E. Cattaruzza)
[u/mrichter/AliRoot.git] / RAW / AliRawEventHeaderVersions.h
index 0e86354d25105cf037650909caaebebeddd3a7c0..03e9bb25ad4521d56e2da022eb2cf0eeb2e7b14f 100644 (file)
@@ -9,7 +9,7 @@ START_EVENT_HEADER(3,1)
    UInt_t fRunNb;     // run number
    UInt_t fId[2];  // id field
    UInt_t fTriggerPattern[2];   // trigger pattern
-   UInt_t fDetectorPattern[1]; // detector pattern
+   UInt_t fDetectorPattern; // detector pattern
    UInt_t fTypeAttribute[3];  // system (0,1) and user (2) attributes
    UInt_t fLdcId;         // LDC id
    UInt_t fGdcId;         // GDC id
@@ -22,7 +22,7 @@ START_EVENT_HEADER(3,2)
    UInt_t fRunNb;     // run number
    UInt_t fId[2];  // id field
    UInt_t fTriggerPattern[2];   // trigger pattern
-   UInt_t fDetectorPattern[1]; // detector pattern
+   UInt_t fDetectorPattern; // detector pattern
    UInt_t fTypeAttribute[3];  // system (0,1) and user (2) attributes
    UInt_t fLdcId;         // LDC id
    UInt_t fGdcId;         // GDC id
@@ -35,7 +35,7 @@ START_EVENT_HEADER(3,3)
    UInt_t fRunNb;     // run number
    UInt_t fId[2];  // id field
    UInt_t fTriggerPattern[2];   // trigger pattern
-   UInt_t fDetectorPattern[1]; // detector pattern
+   UInt_t fDetectorPattern; // detector pattern
    UInt_t fTypeAttribute[3];  // system (0,1) and user (2) attributes
    UInt_t fLdcId;         // LDC id
    UInt_t fGdcId;         // GDC id
@@ -48,7 +48,7 @@ START_EVENT_HEADER(3,4)
    UInt_t fRunNb;     // run number
    UInt_t fId[2];  // id field
    UInt_t fTriggerPattern[2];   // trigger pattern
-   UInt_t fDetectorPattern[1]; // detector pattern
+   UInt_t fDetectorPattern; // detector pattern
    UInt_t fTypeAttribute[3];  // system (0,1) and user (2) attributes
    UInt_t fLdcId;         // LDC id
    UInt_t fGdcId;         // GDC id
@@ -62,7 +62,7 @@ START_EVENT_HEADER(3,5)
    UInt_t fRunNb;     // run number
    UInt_t fId[2];  // id field
    UInt_t fTriggerPattern[2];   // trigger pattern
-   UInt_t fDetectorPattern[1]; // detector pattern
+   UInt_t fDetectorPattern; // detector pattern
    UInt_t fTypeAttribute[3];  // system (0,1) and user (2) attributes
    UInt_t fLdcId;         // LDC id
    UInt_t fGdcId;         // GDC id
@@ -76,7 +76,7 @@ START_EVENT_HEADER(3,6)
    UInt_t fRunNb;     // run number
    UInt_t fId[2];  // id field
    UInt_t fTriggerPattern[2];   // trigger pattern
-   UInt_t fDetectorPattern[1]; // detector pattern
+   UInt_t fDetectorPattern; // detector pattern
    UInt_t fTypeAttribute[3];  // system (0,1) and user (2) attributes
    UInt_t fLdcId;         // LDC id
    UInt_t fGdcId;         // GDC id
@@ -90,7 +90,7 @@ START_EVENT_HEADER(3,7)
    UInt_t fRunNb;     // run number
    UInt_t fId[2];  // id field
    UInt_t fTriggerPattern[2];   // trigger pattern
-   UInt_t fDetectorPattern[1]; // detector pattern
+   UInt_t fDetectorPattern; // detector pattern
    UInt_t fTypeAttribute[3];  // system (0,1) and user (2) attributes
    UInt_t fLdcId;         // LDC id
    UInt_t fGdcId;         // GDC id
@@ -98,4 +98,32 @@ START_EVENT_HEADER(3,7)
 
 END_EVENT_HEADER(3,7)
 
+START_EVENT_HEADER(3,8)
+
+   UInt_t fType;          // event type
+   UInt_t fRunNb;     // run number
+   UInt_t fId[2];  // id field
+   UInt_t fTriggerPattern[2];   // trigger pattern
+   UInt_t fDetectorPattern; // detector pattern
+   UInt_t fTypeAttribute[3];  // system (0,1) and user (2) attributes
+   UInt_t fLdcId;         // LDC id
+   UInt_t fGdcId;         // GDC id
+   UInt_t fTimestamp;     // event timestamp
+
+END_EVENT_HEADER(3,8)
+
+START_EVENT_HEADER(3,9)
+
+   UInt_t fType;          // event type
+   UInt_t fRunNb;     // run number
+   UInt_t fId[2];  // id field
+   UInt_t fTriggerPattern[2];   // trigger pattern
+   UInt_t fDetectorPattern; // detector pattern
+   UInt_t fTypeAttribute[3];  // system (0,1) and user (2) attributes
+   UInt_t fLdcId;         // LDC id
+   UInt_t fGdcId;         // GDC id
+   UInt_t fTimestamp;     // event timestamp
+
+END_EVENT_HEADER(3,9)
+
 #endif