]> git.uio.no Git - u/mrichter/AliRoot.git/blob - HLT/PHOS/AliHLTPHOSDataHeaderStruct.h
moving all definitions to AliHLTPHOSDefinitions
[u/mrichter/AliRoot.git] / HLT / PHOS / AliHLTPHOSDataHeaderStruct.h
1 #ifndef ALIHLTPHOSDATAHEADERSTRUCT_H
2 #define ALIHLTPHOSDATAHEADERSTRUCT_H
3
4 #include "AliHLTDataTypes.h"
5
6 struct AliHLTPHOSDataHeaderStruct
7 {
8   AliHLTUInt32_t fSize;              /**<Total size of datablock in bytes, incuding the header*/
9   AliHLTComponentDataType fDataType; /**<Data type stored in this file */
10   AliHLTUInt32_t fEventID;           /**<The HLT internal event ID for this event */
11   AliHLTUInt32_t fAlgorithm;         /**<Wich algorithm was uses estimate cellenergies*/
12   AliHLTUInt32_t fFormatVersion;     /**<Header format version, currently 1*/
13   AliHLTUInt32_t fFutureUse0;
14   AliHLTUInt32_t fFutureUse1;
15   AliHLTUInt32_t fFutureUse2;
16 };
17
18
19 #endif