/HH4b

Code for ATLAS X->HH->4b analysis

Primary LanguagePython

HH4b

Code for ATLAS X->HH->4b analysis; created by the Ts

To check out:

  • git clone https://github.com/username/HH4b.git
  • cd HH4b
  • git remote add upstream https://github.com/lazovich/HH4b.git
  • git fetch upstream
  • git checkout -b urstreamname
  • To commit changes: git push origin betterplot
  • git checkout betterplot or master
  • git fetch upstream #updates tomo's branches
  • git merge upstream/master #merge tomo's master with my current branch, keep the msater in sync
  • git push origin master #to check in the changes
  • git commit # only changes my local directory
  • git pull origin master # is similar to svn update
  • git status #gives you the current status
  • git branch #gives you the current branch
  • git checkout master #checkout branches

To run: python plot.py —plotter=test.yml, maybe you need to do eosmount ~/eos first.