Re: problem with unnamed macro - solved

From: Roger Mason <rmason_at_esd.mun.ca>
Date: Mon, 26 Feb 2007 16:52:05 -0330


Roger Mason <rmason_at_esd.mun.ca> writes:

> I am trying to use the attached unnamed macro to extract information
> from a *.root file and add it to an ascii file (for subsequent import
> into a database). The first time I run the macro all is well, the
> second time it fails:
>
>
> Double_t parms[40];
> All->GetParameters(parms);
> Double_t* err = All->GetParErrors();
>

Replying to my own post: it turned out to be the incompatible dimensions of the two arrays noted above that caused the problem.

Sorry to have troubled the list.

Roger Received on Mon Feb 26 2007 - 21:22:20 CET

This archive was generated by hypermail 2.2.0 : Tue Feb 27 2007 - 11:50:01 CET