Skip to content

tongbaojia/HH4b

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 92.8%
  • C 7.2%