Misplaced Pages

AIDA (computing)

Article snapshot taken from Wikipedia with creative commons attribution-sharealike license. Give it a read and then ask your questions in the chat. We can research this topic together.
Set of defined interfaces and formats for representing common data analysis objects This article is about data analysis interface definitions. For other computing topics, see Aida (disambiguation).
AIDA: Abstract Interfaces for Data Analysis
Developer(s)Researchers from CERN, LAL, SLAC
Stable release3.2.1 / October 2003; 21 years ago (2003-10)
Operating systemCross-platform
LicenseLGPL
WebsiteAIDA home page

Abstract Interfaces for Data Analysis (AIDA) is a set of defined interfaces and formats for representing common data analysis objects. The project was instigated and is primarily used by researchers in high-energy particle physics.

History

The goals of the AIDA project were to define abstract interfaces for common physics analysis objects, such as histograms, ntuples (or data trees), fitters, I/O etc. The importance of the interface concept is that a variety of different tools with different implementations can all support a uniform interface: this encourages modular design in data analysis packages and enables users to use their preferred implementation of a certain functionality without having to re-write existing code.

An additional benefit of AIDA is the specification of an XML representation format for data objects, which can be written and read by AIDA-compliant applications. AIDA implementations exist for C++ (OpenScientist), Java (Java Analysis Studio) and Python. Usage of AIDA interfaces can be found in the Geant4 examples.

As of 2011, the projects seems dormant, with last "recent news" on the project homepage dating from 2005.

References

  1. ^ Barrand, G. (August 2002). "Abstract Interfaces for Data Analysis - Component Architecture for Data Analysis Tools". CERN.
  2. Pfeiffer, Andreas (July 2001). "AIDA - Abstract Interfaces for Data Analysis" (PDF).

External links

Categories: