Manchester EF Muon Cosmic Analysis
Introduction
Here we keep some info about analysing the 2009 cosmic samples.
Elog
Analysis progress should be put onto the
manchester elog
.
Samples
So far we are mainly using run 121080, one file is available on manchester afs:
/afs/hep.man.ac.uk/d/atlas-neutrino/ESD/Cosmics09/data09_cos.00121080.physics_RPCwBeam.recon.ESD.f116/data09_cos.00121080.physics_RPCwBeam.recon.ESD.f116._lb0000._SFO-4._0486.1
Analysis software
Currently we use some code that selects events with either (at least) one offline muon or (at least) one EF muon. The code then writes out info into a small ntuple for later analysis & produces a few diagnostic histograms.
Setup
Below is the prescription to setup a work area to run a job on the cosmics. This checks out the trigger decision tool & the analysis software & builds them.
source ~/cmthome/setup.sh -tag=AtlasTier0,15.2.0.6,runtime
mkdir $TestArea
cd $TestArea
cmt co -r TrigDecisionTool-00-00-30 Trigger/TrigAnalysis/TrigDecisionTool
cd Trigger/TrigAnalysis/TrigDecisionTool/cmt; cmt br make -j
cd $TestArea
export SVNROOT=
export CVSROOT=:gserver:isscvs.cern.ch:/local/reps/atman
cmt co -o ./ SFrame/manTree
cmt co -o ./ ManAthenaTools/manTreeMaker
cd SFrame/manTree/cmt
make
cd $TestArea/ManAthenaTools/manTreeMaker/cmt
cmt br make -j
Running a Job
The job is set up to run on the ESD file on manchester afs. To run (assuming you previously did the setup):
source ~/cmthome/setup.sh -tag=AtlasTier0,15.2.0.6,runtime
cd $TestArea
cd ManAthenaTools/manTreeMaker/run
ln -s ../share/cosmic_topOptions.py .
athena cosmic_topOptions.py
You should see two root files (hist.root & tree.root), that you can take a look at.
--
MarkOwen - 27 Jul 2009