]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - RAW/AliRawEventHeaderVersions.h
- Reset TProcessID count after each event
[u/mrichter/AliRoot.git] / RAW / AliRawEventHeaderVersions.h
index 4be20e86431d713dd73748c362d8771e12aadd7e..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
@@ -84,5 +84,46 @@ START_EVENT_HEADER(3,6)
 
 END_EVENT_HEADER(3,6)
 
+START_EVENT_HEADER(3,7)
+
+   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,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