]> git.uio.no Git - u/mrichter/AliRoot.git/blob - HLT/PHOS/AliHLTPHOSRcuDigitContainerDataStruct.h
use common FileWriter functionality for generation of file names, updated macro in...
[u/mrichter/AliRoot.git] / HLT / PHOS / AliHLTPHOSRcuDigitContainerDataStruct.h
1 //-*- Mode: C++ -*-
2 // $Id$
3
4 /**************************************************************************
5  * This file is property of and copyright by the ALICE HLT Project        * 
6  * All rights reserved.                                                   *
7  *                                                                        *
8  * Primary Authors: Oystein Djuvsland                                                      *
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  **************************************************************************/
18
19 #ifndef ALIHLTPHOSRCUDIGITCONTAINERSTRUCT_H
20 #define ALIHLTPHOSRCUDIGITCONTAINERSTRUCT_H
21
22 #include "Rtypes.h"
23 #include "AliHLTPHOSDigitDataStruct.h"
24 #include "AliHLTPHOSConstants.h"
25
26 struct AliHLTPHOSRcuDigitContainerDataStruct
27 {
28   UInt_t fNDigits;
29   UInt_t fPHOSModule;
30   AliHLTPHOSDigitDataStruct fDigitDataStruct[N_ZROWS_RCU*N_XCOLUMNS_RCU*N_GAINS];
31 };
32
33
34 #endif