]> git.uio.no Git - u/mrichter/AliRoot.git/blame - HLT/PHOS/AliHLTPHOSModuleCellAccumulatedEnergyDataStruct.h
remove defnition of cluster correction
[u/mrichter/AliRoot.git] / HLT / PHOS / AliHLTPHOSModuleCellAccumulatedEnergyDataStruct.h
CommitLineData
1b41ab20 1//-*- Mode: C++ -*-
2// $Id$
3
1e474883 4#ifndef ALIHLTPHOSNODULECELLACCUMULATEDENERGYDATASTRUCT_H
5#define ALIHLTPHOSNODULECELLACCUMULATEDENERGYDATASTRUCT_H
6
7/***************************************************************************
8 * Copyright(c) 2007, ALICE Experiment at CERN, All rights reserved. *
9 * *
10 * Author: Per Thomas Hille <perthi@fys.uio.no> for the ALICE HLT Project. *
11 * Contributors are mentioned in the code where appropriate. *
12 * *
13 * Permission to use, copy, modify and distribute this software and its *
14 * documentation strictly for non-commercial purposes is hereby granted *
15 * without fee, provided that the above copyright notice appears in all *
16 * copies and that both the copyright notice and this permission notice *
17 * appear in the supporting documentation. The authors make no claims *
18 * about the suitability of this software for any purpose. It is *
19 * provided "as is" without express or implied warranty. *
20 **************************************************************************/
21
22#include "AliHLTPHOSCommonDefs.h"
23//#include "AliHLTPHOSValidCellDataStruct.h"
24
25struct AliHLTPHOSModuleCellAccumulatedEnergyDataStruct
26{
27 AliHLTUInt8_t fModuleID;
9211fbea 28 Float_t fAccumulatedEnergies[N_XCOLUMNS_MOD][N_ZROWS_MOD][N_GAINS];
29 AliHLTUInt32_t fHits[N_XCOLUMNS_MOD][N_ZROWS_MOD][N_GAINS];
1e474883 30};
31
32
33#endif