2.  Histogramming

Geant4 is independent of any histogramming package. The Geant4 toolkit has no drivers for histogramming, and no drivers are needed in Geant4 to use a histogramming package. The code for generating histograms should be compliant with the AIDA abstract interfaces for Data Analysis.

Consequently, you may use your favourite package together with the Geant4 toolkit.

2.1.  JAS

Please refer to the JAS documentation on histogramming for using the JAVA Analysis Studio tool.

2.2.  PI

Please refer to the PI (Physicist Interfaces) project pages on histogramming for using an AIDA Interactive Analysis Environment.

2.3.  Open Scientist Lab

Please refer to the Open Scientist Lab documentation on histogramming for using the Lab Analysis plug-in for the OnX package.

2.4.  Examples

Examples in Geant4 showing how to use AIDA compliant tools for histogramming are available in the code distribution in the following directories:

  • geant4/examples/extended/analysis,

  • geant4/examples/extended/electromagnetic

  • geant4/examples/advanced