Randall-Sundrum Analysis Package
Introduction
This package was built to analyse Randall-Sundrum graviton production in the decay channel:
G* -> ZZ -> Jet + MET
Set up Environment
Set up a release of CMSSW (we are here using 3_9_9_patch1):
cmsrel CMSSW_3_9_9_patch1
cd CMSSW_3_9_9_patch1/src
cmsenv
Have to setup kerberos to be able to check out from cvs.
setupkerberos
Checkout package:
cvs co -d RSGraviton/RSAnalyzer UserCode/ThiagoTomei/RSGraviton/RSAnalyzer
Build package:
scram b
Initialize proxy:
voms-proxy-init
Create an archive named
condor.submit
with the following content:
executable = /bin/ls
transfer_executable = false
universe = grid
grid_resource = gt2osg-ce.sprace.org.br/jobmanager-condor
log = teste.log
output = teste.out
queue
If it doesn't work, you can try to use
/bin/pwd
instead of
/bin/ls
Now, to submit to the grid:
condor_submit condor.submit
To check the status of the job on the grid:
condor_q YOURUSER
The output (in file teste.out) will be a path to where is your user related directory in OSG:
/home/OSG/uscmsYOURUSERNUMBER/gram_scratch_XmShfMl15l=
Now, go to the directory ZZ2q2nu, and open the file
setupCMSSW.submit
. The field
arguments
is which version of CMSSW you want to set up on OSG directory. The
transfer_input_files
is the .tar.gz package with the code.
Now, open the file
setupCMSSW.sh
. This is script which is run. Change de ID for yours, which is output in the previos step, i.e.
/home/OSG/uscms062
-->
/home/OSG/YOURUSERNUMBER
Now, get the tarball:
=wget
http://cmssw.cvs.cern.ch/cgi-bin/cmssw.cgi/UserCode/ThiagoTomei/RSGraviton.tar.gz?view\=tar=
and rename it to the proper extension:
mv RSGraviton.tar.gz?view=tar RSGraviton.tar.gz
Now, submit it to condor:
condor_submit setupCMSSW.submit
And check the output. If it's built, it's good.
The archive
script.sh
runs rsanalyzer_JetMET_PATsignalAndControlTogether_cfg.py, with the four arguments you give as an input (open the archive and check it!).
Now, open the python configure file it runs. In the beginning, you'll see all the analysis cuts used.
--
FlaviaDias - 15 Apr 2011