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