iAIDA is an implementation in C++ of the AIDA Abstract Interfaces for Data Analysis, a set of interfaces designed for data analysis. Initially designed for use in experimental and theoretical physics, the AIDA interfaces can also be used in other fields.


http://iaida.sourceforge.net





Separate each tag with a space.

Release Date:

2009-06-12

Topic:

Operating System:

License:

Intended Audience:

Programming Language:

Registered:

2008-12-20

Ratings and Reviews

  • Thumbs up:

    1
  • Thumbs down:

    0
100% of 1 user recommends this project
  • Thumbs up

    very nice, I use it with G4 and is all that I need

    posted by anonymous 51 days ago
    If you'd like to rate this review, please log in.

View all reviews

Project Feed

  • Tracker artifact added

    posted by apfeiffer 79 days ago

  • iaida iAIDA-1.0.17 file released: iAIDA-1.0.17.tgz

    2009-06-10 Andreas Pfeiffer (apfeiffer1@gmail.com) AIDAGracePlotter/Layout.cpp, AIDAGracePlotter/Plotter.cpp: fix compiler problems with gcc 4.3 (on SLC5) ReadMe: update for latest version (1.0.17) Tagged iAIDA-1.0.17 ------------------------------------------ 2009-05-18 Andreas Pfeiffer (apfeiffer1@gmail.com) configure: fix an issue on SLC5 when both fortran compilers were present, the linking of the examples/tests was not correct (using g77 instead of gfortran). Fixed to use gfortran if both are present. Tagged iAIDA-1.0.16 ------------------------------------------ 2009-04-08 Andreas Pfeiffer (apfeiffer1@gmail.com) aida-config.in: remove -lg2c if we're using gfortran Tagged iAIDA-1.0.15 ------------------------------------------ 2009-04-07 Andreas Pfeiffer (apfeiffer1@gmail.com) Fixed issue with gfortran.so being a relative symlink in configure Fixed compiler issues with AIDA_HBook/HBook.cpp for gcc 4.3 (thanks to Alberto Ribon for reporting this) Tagged iAIDA-1.0.13 ----------------------------------------- 2009-01-18 Andreas Pfeiffer (apfeiffer1@gmail.com) Fixed issue with std::abs(int) on Fedora-9 with gcc4.3 by including <cstdlib> (thanks to Anton Lechner for reporting this) Tagged iAIDA-1.0.12 ----------------------------------------- 2008-08-01 Andreas Pfeiffer (apfeiffer1@gmail.com) Fixed issue with g77/gfortran compilers on SuSE 10.1 Tagged iAIDA-1.0.11 ----------------------------------------- 2008-07-01 Andreas Pfeiffer (apfeiffer1@gmail.com) Fixed wrong detection of g77/gfortran compilers Tagged iAIDA-1.0.10 ----------------------------------------- 2008-06-01 Andreas Pfeiffer (apfeiffer1@gmail.com) Fixed missing libs in aida-config when using CERNLIB on 64bit h/w, fixed problem with libexpat when using -m32 on 64bit archs Tagged iAIDA-1.0.9 ----------------------------------------- 2007-11-07 Andreas Pfeiffer (apfeiffer1@gmail.com) improved checking of cernlib, added more diagnostics info for use Tagged iAIDA-1.0.8 ----------------------------------------- 2007-10-29 Andreas Pfeiffer (apfeiffer1@gmail.com) if cernlib is configured on a 64 bit architecture, the executables are now linked statically, this fixes the problem with the ColumnWiseNtuples in HBook. The Root libs (if configured) need to be static as well. Tagged iAIDA-1.0.7 ----------------------------------------- 2007-10-19 Andreas Pfeiffer (apfeiffer1@gmail.com) added detection of libgfortran.so in case /usr/lib64 contains only versioned libs added linking with lg2c as cernlib seems to need that Tagged iAIDA-1.0.6 ----------------------------------------- 2007-10-18 Andreas Pfeiffer (apfeiffer1@gmail.com) fixed path problem in aida-config for cernlib Tagged iAIDA-1.0.5 ----------------------------------------- 2007-10-18 Andreas Pfeiffer (apfeiffer1@gmail.com) updated Makefile for tests and examples and aida-config to explicitely use the cernlib if specified. This is needed in case the cernlib installation is using shared libs. Tagged iAIDA-1.0.4 ----------------------------------------- 2007-10-03 Andreas Pfeiffer (apfeiffer1@gmail.com) added test (testHistoName) for problem reported by Giovanni Santin with gcc 3.2.3 (not reproducible with later compilers) updated Makefile to allow parallel building updated configure and makefiles to use root-config results intead of the command. create archive lib as well (externals need to be available as archive as well if going to be used) 2007-09-30 Andreas Pfeiffer (apfeiffer1@gmail.com) Added license (LGPL v3) files (COPYING*) and preamble to all code files. Changed all namespaces and include protections to use iAIDA. Fixed typo in class and file name of RootPathFormatter 2007-09-28 Andreas Pfeiffer (apfeiffer1@gmail.com) src/AIDA_ROOT/Profile1D.h, src/AIDA_ROOT/Profile2D.h: added conversion to double for args to std::sqrt as suggested by Giovanni Santin. Needed for gcc323. 2007-09-27 Andreas Pfeiffer (apfeiffer1@gmail.com) Tagged iAIDA-0.2.3 ------------------------------------------ 2007-09-27 Andreas Pfeiffer (apfeiffer1@gmail.com) aida-config.in, configure: updated handling of Root libs when linking as the libs need to be present for linking when using aida-config --libs (includes not needed). src/AIDA_ROOT/Profile1D.cpp, src/AIDA_ROOT/Profile2D.cpp: added std:: to calls of sqrt src/NormGaussModelFunction.cpp: added std:: to calls of sqrt, added include <cmath> 2007-09-27 Andreas Pfeiffer (apfeiffer1@gmail.com) start of log with version 0.2.3

    posted 162 days ago

  • iAIDA 1.0.17 is released

    iAIDA 1.0.17 is released. It fixes a compilation issue with the (grace based) Plotter component on SLC5/gcc 4.3.2.

    posted by apfeiffer 162 days ago

  • File released: /iaida/iAIDA-1.0.17/iAIDA-1.0.17.tgz

    posted 162 days ago

  • iaida iAIDA-1.0.15 file released: iAIDA-1.0.15.tgz

    posted 228 days ago

  • File released: /iaida/iAIDA-1.0.15/iAIDA-1.0.15.tgz

    posted 228 days ago

  • iaida iAIDA-1.0.14 file released: iAIDA-1.0.14.tgz

    fixed problem with 32 bit version introduced in last "fix"

    posted 228 days ago

  • iaida iAIDA-1.0.13 file released: iAIDA-1.0.13.tgz

    2009-04-07 Andreas Pfeiffer (apfeiffer1@gmail.com) Fixed issue with gfortran.so being a relative symlink in configure Fixed compiler issues with AIDA_HBook/HBook.cpp for gcc 4.3 (thanks to Alberto Ribon for reporting this)

    posted 228 days ago

  • File released: /iaida/iAIDA-1.0.14/iAIDA-1.0.14.tgz

    posted 228 days ago

  • File released: /iaida/iAIDA-1.0.13/iAIDA-1.0.13.tgz

    posted 229 days ago

Rate and Review

Would you recommend this project?






<

Related Projects

Thanks for your rating!

Would you also like to write a review?





Skip Review