X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=EMCAL%2FAliEMCALLink.cxx;h=b6b655cc10f54dff8484e57d628215d12ccf3ca8;hb=dba3c8092abbaa11590c758f4c50e21f3cf28be5;hp=97903feb28adeaa99cef3c39601f6b8f4dff6de8;hpb=88cb7938ca21d4a80991d4e7aa564008c29340f7;p=u%2Fmrichter%2FAliRoot.git diff --git a/EMCAL/AliEMCALLink.cxx b/EMCAL/AliEMCALLink.cxx index 97903feb28a..b6b655cc10f 100644 --- a/EMCAL/AliEMCALLink.cxx +++ b/EMCAL/AliEMCALLink.cxx @@ -29,16 +29,15 @@ 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 ; } //____________________________________________________________________________