]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EMCAL/macros/TestEMCALDigit.C
put back also the maximum foreseen ALTRO DDL, not only the number of super modules
[u/mrichter/AliRoot.git] / EMCAL / macros / TestEMCALDigit.C
index 5b590cc7985167ea1cdf30e45befdc5b4cd15967..1a8d9bc336d4f0f0231633d4f429ae3d754286e1 100644 (file)
@@ -66,7 +66,7 @@ void TestEMCALDigit()
        
        if(dig != 0){
          id   = dig->GetId() ; //cell (digit) label
-         amp  = dig->GetAmp(); //amplitude in cell (digit)
+         amp  = dig->GetAmplitude(); //amplitude in cell (digit)
          time = dig->GetTime();//time of creation of digit after collision
          
          cout<<"Cell ID "<<id<<" Amp "<<amp<<endl;//" time "<<time<<endl;