jmhogan / B2GDAS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

B2GDAS

CMS Data Analysis School (CMSDAS) exercise for the Beyond Two Generations Physics Analysis Group (B2G PAG)

To run :

export SCRAM_ARCH=slc6_amd64_gcc530 if using BASH

setenv SCRAM_ARCH slc6_amd64_gcc530 if using TCSH

cmsrel CMSSW_8_0_20

cd CMSSW_8_0_20/src

git clone https://github.com/cmsb2g/B2GDAS.git Analysis/B2GDAS

cd Analysis/B2GDAS

scram b -j 10

cd test

voms-proxy-init

python b2gdas_fwlite.py --input=inputfiles/rsgluon_ttbar_2TeV.txt --output=rsgluon_ttbar_2TeV.root --maxevents 10000 --trigProc=HLT2

About


Languages

Language:Python 95.2%Language:C 4.6%Language:Shell 0.2%