Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

For plotting and fitting, org.lcsim provides an implementation of AIDA.
This tutorial will assume that you are working in JAS3 and have either loaded an existing AIDA file or created objects in AIDA with the org.lcsim plugin.

If you have executed some of the examples in JAS3, you have already used AIDA in lines like these:

Code Block
AIDA aida = AIDA.defaultInstance()
...
aida.cloud1D("nTracks").fill(tracks.size()

Teminology

AIDA provides two different kinds of histograms: binned and unbinned.

Getting started

Viewing and Loading Plots

...

Changing Layout/Style/Properties with the Mouse

Advanced Topics

For this section, you will want to take a look at
PAIDA and AIDA API

Changing Layout/Style/Properties with a Script

...