X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=blobdiff_plain;f=T0%2FAliT0Reconstructor.cxx;h=eb0d90e5431651ed8bf8a71b2562b30dec7bd180;hp=760073fff719e76edfcb2a500bdf998a0d08e607;hb=b5a9f753d92077cec01150463deccec04904304a;hpb=6279d59e4fec7d9663f27f39e2ee7ee9543e2171 diff --git a/T0/AliT0Reconstructor.cxx b/T0/AliT0Reconstructor.cxx index 760073fff71..eb0d90e5431 100644 --- a/T0/AliT0Reconstructor.cxx +++ b/T0/AliT0Reconstructor.cxx @@ -156,7 +156,7 @@ void AliT0Reconstructor::Reconstruct(TTree*digitsTree, TTree*clustersTree) const Double_t ampMip =((TGraph*)fAmpLED.At(ipmt))->Eval(sl); Double_t qtMip = ((TGraph*)fQTC.At(ipmt))->Eval(adc[ipmt]); - AliDebug(10,Form(" Amlitude in MIPS LED %f , QTC %f in channels %i\n ",ampMip,qtMip, adc[ipmt])); + AliDebug(10,Form(" Amlitude in MIPS LED %f , QTC %f in channels %f\n ",ampMip,qtMip, adc[ipmt])); frecpoints->SetTime(ipmt, Float_t(time[ipmt]) ); frecpoints->SetAmp(ipmt, Float_t( ampMip)); //for cosmic &pp beam @@ -210,7 +210,7 @@ void AliT0Reconstructor::Reconstruct(TTree*digitsTree, TTree*clustersTree) const //online mean frecpoints->SetOnlineMean(Int_t(onlineMean)); - AliDebug(10,Form(" timeDiff %i #channel, meanTime %i #channel, vertex %f cm online mean %i timeclock %i ps",timeDiff, meanTime,vertex, Int_t(onlineMean), timeclock)); + AliDebug(10,Form(" timeDiff %f #channel, meanTime %f #channel, vertex %f cm online mean %i timeclock %f ps",timeDiff, meanTime,vertex, Int_t(onlineMean), timeclock));