Difference between revisions of "MuonCalib Tutorial"

From Atlas Wiki
Jump to navigation Jump to search
Line 32: Line 32:
  
 
<tt>cd 11.0.0/</tt>
 
<tt>cd 11.0.0/</tt>
 +
* create a ''requirements'' file which should look like this:
 +
<pre>
 +
set CMTSITE CERN
  
 +
macro ATLAS_DIST_AREA "/afs/cern.ch/atlas/software/dist"
  
 +
macro ATLAS_RELEASE  "11.0.0"
 +
 +
use AtlasSettings v* $(ATLAS_DIST_AREA)
 +
 +
path_remove  CMTPATH ${PWD}
 +
path_prepend CMTPATH ${PWD}
 +
 +
</pre>
 +
source /afs/cern.ch/sw/contrib/CMT/v1r18p20050501/mgr/setup.csh
 
'''Running on single muons sample'''
 
'''Running on single muons sample'''
  

Revision as of 13:41, 20 October 2005

Muon calibration tutorial

Welcome to the Muon Calibration Page! After doing this tutorial, you will be able to run Athena, make your ntuples containing segment information and use this ntuple to do Athena-independent analysis.


Introduction

Calibration

General information about the need of calibration in the MuonSpectrometer.


Calibration framework

Link to Niels' stuff on calibration.


Why segments?

Maybe needed to explain the concept of segments.


Making segment ntuples

Setting up ATHENA

Making segment ntuples from scratch with Athena running on release 11.0.0. Since this release is stalled at NIKHEF yet, it is recommended to work at CERN. If you do not have an ATLAS account yet you can get an account here.

  • log on to lxplus:

ssh <username>@lxplus.cern.ch

  • create a work area (here called 11.0.0)

mkdir 11.0.0

cd 11.0.0/

  • create a requirements file which should look like this:
set CMTSITE CERN

macro ATLAS_DIST_AREA "/afs/cern.ch/atlas/software/dist"

macro ATLAS_RELEASE   "11.0.0"

use AtlasSettings v* $(ATLAS_DIST_AREA)

path_remove  CMTPATH ${PWD}
path_prepend CMTPATH ${PWD}

source /afs/cern.ch/sw/contrib/CMT/v1r18p20050501/mgr/setup.csh Running on single muons sample

Or other samples. Making the appropiate PoolfileCatalog and referring to it with the jobO.


Segment analysis

Setting up the analysis package

From the ntuple on, we can operate Athena-independent <<whew!!>>. The skeleton for the segment analysis will be discussed here.


Customizing your favorite analysis

A skeleton needs some 'meat'...