3D EventLoop to fill 3-D histogram.

From: Andy Haas (Andrew_Haas@brown.edu)
Date: Thu Oct 16 1997 - 23:48:24 MEST


I'm running version 1.02 on WinNT.

In trying to create a 3D Histogram from a saved ntuple, I've done the
following but it crashes:

{
f1 = new TFile("haas.root");
h3 = new TH3F("h3" , "3-D Histogram" ,250,0,25,250,0,25,250,0,50);
ntuple->EventLoop(3,h3);
}

What am I doing wrong?
Thanks in adavnce, Andy.



This archive was generated by hypermail 2b29 : Tue Jan 04 2000 - 00:26:21 MET