These examples are written using the Java language. To open an example click on the hyperlink below, then choose "Run" from the editor's pop-up menu to run them. For more information see the AIDA User's Guide.
CreateAndPlotHistograms.java | Simple example of creating histograms and plotting them. |
Fit.java | Fits a plot using two different fitters, and compares the result. |
CreateAndFitDataPointSet.java | Creates an IDataPointSet and then fits it. |
HistogramArithmetic.java | Examples of performing histogram arithmetic |
Cloud.java | Simple use of "Clouds" (unbinned histograms) |
Tuple.java | An example of creating and manipluating an NTuple |
ComplexFit.java | A more complicated fitting example |
ScansAndContour.java | Create scans and contours |
AccessDataOnMasterTree.java | This example shows how to access data on the master tree. |
Style1D.java | Simple example to set basic styles for 1D plots. |
Style2D.java | Simple example to set basic styles for 2D plots. |
Styles.java | This example gives an overview of the available styles on a plot. |