]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
New version of DATE event header
authorcvetan <cvetan@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 13 Feb 2007 11:21:32 +0000 (11:21 +0000)
committercvetan <cvetan@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 13 Feb 2007 11:21:32 +0000 (11:21 +0000)
RAW/AliRawEventHeaderVersions.h

index 1503a2596f4140e0ab88984577e9711927745e09..d137b61342602211d7fe3ab2546201ec8b83f44e 100644 (file)
@@ -112,4 +112,18 @@ START_EVENT_HEADER(3,8)
 
 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[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,9)
+
 #endif