Profiles

AIDA supports 1D and 2D profiles.  IProfiles are created throught the IHistogramFactory that also supports arithmetic operations like sum, subtraction, multiplication, division and weighted mean. As for IHistograms, the IProfiles involved in the arithmetic operations must have the same binning and will be unchanged by the operations itself.

Create an IProfile

As for IHistograms it is possible to create IProfiles with fixed or variable bin width; the example below shows how to create them.

Fill an IProfile

To fill an IProfile invoke the fill method. In the example below we fill the IProfiles created in the previous example.

Fit and Plot an IProfile

In the example below we show how to fit and display an IProfile.

Table of Contents -- Next Section


$Id: profiles.shtml,v 1.2 2002/11/16 00:49:53 turri Exp $