]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Correct a type for nxn sample generator
authorkharlov <kharlov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 24 May 2007 10:30:40 +0000 (10:30 +0000)
committerkharlov <kharlov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 24 May 2007 10:30:40 +0000 (10:30 +0000)
PHOS/AliPHOSTrigger.cxx

index ea8b1738b73f83d53d568432c9d83e0ba163adbb..596ae183e02cd99efed661bca768891a701f680f 100644 (file)
@@ -595,8 +595,8 @@ void AliPHOSTrigger::SetTriggers(const TClonesArray * ampmatrix, const Int_t iMo
       fADCValuesLownxn  = new Int_t[nTimeBins];
     }
 
-    pulse.SetAmplitude(maxtimeRn);
-    pulse.SetTZero(fnxnMaxAmp);
+    pulse.SetAmplitude(fnxnMaxAmp);
+    pulse.SetTZero(maxtimeRn);
     pulse.MakeSamples();
     pulse.GetSamples(fADCValuesHighnxn, fADCValuesLownxn) ;