Skip to content

maravin/ZZAnalysis

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ZZAnalysis

To install a complete CMSSW 8X area (including this package)

Please use CMSSW_8_0_26_patch1.

Download and execute the setup script:

wget -O ${TMPDIR}/checkout_80X.csh https://raw.githubusercontent.com/CJLST/ZZAnalysis/miniAOD_80X/checkout_80X.csh
cd $CMSSW_BASE/src
cmsenv
source ${TMPDIR}/checkout_80X.csh

To install a complete CMSSW 9X area (including this package)

Please use CMSSW_9_4_2.

Download and execute the setup script:

wget -O ${TMPDIR}/checkout_9X.csh https://raw.githubusercontent.com/CJLST/ZZAnalysis/miniAOD_80X/checkout_9X.csh
cd $CMSSW_BASE/src
cmsenv
source ${TMPDIR}/checkout_9X.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 miniAOD_80X

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

Code documentation

Please see the gitHub wiki for more documentation.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 73.5%
  • C++ 14.9%
  • C 8.1%
  • Smarty 3.1%
  • Shell 0.4%
  • Rebol 0.0%