# # CMSSW_2_2_9 # #------------------------------install----------------------------------------- kinit cd SusyAnalysis cmsenv cvs co -d debDataMaker UserCode/Debrecen/debDataMaker cvs co -d RA4Synchronization UserCode/Debrecen/RA4Synchronization #------------------------------local run--------------------------------------- cd RA4Synchronization/ cmsenv scramv1 b cmsRun test/LM0_RA4Synchronization_cfg.py #------------------------------run on GRID------------------------------------- # # necessary to get Certificate: # http://www.grid.kfki.hu/twiki/bin/view/CMS/HUSUSYGrid # # before every use: source /afs/cern.ch/cms/LCG/LCG-2/UI/cms_ui_env.csh source /afs/cern.ch/cms/ccs/wm/scripts/Crab/crab.csh cmsenv # just for test: test/scripts/runSubmit.sh # Submit the whole RA4 Syncronization: test/scripts/SubmitRA4.sh ... crab. Working options: scheduler glite job type CMSSW server OFF working directory /home/aranyi/CMSSW_2_2_9/src/SusyAnalysis/RA4Synchronization/crab_0_100204_160429/ crab: Checking available resources... crab: Found compatible site(s) for job 1 crab: 1 blocks of jobs will be submitted ... # get the status of the job: crab -status -c crab_0_100204_160429 # if done copy the output to the local area: crab -getoutput -c crab_0_100204_160429 # output files on the local machine: crab_0_100204_160429/res/CMSSW_1.stderr crab_0_100204_160429/res/CMSSW_1.stdout crab_0_100204_160429/res/LM0_RA4Synchronization_1.root #---------------------------make the Muon study plots-------------------------- # # copy all the root files to a specified directory and run the following script # in root root -l .x test/scripts/RA4MuonStudy.c