Skip to content

schoef/MetTools

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MetTools

cd $CMSSW_BASE/src

Install: Get your favourite 72X CMSSW and then just do

to get the first version: git clone https://github.com/cms-met/MetTools.git

to update: git pull https://github.com/cms-met/MetTools.git master

to commit new things:

create a new branch git checkout -b maria_test

add file git add FILETOCOMMIT

commit the file git commit -m 'new test file for Maria'

push your branch git push origin maria_test

Releases

No releases published

Packages

No packages published

Languages

  • C 44.4%
  • Python 32.2%
  • C++ 15.5%
  • Shell 7.9%