]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EMCAL/AliEMCALLink.cxx
Transition to NewIO
[u/mrichter/AliRoot.git] / EMCAL / AliEMCALLink.cxx
index 11041658ca59bd63782286a1732da2a55f861a41..97903feb28adeaa99cef3c39601f6b8f4dff6de8 100644 (file)
 
 ClassImp(AliEMCALLink)
 //____________________________________________________________________________
-  AliEMCALLink::AliEMCALLink(Float_t prod, Int_t ec, Int_t rp, unsigned int what)
+  AliEMCALLink::AliEMCALLink(Float_t prod, Int_t eca, Int_t rp, unsigned int what)
 {
   // ctor
 
   if (gDebug == 2 ) 
-    Info("ctor", "prod = %f, ec=%d , rp=%d, what=%d", prod, ec, rp, what) ;  
+    Info("ctor", "prod = %f, ec=%d , rp=%d, what=%d", prod, eca, rp, what) ;  
   fProd   = prod ;  
-  fECALN  = ec ;
+  fECAN   = eca ;
   fOtherN = rp ;
   fWhat   = what ;
 }