]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Include event raw data header version 3.6
authorcvetan <cvetan@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 26 Oct 2005 09:50:34 +0000 (09:50 +0000)
committercvetan <cvetan@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 26 Oct 2005 09:50:34 +0000 (09:50 +0000)
RAW/AliRawEventHeaderVersions.h

index 3a84d017797536be45dd68c676eaeed176f6659e..4be20e86431d713dd73748c362d8771e12aadd7e 100644 (file)
@@ -70,5 +70,19 @@ START_EVENT_HEADER(3,5)
 
 END_EVENT_HEADER(3,5)
 
+START_EVENT_HEADER(3,6)
+
+   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[1]; // 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,6)
+
 
 #endif