]> git.uio.no Git - u/mrichter/AliRoot.git/blame - HLT/PHOS/AliHLTPHOSChannelDataStruct.h
Update of ITS tracking check task and related macros
[u/mrichter/AliRoot.git] / HLT / PHOS / AliHLTPHOSChannelDataStruct.h
CommitLineData
1b41ab20 1//-*- Mode: C++ -*-
2// $Id$
3
cc2cdffd 4#ifndef ALIHLTPHOSCHANNELDATASTRUCT_H
5#define ALIHLTPHOSCHANNELDATASTRUCT_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//#include "AliHLTPHOSCommonDefs.h"
22
23#include "Rtypes.h"
24
18af2efc 25//#include "AliHLTPHOSConstants.h"
26//using namespace PhosHLTConst;
cc2cdffd 27
28struct AliHLTPHOSChannelDataStruct
29{
cc2cdffd 30 Float_t fEnergy;
31 Float_t fTime;
18af2efc 32 UShort_t fChannelID;
cc2cdffd 33 Short_t fCrazyness;
37ff2dd6 34 // Short_t fRawDataSize; //the size of the raw data
cc2cdffd 35};
36
37#endif
38