Skip to content

usarica/CombinationPy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CombinationPy

HZZ4L combination package

This package can be checked out with:

git clone https://github.com/HZZ4l/CombinationPy.git HZZ4L_CombinationPy

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

HZZ4L combination package

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 67.8%
  • Python 26.5%
  • Shell 4.6%
  • Other 1.1%