]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/CALO/AliHLTCaloConstants.h
- fixing definition of high/low gain
[u/mrichter/AliRoot.git] / HLT / CALO / AliHLTCaloConstants.h
index 4a04eaba0fee77e4d64835dc6200b13cf5bb5243..e22bdfe35fd997fe16fc1670ef81bf9df726c4ac 100644 (file)
@@ -23,8 +23,8 @@ namespace CaloHLTConst
   //Constants related to the ALTRO chip (Common to EMCAL / PHOS )
   const int MAXBINVALUE = 1023;
   const int NGAINS         =   2;    
-  const int HIGHGAIN    =   0;
-  const int LOWGAIN     =   1;
+  const int HIGHGAIN    =   1;
+  const int LOWGAIN     =   0;
   const int ALTROMAXSAMPLES = 1008;    /**<The maximum number of samples of the ALTRO*/
   const int ALTROMAXPRESAMPLES = 15;        
   const int NALTROS        =   4;      /**<Number of ALTROs per frontend card*/