CERN Program Library
From Wikipedia, the free encyclopedia
CERN Program Library | |
Developer: | CERN |
---|---|
Latest release: | 2005 / May 9, 2005 |
OS: | Cross-platform |
Use: | Technical computing |
License: | GNU Public License, except for GEANT |
Website: | [1] |
The CERN Program Library or CERNLIB is a collection of FORTRAN77 libraries and modules, maintained by CERN. Its content ranges from more specialized data analysis of high energy physics to general purpose numerical analysis. Lower-level parts of the CERN Program Library are most prominently used by the data analysis software PAW and the detector simulation framework GEANT (which themselves are contained in the CERN Program Library).
The major fields covered by the libraries contained therein are:
- Detector simulation
- Elementary particle data
- Graphics and plotting
- Hadronic event generation
- I/O and structured data storage
- Numerical analysis
- Statistics and data analysis
CERN Program Library uses the year as its version, with not explicitly denoted minor revisions within a year. Besides legacy software dependency, for newer applications written in C++, CERNLIB is mostly superseded by ROOT.