mkiani / ZZAnalysis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ZZAnalysis

This package can be checked out with:

git clone https://github.com/CJLST/ZZAnalysis.git ZZAnalysis

To install a complete CMSSW area

Download and execute the setup script for the given release:

  • For V5_15_0/CMSSW_5_3_9 POST-LEGACY:

    ./checkout_539.csh
    
  • For V5_15_0/CMSSW_4_4_5 POST-LEGACY:

    ./checkout_445.csh
    

To update this package from the release

In the package directory, simply issue

git pull

To commit and push new changes:

To commit directly (you need write access to the repository):

git pull
[edit files]

Once you are ready to commit

git pull
git add [files to be added]
git commit -m ["commit message"] [files to be added]
git push origin master

Otherwise you can make a fork of the repository, develop therein, and make a pull request in the same way as for CMSSW.

About


Languages

Language:C++ 44.5%Language:Python 30.8%Language:C 14.2%Language:Rebol 5.2%Language:Shell 5.0%Language:Makefile 0.2%