Re: TF2::Integral()

From: Rene Brun <brun_at_pcroot.cern.ch>
Date: Thu, 5 May 2005 09:29:43 +0200 (MEST)


The way you call TF2::Integral is ambiguous. The system is calling the wrong TF2::Integral function. Replace your 2 calls to Integral by:   Double_t e1x = f2e->Integral(2, 5.5, 165., 215.);   Double_t e2x = f2e->Integral(5.5, 25, 100., 165.);

Rene Brun

On
Thu,
5 May 2005 margar_at_atlas.yerphi.am wrote:

> Dear all
>
> my macro crashes when I try to calculate integral of 2D function.
> The shortest macro reproducing the problem is attached.
> I am using ROOT 4.01/02 on CERN Linux 7.3.3.
>
> Best regards,
> Margar Simonyan
>
>
Received on Thu May 05 2005 - 09:30:47 MEST

This archive was generated by hypermail 2.2.0 : Tue Jan 02 2007 - 14:45:07 MET