Re: TF2 as constant

From: Rene Brun <Rene.Brun_at_cern.ch>
Date: Thu, 12 Apr 2012 08:58:45 +0200


a TF2 must be a function of x,y, even if constant, so instead of TF2 *af2 = new TF2("af2","[0]",0,1, 0,1); do, eg
TF2 *af2 = new TF2("af2","[0]*x*y",0,1, 0,1);

Rene

On 12/04/2012 05:03, Alexei Pavlinov wrote:
> TF2 *af2 = new TF2("af2","[0]",0,1, 0,1);
Received on Thu Apr 12 2012 - 08:58:51 CEST

This archive was generated by hypermail 2.2.0 : Thu Apr 12 2012 - 11:50:01 CEST