Home
Up
Overview
Download
Documentation
Studies
Presentations
Links

Directory Structure

Here is our directory structure in the hope that it is helpful!

<prefix>/code/            #Where all our code is
              bin         #All executables are put in here
              build
/      #Contains makefile and setup scripts
                    makefile
                    setup.[c]sh
              docs        #Documentation gets put here, but check individual packages too
              lib         #All libraries get put here
              <packages>  #Contain all the source code       
         daq-1/           #The Online Software
               setup.[c]sh       
   
         ext/             #All external packages are put here
             setup.[c]sh
         ROOT/            #ROOT
              setup.[c]sh
         setup.[c]sh

I have also shown where the setup scripts are.  Each script sets up the directory it is in except for the top level script that calls them all.


Last modified 15 February 2003 .  Maintained by Matthew Palmer