]> git.uio.no Git - u/mrichter/AliRoot.git/blame - HLT/CALO/AliHLTCaloChannelDataHeaderStruct.h
ACORDE and EMCAL DAs
[u/mrichter/AliRoot.git] / HLT / CALO / AliHLTCaloChannelDataHeaderStruct.h
CommitLineData
178dd351 1//-*- Mode: C++ -*-
2// $Id: AliHLTPHOSChannelDataHeaderStruct.h 29824 2008-11-10 13:43:55Z richterm $
3
4#ifndef ALIHLTCALOCHANNELDATAHEADERSTRUCT_H
5#define ALIHLTCALOCHANNELDATAHEADERSTRUCT_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
3800a654 25//struct AliHLTCaloChannelDataHeaderStruct
178dd351 26struct AliHLTCaloChannelDataHeaderStruct
27{
28 // Int_t fShmAddress;
29 Short_t fNChannels; //size in charcters
30 Short_t fAlgorithm;
31 Int_t fInfo;
32 Bool_t fHasRawData;
33};
34
35#endif