//-*- Mode: C++ -*- // $Id: AliHLTCALOConstants.h $ //* This file is property of and copyright by the ALICE HLT Project * //* ALICE Experiment at CERN, All rights reserved. * //* See cxx source for full Copyright notice */ /// @file AliHLCaloConstants.h /// @author Svein Lindal /// @date /// @brief Class containing constants for PHOS and EMCAL /// loaded libraries #include "Rtypes.h" #include "TString.h" #ifndef ALIHLTCALOCONSTANTS_H #define ALIHLTCALOCONSTANTS_H namespace CaloHLTConst { const int MAXHOSTS=20; //Constants related to the ALTRO chip (Common to EMCAL / PHOS ) const int MAXBINVALUE = 1023; const int NGAINS = 2; const int HIGHGAIN = 1; const int LOWGAIN = 0; const int ALTROMAXSAMPLES = 1008; /**