X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=blobdiff_plain;f=TRD%2FAliTRDSimParam.cxx;h=d6f0c3552ceaae98b76f94da61b870c11f00a9a3;hp=2f23bf4861d8b7c7c7951cd738f4e094915cf3d4;hb=c262404378ac3eeff8694cc063ddfd40791d5a5b;hpb=6be2153805d63d5d8a11a78f3fe97980f0218ec8 diff --git a/TRD/AliTRDSimParam.cxx b/TRD/AliTRDSimParam.cxx index 2f23bf4861d..d6f0c3552ce 100644 --- a/TRD/AliTRDSimParam.cxx +++ b/TRD/AliTRDSimParam.cxx @@ -354,25 +354,25 @@ void AliTRDSimParam::SampleTRF() , 0.0094, 0.0092, 0.0091, 0.0089, 0.0088, 0.0086, 0.0084 , 0.0083, 0.0081, 0.0080, 0.0078 }; - // Andronic & Bercuci parametrization - // define new TRF parametrization - // normalizing constant to Fe signal - const Float_t k1=1.055; - // time constants - const Float_t t1=0.04; - const Float_t t2=.9; - // the relative fraction of the long component - const Float_t k2=.15; - // time offset for Fe - const Float_t t0=-.29; - Float_t x = t0; Int_t index; - for(int i=0; i= kNpasa) break; - x += .02; - signal[index]=k1*(TMath::Power((x-t0)/t1, 2.5)*(exp(-(x-t0)/t1))+k2*exp(-(x-t0)/t2)); - } +// // Andronic & Bercuci parametrization +// // define new TRF parametrization +// // normalizing constant to Fe signal +// const Float_t k1=1.055; +// // time constants +// const Float_t t1=0.04; +// const Float_t t2=.9; +// // the relative fraction of the long component +// const Float_t k2=.15; +// // time offset for Fe +// const Float_t t0=-.29; +// Float_t x = t0; Int_t index; +// for(int i=0; i= kNpasa) break; +// x += .02; +// signal[index]=k1*(TMath::Power((x-t0)/t1, 2.5)*(exp(-(x-t0)/t1))+k2*exp(-(x-t0)/t2)); +// } Float_t xtalk[kNpasa];