Re: [ROOT] dividing 2 d histograms

From: Tim Miller (tim.miller@vanderbilt.edu)
Date: Fri Sep 14 2001 - 20:27:52 MEST


Benn Tannenbaum wrote:
> 
> Is there a way to divide one TH2D by another one? I want to do a bin by bin
> divide....
> 
>                                                         -Benn

TH2D *numerator;
TH2D *denominator;
numerator->Divide(denominator);

It's all inherited through the TH1 class.

-Tim



This archive was generated by hypermail 2b29 : Tue Jan 01 2002 - 17:51:00 MET