InSANE  1.6
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Defines
Installation

Getting the code

Git Repository (recommended)

To clone from the git repository the most:

 git clone http://quarks.temple.edu/~git/InSANE.git 

Download tar file

Download the latest snapshot.

Software: I am curretnly using git for version control

requirements

The following software is required for compiling InSANE.

  • ROOT
  • GSL
  • MySQL
  • LHAPDF If you want to use the python libraries you will need
  • python
  • ROOT (configured with --enable-python)
  • matplotlib

Configuring your environment.

You should set the following environment variables in your .bashrc or equivalent.

  export InSANEDIR=/path/to/InSANE
  export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$InSANEDIR/lib

MySQL Databse

Database: mysql -u sane -p -h quarks.temple.edu see Databases Contact Whitney Armstrong (whit@.nosp@m.temp.nosp@m.le.ed.nosp@m.u) for the password.