OLDER INFORMATION
Running the AOD builders
To run the AOD builders you need to use either TestRelease or RecExCommon.
In the run directory just type:
athena RecExCommonToAOD_jobOptions.py
For now it will by default run on a Z->ee sample but you can change it to Z->mumu or Z->tau tau by typing:
athena -c "AOD_MODE='Zmm'" RecExCommonToAOD_jobOptions.py
or
athena -c "AOD_MODE='Ztt'" RecExCommonToAOD_jobOptions.py
The output files will be either: Zll.root, Zmm.root or Ztt.root.
Running the Z->ll example of PhysicsAnalysis/AnalysisCommon/AnalysisExamples
You can run this example by either using TestRelease or RecExCommon.
To do so you will need an AODxxx.root file with all the AOD objects in it.
Copy the apropriet jobOptions from the share directory of the AnalysisExamples package to your run directory and then type:
athena Zllexample_jobOptions.py
by default the Z->ee, Z->mm and Z->tau tau reconstruction will run. If you want to run only one of them (or two) you need to open jobOptions
and edit the corresponding lines and set them to false/true:
Zll.doZee - TRUE
Zll.doZmm - TRUE
Zll.doZtt - TRUE
--
DerSchrecklicheSven - 18 Nov 2004