]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EMCAL/AliEMCALTrigger.cxx
Correction of SA track rejection
[u/mrichter/AliRoot.git] / EMCAL / AliEMCALTrigger.cxx
index 2844166817ea7e8e94b7ba3b9ad2ea2add5e3037..bc09cecbc09cf5481025fb5ad4de05c9b52214ef 100644 (file)
@@ -812,7 +812,7 @@ void AliEMCALTrigger::FillTRU(const TClonesArray * digits, TClonesArray * ampmat
   for(Int_t idig = 0 ; idig < digits->GetEntriesFast() ; idig++){
     
     dig = dynamic_cast<AliEMCALDigit *>(digits->At(idig)) ;
-    amp    = Float_t(dig->GetAmp()); // Energy of the digit (arbitrary units)
+    amp    = Float_t(dig->GetAmplitude()); // Energy of the digit (arbitrary units)
     id     = dig->GetId() ;          // Id label of the cell
     timeR  = dig->GetTimeR() ;       // Earliest time of the digit
     if(amp<=0.0) AliDebug(1,Form(" id %i amp %f \n", id, amp));