Slice Test Software

Here you can find tarballs of the Slice Test Data Analysis software as well as examples.

Software

There are four software packages available on this site : CDFROOT, HTBDAQ_data, EMuCDFROOT, and SliceCDFROOT. If you are solely interested in looking at the EMu parts of events, you need only CDFROOT and EMuCDFROOT (even if you are looking at output files with HCAL data in them). If you are solely interested in HCAL data, see the normal HCAL TB site for information on HTBDAQ_data. If you want to look a coorelations between HCAL and EMu, then you need all four packages.

Configuring the packages for building

You will need a version of ROOT compiled with the compiler which you are using on your machine. You must set the ROOTSYS environment variable before beginning the install. You must also have ${ROOTSYS}/lib in your LD_LIBRARY_PATH for "rootcint" to function.

Each package should compile on its own and produce a library (.so). These (.so) libraries are appropriate for use in ROOT, so the libHTBDAQ_data.so library contains the CDFROOT library contents as does libEMuCDFROOT.so. Linking both libraries to a given application may give strange results, however, so the use of libSliceCDFROOT.so is suggested which contains all of CDFROOT, HTBDAQ_Data, and EMuCDFROOT.

Analysis Examples