]> git.uio.no Git - u/mrichter/AliRoot.git/blame - HLT/PHOS/AliHLTPHOSRcuCellEnergyDataStruct.h
Updated DA for mapping - MON
[u/mrichter/AliRoot.git] / HLT / PHOS / AliHLTPHOSRcuCellEnergyDataStruct.h
CommitLineData
bde48b84 1#ifndef ALIHLTPHOSRCUCELLENERGYDATASTRUCT_H
2#define ALIHLTPHOSRCUCELLENERGYDATASTRUCT_H
3
b318b605 4/**************************************************************************
5 * Copyright(c) 2007, ALICE Experiment at CERN, All rights reserved. *
6 * *
7 * Author: Per Thomas Hille <perthi@fys.uio.no> for the ALICE HLT Project.*
8 * Contributors are mentioned in the code where appropriate. *
9 * *
10 * Permission to use, copy, modify and distribute this software and its *
11 * documentation strictly for non-commercial purposes is hereby granted *
12 * without fee, provided that the above copyright notice appears in all *
13 * copies and that both the copyright notice and this permission notice *
14 * appear in the supporting documentation. The authors make no claims *
15 * about the suitability of this software for any purpose. It is *
16 * provided "as is" without express or implied warranty. *
17 **************************************************************************/
dbd79fad 18//#include "AliHLTPHOSCommonDefs.h"
bde48b84 19#include "AliHLTPHOSValidCellDataStruct.h"
54496783 20#include "Rtypes.h"
bde48b84 21
dabc4c35 22#include "AliHLTPHOSConstants.h"
23using namespace PhosHLTConst;
24
bde48b84 25struct AliHLTPHOSRcuCellEnergyDataStruct
26{
14ff16ed 27 // Int_t fShmAddress;
28 Int_t fSize; //size in charcters
54496783 29 Int_t fModuleID;
30 Int_t fRcuX;
31 Int_t fRcuZ;
32 Int_t fCnt;
14ff16ed 33 Int_t fAlgorithm;
34 Int_t fInfo;
6f66f946 35 Bool_t fHasRawData;
36 AliHLTPHOSValidCellDataStruct fValidData[N_XCOLUMNS_RCU*N_ZROWS_RCU*N_GAINS];
bde48b84 37};
38
bde48b84 39#endif