]> git.uio.no Git - u/mrichter/AliRoot.git/blame - HLT/EMCAL/AliHLTEMCALConstants.h
test macro to run the EMCAL HLT chain in AliRoot
[u/mrichter/AliRoot.git] / HLT / EMCAL / AliHLTEMCALConstants.h
CommitLineData
88b2ce82 1//-*- Mode: C++ -*-
4f4b7ba4 2// $Id: AliHLTEMCALConstants.h 35357 2009-10-08 13:24:38Z phille $
88b2ce82 3
4/**************************************************************************
5 * This file is property of and copyright by the Experimental Nuclear *
6 * Physics Group, Dep. of Physics *
7 * University of Oslo, Norway, 2006 *
8 * *
4f4b7ba4 9 * Author: Svein Lindal slindal@fys.uio.no for the ALICE DCS Project. *
88b2ce82 10 * Contributors are mentioned in the code where appropriate. *
4f4b7ba4 11 * Please report bugs to slindal@fys.uio.no *
88b2ce82 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
88b2ce82 22#ifndef ALIHLTEMCALCONSTANTS_H
23#define ALIHLTEMCALCONSTANTS_H
24
dc3d3428 25
26#include "AliHLTCaloConstants.h"
4f4b7ba4 27
28
29class AliHLTEMCALConstants : public AliHLTCaloConstants
88b2ce82 30{
7d93d331 31
4f4b7ba4 32public:
4f4b7ba4 33 AliHLTEMCALConstants();
34 ~AliHLTEMCALConstants();
dc3d3428 35 virtual Int_t GetNZROWSMOD() const { return EMCAL::NZROWSMOD;}
36 virtual Int_t GetNXCOLUMNSMOD() const { return EMCAL::NXCOLUMNSMOD;};
37 virtual Int_t GetNMODULES() const { return EMCAL::NMODULES; };
38 virtual Int_t GetNRCUSPERMODULE() const { return EMCAL::NRCUSPERMODULE;};
39 virtual Int_t GetNFEECS() const { return EMCAL::NFEECS; } ;
1ff2323f 40 virtual void InitConstants();
dc3d3428 41
42private:
43
4f4b7ba4 44 ClassDef(AliHLTEMCALConstants, 1)
4f4b7ba4 45};
7d93d331 46
4f4b7ba4 47#endif