Environment Setup for 32-bit machines
To use root and PyROOT at CERN put the following into your .bashrc
#AFS root setup
export ROOTSYS=/rooms/home/cern/root/pro
export PATH=$ROOTSYS/bin:$PATH
export LD_LIBRARY_PATH=$ROOTSYS/lib:$LD_LIBRARY_PATH:./lib/:
export LD_LIBRARY_PATH=$ROOTSYS/lib:$LD_LIBRARY_PATH
# For PyROOT
alias python=/afs/cern.ch/sw/lcg/external/Python/2.5/slc3_ia32_gcc323/bin/python
export PYTHONDIR=/afs/cern.ch/sw/lcg/external/Python/2.5/slc3_ia32_gcc323/
export LD_LIBRARY_PATH=$ROOTSYS/lib:$PYTHONDIR/lib:$LD_LIBRARY_PATH
export PYTHONPATH=$ROOTSYS/lib:$PYTHONPATH
Environment Setup for 64-bit machines
To use root and PyROOT at CERN put the following into your .bashrc
#AFS root setup
export ROOTSYS=/rooms/home/cern/root/pro_64
export PATH=$ROOTSYS/bin:$PATH
export LD_LIBRARY_PATH=$ROOTSYS/lib:$LD_LIBRARY_PATH:./lib/:
export LD_LIBRARY_PATH=$ROOTSYS/lib:$LD_LIBRARY_PATH
# Setup proper compiler
source /afs/cern.ch/sw/lcg/contrib/gcc/4.3/x86_64-slc5-gcc43-opt/setup.sh
# For PyROOT
alias python=/afs/cern.ch/sw/lcg/external/Python/2.5/x86_64-slc5-gcc43-opt/bin/python
export PYTHONDIR=/afs/cern.ch/sw/lcg/external/Python/2.5/x86_64-slc5-gcc43-opt/
export LD_LIBRARY_PATH=$ROOTSYS/lib:$PYTHONDIR/lib:$LD_LIBRARY_PATH
export PYTHONPATH=$ROOTSYS/lib:$PYTHONPATH
MSU Analysis Package
The MSU group develops software used for its single top analysis. The code reads
in D3PDs and outputs histograms.
MSU Single Top Wiki
Information concerning details of the single top analysis can be found on the
MSU Single Top Wiki
TopView
TopView was a version of EventView modified for use by the Top Physics Group.
It has been replaced by the DPD analysis format. The following info is simply
for reference, especially for resurrecting the CSC analyses.
|