]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Adding new event header version following the DAQ request. The difference w.r.t previ...
authorcvetan <cvetan@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 20 Sep 2011 14:41:51 +0000 (14:41 +0000)
committercvetan <cvetan@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 20 Sep 2011 14:41:51 +0000 (14:41 +0000)
RAW/AliRawEventHeaderVersions.h

index 1ec622d06a05d18ffa6f3376bfd9d55f5e851e92..974bae5d3a3e9b23ea78480c14a691a538699e7b 100644 (file)
@@ -147,4 +147,19 @@ START_EVENT_HEADER(3,11)
 
 END_EVENT_HEADER(3,11)
 
+START_EVENT_HEADER(3,12)
+
+   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
+   UInt_t fTimestampUsec; // event timestamp (microseconds)
+
+END_EVENT_HEADER(3,12)
+
 #endif