From: cvetan Date: Wed, 26 Oct 2005 09:50:34 +0000 (+0000) Subject: Include event raw data header version 3.6 X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=commitdiff_plain;h=962182093394630de88a6d5e306d442f3cdc192e;ds=sidebyside Include event raw data header version 3.6 --- diff --git a/RAW/AliRawEventHeaderVersions.h b/RAW/AliRawEventHeaderVersions.h index 3a84d017797..4be20e86431 100644 --- a/RAW/AliRawEventHeaderVersions.h +++ b/RAW/AliRawEventHeaderVersions.h @@ -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