Instructions for using the HLTIDTrackingAna package
Introduction
The
HLTIDTrackingAna package is a package for running studies on ESD cosmic data events. The code is kept in
CVS
.
Checkout / compile instructions
To checkout & compile:
cd $TestArea
cmt co -o ./ ManAthenaTools/HLTIDTrackingAna
cmt co -o ./ SFrame/manTree
cd SFrame/manTree/cmt
gmake
cd ManAthenaTools/HLTIDTrackingAna/cmt
gmake
The
HLTIDTrackingAna package includes the athena algorithms that do the studies (well only one so far). The manTree package contains some classes I use in my ntuples that come out of the athena algorithm. You can run the existing algorithm (
HLTCosmicsEffAlg) by going to the run directory in
HLTIDTrackingAna, copy from the share directory
HLTCosmicsEff_jobOptions.py and do:
It should be straight forward to add more algorithms by using
HLTCosmicsEffAlg as a template.
--
MarkOwen - 09 Dec 2008