CreateDPDs

From LHEP Wiki
Revision as of 09:49, 18 March 2015 by Lhep (talk | contribs) (1 revision imported)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

After Sigves setup, go to

  cd /terabig/yourname/atlas/13.0.40.5

do

  cmt co -r DPDUtils-00-00-09 PhysicsAnalysis/DPDUtils
  cd PhysicsAnalysis/DPDUtils/cmt
  source setup.sh
  make
  cd -
  cmt co -r PyParticleTools-00-00-26 PhysicsAnalysis/PyAnalysis/PyParticleTools
  cd PhysicsAnalysis/PyAnalysis/PyParticleTools/cmt
  source setup.sh
  make
  cd - 
  cmt co -r McParticleTools-00-10-04 PhysicsAnalysis/TruthParticleID/McParticleTools
  cd PhysicsAnalysis/TruthParticleID/McParticleTools/cmt
  source setup.sh
  make
  cd -
  cmt co -r SUSYDPDMaker-00-00-05 PhysicsAnalysis/SUSYPhys/SUSYDPDMaker
  cd PhysicsAnalysis/SUSYPhys/SUSYDPDMaker/cmt
  source setup.sh
  make
  cd ..


go to

  cd /terabig/yourname/atlas/13.0.40.5/PhysicsAnalysis/SUSYPhys/SUSYDPDMaker/share
  

edit SUSYDPD_jobOptions.py, change input file collection and output prefix

at the end of the joboptions file, add

  RunOnFDRData = True
  ApplySlimming = True 
  WriteTruthInfo=False

run athena

  athena.py SUSYDPDMaker.py  (NOT THE joboptions file)


the resulting file can now be openend with root

  root -l /path/to/file/myrootfile.root

if you are unable to make plots, source cyril's .bashrc

  source /terabig/ctopfel/.bashrc

Due to a reason not yet understood, the ALTAS SW release root cannot draw plots...