/MetTools

Met tools

Primary LanguageC

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