Photon Met Studies in OSCAR

How to run example

  • Please setup OSCAR according to OscarAnalysis
  • Check out packages:
cd $TestArea     for pkg in `svn ls $SVNGRP/Physics/Common/OSCAR/`; do svn co $SVNGRP/Physics/Common/OSCAR/$pkg/trunk OSCAR/$pkg; done   
  • Make version.cmt files:
cd $TestArea/OSCAR

 ./OSUtilities/setup/createversion.sh 

cd $TestArea
cmt co Reconstruction/MissingETPerformance 
cmt co Reconstruction/MissingETGoodness 
cmt co Reconstruction/Jet/JetUtils  
cd OSCAR/OSUserPhotonMet/cmt
  • Compile all newly checked out packages independently, or if you are starting anew, use the cmt bro command to compile everything. This is thorough, but slower.
cmt bro cmt config && source setup.sh && cmt bro gmake
  • (Go for a cup of tea .....)
  • To run:
cd $TestArea/OSCAR/OSUserPhotonMet
mkdir run
cd run
athena ../share/osGMSB1.py > test.log &
  • If you get an error retrieving the data from the dpm-atlasliverpooldatadisk, e.g:
    SysError in <TRFIOFile::TRFIOFile>: file rfio:////dpm/ph.liv.ac.uk/home/atlas/atlasliverpooldisk/mc08.105410.GMSB1_jimmy_susy.recon.AOD.e352_s462_r541_tid026555/AOD.026555._00040.pool.root.1 can not be opened for reading (No such file or directory)

  • please renew your grid certificate and try again.i.e.
source /batchsoft/atlas/grid/setup.sh

-- HelenHayward - 20 Jan 2010

This topic: ATLAS > PhotonMetStudies
Topic revision: 22 Jan 2010, HelenHayward
This site is powered by FoswikiCopyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding Foswiki? Send feedback